Пример #1
0
*/
defined('_JEXEC') or die('Restricted access');
$rows = $this->rows;
$attr_id = $this->attr_id;
$count = count($rows);
$i = 0;
$saveOrder = $this->filter_order_Dir == "asc" && $this->filter_order == "value_ordering";
?>
<div id="j-sidebar-container" class="span2">
    <?php 
echo $this->sidebar;
?>
</div>
<div id="j-main-container" class="span10">
<?php 
displaySubmenuOptions("attributes");
?>
<form action="index.php?option=com_jshopping&controller=attributesvalues&attr_id=<?php 
echo $attr_id;
?>
" method="post" name="adminForm" id="adminForm">
<?php 
print $this->tmp_html_start;
?>
<table class="table table-striped">
<thead>
  <tr>
    <th class="title" width ="10">
      #
    </th>
    <th width="20">
Пример #2
0
* @copyright    Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license      GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
$rows = $this->rows;
$pageNav = $this->pageNav;
$i = 0;
?>
<div id="j-sidebar-container" class="span2">
    <?php 
echo $this->sidebar;
?>
</div>
<div id="j-main-container" class="span10">
<?php 
displaySubmenuOptions();
?>
<form action="index.php?option=com_jshopping&controller=coupons" method="post" name="adminForm" id="adminForm">
<?php 
print $this->tmp_html_start;
if (isset($this->ext_coupon_html_befor_list)) {
    print $this->ext_coupon_html_befor_list;
}
?>

<table class="table table-striped">
<thead>
  <tr>
    <th class="title" width ="10">
      #
    </th>
Пример #3
0
<?php

/**
* @version      4.3.1 13.08.2013
* @author       MAXXmarketing GmbH
* @package      Jshopping
* @copyright    Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license      GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
displaySubmenuOptions("currencies");
$rows = $this->rows;
$i = 0;
$saveOrder = $this->filter_order_Dir == "asc" && $this->filter_order == "currency_ordering";
?>
<form action="index.php?option=com_jshopping&controller=currencies" method="post" name="adminForm" id="adminForm">
<table class="table table-striped">
<thead>
  <tr>
    <th class="title" width ="10">
      #
    </th>
    <th width="20">
      <input type="checkbox" name="checkall-toggle" value="" title="<?php 
echo JText::_('JGLOBAL_CHECK_ALL');
?>
" onclick="Joomla.checkAll(this)" />
    </th>
    <th align="left">
      <?php 
echo JHTML::_('grid.sort', _JSHOP_TITLE, 'currency_name', $this->filter_order_Dir, $this->filter_order);
Пример #4
0
<?php

/**
* @version      4.3.1 13.08.2013
* @author       MAXXmarketing GmbH
* @package      Jshopping
* @copyright    Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license      GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
displaySubmenuOptions("shippings");
$rows = $this->rows;
?>
<form action="index.php?option=com_jshopping&controller=shippingextprice" method="post" name="adminForm" id="adminForm">
<table class="table table-striped">
<thead>
  <tr>
    <th class="title" width ="10">
      #
    </th>
    <th width="20">
	  <input type="checkbox" name="checkall-toggle" value="" title="<?php 
echo JText::_('JGLOBAL_CHECK_ALL');
?>
" onclick="Joomla.checkAll(this)" />
    </th>
    <th align="left" width="300">
      <?php 
echo _JSHOP_TITLE;
?>
    </th>
Пример #5
0
* @package      Jshopping
* @copyright    Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license      GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
$rows = $this->rows;
$i = 0;
?>
<div id="j-sidebar-container" class="span2">
    <?php 
echo $this->sidebar;
?>
</div>
<div id="j-main-container" class="span10">
<?php 
displaySubmenuOptions("taxes");
?>
<form action="index.php?option=com_jshopping&controller=exttaxes&back_tax_id=<?php 
print $this->back_tax_id;
?>
" method="post" name="adminForm" id="adminForm">
<?php 
print $this->tmp_html_start;
?>
<table class="table table-striped">
<thead>
  <tr>
    <th class="title" width ="10">
      #
    </th>
    <th width="20">
Пример #6
0
<?php

/**
* @version      4.3.1 13.08.2013
* @author       MAXXmarketing GmbH
* @package      Jshopping
* @copyright    Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license      GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
displaySubmenuOptions("productfields");
$rows = $this->rows;
$count = count($rows);
$i = 0;
?>
<form action="index.php?option=com_jshopping&controller=productfieldgroups" method="post" name="adminForm" id="adminForm">
<table class="table table-striped">
<thead>
  <tr>
    <th class="title" width="10">
      #
    </th>
    <th width="20">
	  <input type="checkbox" name="checkall-toggle" value="" title="<?php 
echo JText::_('JGLOBAL_CHECK_ALL');
?>
" onclick="Joomla.checkAll(this)" />
    </th>
    <th align="left">
      <?php 
echo _JSHOP_TITLE;