File manager - Edit - /home/jardides/www/Jardi-design/j37/administrator/components/com_pagebuilderck/views/page/tmpl/default_toolbar.php
Back
<?php /** * @name Page Builder CK * @package com_pagebuilderck * @copyright Copyright (C) 2015. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @author Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr */ // No direct access to this file defined('_JEXEC') or die('Restricted access'); jimport('joomla.filesystem.file'); jimport('joomla.filesystem.folder'); $app = JFactory::getApplication(); $input = $app->input; // echo JHtml::_('form.token'); ?> <div id="pagetoolbarck" class="cktoolbar" class="clearfix"> <span class="ckbutton" onclick="CKBox.open({style: {padding: '10px'}, url: 'index.php?option=com_pagebuilderck&view=pages&layout=modal&tmpl=component&function=returnLoadPage'})"><?php echo JText::_('CK_LOAD_PAGE') ?></span> <span class="ckbutton" onclick="ckShowLibraryPopup()"><?php echo JText::_('CK_LOAD_MODEL') ?></span> <?php if ($input->get('id', 0, 'int') && $input->get('option', '', 'cmd') == 'com_pagebuilderck' && $input->get('view', '', 'cmd') == 'page' && $app->isAdmin() ) { ?> <a class="ckbutton" target="_blank" href="<?php echo JUri::root(true) ?>/index.php?option=com_pagebuilderck&view=page&id=<?php echo $input->get('id', '', 'int') ?>"><?php echo JText::_('CK_PREVIEW_FRONT') ?></a> <?php } ?> <?php if ( ($input->get('option', '', 'cmd') == 'com_content' && $input->get('view', '', 'cmd') == 'article' && $app->isAdmin()) || ($input->get('option', '', 'cmd') == 'com_modules' && $input->get('view', '', 'cmd') == 'module' && $app->isAdmin())) { ?> <span class="ckbutton" onclick="ckSaveAsPage()"><?php echo JText::_('CK_SAVE_AS_PAGE') ?></span> <?php } ?> <span id="ckresponsivesettingsbutton" class="ckbutton" onclick="ckResponsiveSettings()"><?php echo JText::_('CK_RESPONSIVE_SETTINGS') ?></span> <span id="ckhtmlchecksettingsbutton" class="ckbutton hasTooltip" onclick="ckCheckHtml()" title="<?php echo JText::_('CK_CHECK_HTML_DESC') ?>"><?php echo JText::_('CK_CHECK_HTML') ?></span> </div> <div id="cktoolbarLoadPageOptions" class="clearfix" style="display:none;"> <div class=""> <h1> <?php echo JText::_('CK_SELECT') ?> <div style="font-size:10px;white-space:nowrap;margin-top:-7px;"><?php echo JText::_('CK_OPTIONS') ?></div> </h1> </div> <div style="border-top: 1px solid #ddd;"> <br /> <p><?php echo JText::_('CK_HOW_TO_LOAD_PAGE') ?></p> <br /> <div class="cktoolbar" class="clearfix" style="text-align:center;"> <span class="ckbutton ckaction" onclick="ckLoadPage(this, 'replace')"><?php echo JText::_('CK_REPLACE') ?></span> <span class="ckbutton ckaction" onclick="ckLoadPage(this, 'top')"><?php echo JText::_('CK_TOP_PAGE') ?></span> <span class="ckbutton ckaction" onclick="ckLoadPage(this, 'bottom')"><?php echo JText::_('CK_END_PAGE') ?></span> </div> </div> </div> <div id="cktoolbarExportPage" class="clearfix" style="display:none;"> <div class=""> <h1> <?php echo JText::_('CK_EXPORT_TO_PAGE') ?> <div style="font-size:10px;white-space:nowrap;margin-top:-7px;"><?php echo JText::_('CK_OPTIONS') ?></div> </h1> </div> <div style="border-top: 1px solid #ddd;"> <br /> <p><?php echo JText::_('CK_HOW_TO_LOAD_PAGE') ?></p> <br /> <div class="cktoolbar" class="clearfix" style="text-align:center;"> <span class="ckbutton ckaction" onclick="ckLoadPage(this, 'replace')"><?php echo JText::_('CK_REPLACE') ?></span> <span class="ckbutton ckaction" onclick="ckLoadPage(this, 'top')"><?php echo JText::_('CK_TOP_PAGE') ?></span> <span class="ckbutton ckaction" onclick="ckLoadPage(this, 'bottom')"><?php echo JText::_('CK_END_PAGE') ?></span> </div> </div> </div> <?php if ($favoriteClass = PagebuilderckHelper::getParams('favorites')) { $favoriteClass->loadStylesPanel(); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings