| Current Path : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/snippets/imageset/ |
| Current File : /home/smartconb/www/armencom33/components/com_eventgallery/tmpl/snippets/imageset/orderimages.php |
<?php
/**
* @package Sven.Bluege
* @subpackage com_eventgallery
*
* @copyright Copyright (C) 2005 - 2019 Sven Bluege All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die('Restricted access');
/**
* @var \de\svenbluege\joomla\eventgallery\ObjectWithConfiguration $this
*/
?>
<?php IF ($this->folder->isCartable() && $this->config->getCart()->doUseCart()): ?>
<style type="text/css">
.orderimages-container {
margin-top: 20px;
margin-bottom: 20px;
}
</style>
<div class="orderimages-container" data-sticky-image-type-selection="<?php echo $this->config->getCart()->doUseStickyImagetypeSelection()?"true":"false" ?>">
<button style="display= none" title="<?php echo \Joomla\CMS\Language\Text::_('COM_EVENTGALLERY_PRODUCT_BUY_IMAGES_SHOW_BUTTONS_DESCRIPTION') ?>" class="btn btn-primary orderimages-show"><?php echo \Joomla\CMS\Language\Text::_('COM_EVENTGALLERY_PRODUCT_BUY_IMAGES_SHOW_BUTTONS') ?></button>
<div class="well orderimages-help" style="display: none;">
<p><?php echo \Joomla\CMS\Language\Text::_('COM_EVENTGALLERY_PRODUCT_BUY_IMAGES_HELP') ?></p>
<button style="display= none" title="<?php echo \Joomla\CMS\Language\Text::_('COM_EVENTGALLERY_PRODUCT_BUY_IMAGES_HIDE_BUTTONS_DESCRIPTION') ?>" class="btn btn-default btn-secondary orderimages-hide"><?php echo \Joomla\CMS\Language\Text::_('COM_EVENTGALLERY_PRODUCT_BUY_IMAGES_HIDE_BUTTONS') ?></button>
</div>
</div>
<?php ENDIF ?>