Example #1
0
/**
 * @version    $Id: modal.php 16077 2012-09-17 02:30:25Z giangnd $
 * @package    JSN.ImageShow
 * @author     JoomlaShine Team <*****@*****.**>
 * @copyright  Copyright (C) 2015 JoomlaShine.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.joomlashine.com
 * Technical Support:  Feedback - http://www.joomlashine.com/contact-us/get-support.html
 */
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
include_once JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_imageshow' . DIRECTORY_SEPARATOR . 'elements' . DIRECTORY_SEPARATOR . 'jsnshowlist.php';
include_once JPATH_ADMINISTRATOR . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_imageshow' . DIRECTORY_SEPARATOR . 'elements' . DIRECTORY_SEPARATOR . 'jsnshowcase.php';
$objJFormShowlist = new JFormFieldJsnshowlist();
$objJFormShowcase = new JFormFieldJsnshowcase();
$dimension = array('0' => array('value' => 'px', 'text' => JText::_('px')), '1' => array('value' => '%', 'text' => JText::_('%')));
$dropboxDimension = JHTML::_('select.genericList', $dimension, 'dimension', 'class="inputbox dimension"' . '', 'value', 'text', '');
?>
<div class="jsn-imageshow-plg-editor-container jsn-bootstrap">
	<div class="jsn-imageshow-plg-editor-wrapper">
		<h3 class="jsn-section-header">
		<?php 
echo JText::_('PLG_EDITOR_GALLERY_SETTINGS');
?>
		</h3>
		<div class="setting">
			<ul>
				<li><label style="float: left;"><?php 
echo JText::_('PLG_EDITOR_SHOWLIST');
Example #2
0
/**
 * @version    $Id: modal.php 16077 2012-09-17 02:30:25Z giangnd $
 * @package    JSN.ImageShow
 * @author     JoomlaShine Team <*****@*****.**>
 * @copyright  Copyright (C) 2012 JoomlaShine.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.joomlashine.com
 * Technical Support:  Feedback - http://www.joomlashine.com/contact-us/get-support.html
 */
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
include_once JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_imageshow' . DS . 'elements' . DS . 'jsnshowlist.php';
include_once JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_imageshow' . DS . 'elements' . DS . 'jsnshowcase.php';
$objJFormShowlist = new JFormFieldJsnshowlist();
$objJFormShowcase = new JFormFieldJsnshowcase();
$dimension = array('0' => array('value' => 'px', 'text' => JText::_('px')), '1' => array('value' => '%', 'text' => JText::_('%')));
$dropboxDimension = JHTML::_('select.genericList', $dimension, 'dimension', 'class="inputbox dimension"' . '', 'value', 'text', '');
?>
<div class="jsn-imageshow-plg-editor-container jsn-bootstrap">
	<div class="jsn-imageshow-plg-editor-wrapper">
		<h3 class="jsn-section-header">
		<?php 
echo JText::_('PLG_EDITOR_GALLERY_SETTINGS');
?>
		</h3>
		<div class="setting">
			<ul>
				<li><label style="float: left;"><?php 
echo JText::_('PLG_EDITOR_SHOWLIST');