Example #1
0
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
// no direct access
defined('_JEXEC') or die('Restricted access');
$document = JFactory::getDocument();
$app = JFactory::getApplication();
$css_dir = JeproshopContext::getContext()->shop->theme_directory;
$document->addStyleSheet(JURI::base() . 'components/com_jeproshop/assets/themes/' . $css_dir . '/css/jeproshop.css');
JHtml::_('bootstrap.tooltip');
JHtml::_('behavior.multiselect');
JHtml::_('formbehavior.chosen', 'select');
$helper = new JeproshopHelper();
?>
<form action="<?php 
echo JRoute::_('index.php?option=com_jeproshop&view=currency');
?>
" method="post" name="adminForm" id="adminForm" class="form-horizontal" >
	<?php 
if (!empty($this->sideBar)) {
    ?>
    <div id="j-sidebar-container" class="span2" ><?php 
    echo $this->sideBar;
    ?>
</div>   
    <?php 
}
?>
Example #2
0
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
// no direct access
defined('_JEXEC') or die('Restricted access');
$document = JFactory::getDocument();
$app = JFactory::getApplication();
$css_dir = JeproshopContext::getContext()->shop->theme_directory;
$document->addStyleSheet(JURI::base() . 'components/com_jeproshop/assets/themes/' . $css_dir . '/css/jeproshop.css');
JHtml::_('bootstrap.tooltip');
JHtml::_('behavior.multiselect');
JHtml::_('formbehavior.chosen', 'select');
$helper = new JeproshopHelper();
?>
<form action="<?php 
echo JRoute::_('index.php?option=com_jeproshop&view=currency');
?>
" method="post" name="adminForm" id="adminForm" class="form-horizontal" >
	<?php 
if (!empty($this->sideBar)) {
    ?>
    <div id="j-sidebar-container" class="span2" ><?php 
    echo $this->sideBar;
    ?>
</div>   
    <?php 
}
?>
Example #3
0
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
// no direct access
defined('_JEXEC') or die('Restricted access');
$document = JFactory::getDocument();
$app = JFactory::getApplication();
$css_dir = JeproshopContext::getContext()->shop->theme_directory;
$document->addStyleSheet(JURI::base() . 'components/com_jeproshop/assets/themes/' . $css_dir . '/css/jeproshop.css');
JHtml::_('bootstrap.tooltip');
JHtml::_('behavior.multiselect');
JHtml::_('formbehavior.chosen', 'select');
$helper = new JeproshopHelper();
?>
<form action="<?php 
echo JRoute::_('index.php?option=com_jeproshop&view=setting');
?>
"  method="post" name="adminForm" id="adminForm" class="form-horizontal" >
    <?php 
if (!empty($this->sideBar)) {
    ?>
        <div id="j-sidebar-container" class="span2" ><?php 
    echo $this->sideBar;
    ?>
</div>
    <?php 
}
?>
Example #4
0
 public function __construct()
 {
     $this->base_tpl = 'calendar';
     parent::__construct();
 }
Example #5
0
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
// no direct access
defined('_JEXEC') or die('Restricted access');
$document = JFactory::getDocument();
$app = JFactory::getApplication();
$css_dir = JeproshopContext::getContext()->shop->theme_directory;
$document->addStyleSheet(JURI::base() . 'components/com_jeproshop/assets/themes/' . $css_dir . '/css/jeproshop.css');
JHtml::_('bootstrap.tooltip');
JHtml::_('behavior.multiselect');
JHtml::_('formbehavior.chosen', 'select');
$helper = new JeproshopHelper();
?>
<form action="<?php 
echo JRoute::_('index.php?option=com_jeproshop&view=setting');
?>
"  method="post" name="adminForm" id="adminForm" class="form-horizontal" >
    <?php 
if (!empty($this->sideBar)) {
    ?>
        <div id="j-sidebar-container" class="span2" ><?php 
    echo $this->sideBar;
    ?>
</div>
    <?php 
}
?>