Beispiel #1
0
echo TiendaGrid::sort('COM_TIENDA_CREATED', "tbl.created_datetime", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_TYPE', "p.product_name", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                     <?php 
echo TiendaGrid::sort('COM_TIENDA_EXPIRES', "tbl.expires_datetime", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                     <?php 
echo TiendaGrid::sort('COM_TIENDA_ENABLED', "tbl.subscription_enabled", @$state->direction, @$state->order);
?>
                </th>
            </tr>
        </thead>
        <tfoot>
            <tr>
                <td colspan="20">
                    <div style="float: right; padding: 5px;"><?php 
echo @$this->pagination->getResultsCounter();
?>
</div>
                    <?php 
echo @$this->pagination->getListFooter();
?>
                </td>
Beispiel #2
0
?>
                </th>
                <th>
                </th>                
            </tr>
            <tr>
                <th style="width: 50px;">
                </th>
                <th style="width: 200px; text-align: left;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_FILE', "filename", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 200px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_PRODUCT', "product_name", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 50px;">
                    <?php 
echo JText::_('COM_TIENDA_MAX_DOWNLOADS');
?>
                </th>
            </tr>
        </thead>
        <tfoot>
            <tr>
                <td colspan="20">
                    <div style="float: right; padding: 5px;"><?php 
echo @$this->pagination->getResultsCounter();
?>
Beispiel #3
0
?>
                </th>
                <th style="width: 20px;">
                	<input type="checkbox" name="toggle" value="" onclick="checkAll(<?php 
echo count(@$items);
?>
);" />
                </th>
                <th style="width: 50px;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_ID', "tbl.product_id", @$state->direction, @$state->order);
?>
                </th>                
                <th style="text-align: left;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_NAME', "tbl.product_name", @$state->direction, @$state->order);
?>
                </th>
                <th>
	                <?php 
echo JText::_('COM_TIENDA_STATUS');
?>
                </th>
            </tr>
		</thead>
        <tbody>
		<?php 
$i = 0;
$k = 0;
?>
        <?php 
Beispiel #4
0
echo TiendaGrid::sort('COM_TIENDA_QUANTITY', "tbl.orderitem_quantity", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 50px;">
    	            <?php 
echo TiendaGrid::sort('COM_TIENDA_PRICE', "tbl.orderitem_price", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 50px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_STATUS', "tbl.orderitem_status", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 50px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_PAYMENT_STATUS', "op.transaction_status", @$state->direction, @$state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
	                <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                	<div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_TIENDA_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo @$state->filter_id_from;
Beispiel #5
0
echo TiendaGrid::sort('COM_TIENDA_ID', "tbl.zone_id", @$state->direction, @$state->order);
?>
                </th>                
                <th style="text-align: left;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_NAME', "tbl.zone_name", @$state->direction, @$state->order);
?>
                </th>
                <th>
    	            <?php 
echo TiendaGrid::sort('COM_TIENDA_CODE', "tbl.code", @$state->direction, @$state->order);
?>
                </th>
                <th>
    	            <?php 
echo TiendaGrid::sort('COM_TIENDA_COUNTRY', "c.country_name", @$state->direction, @$state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
                    <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                    <div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_TIENDA_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo @$state->filter_id_from;
Beispiel #6
0
?>
                <br/>
                (
                <?php 
echo TiendaGrid::sort('COM_TIENDA_TOTAL', "tbl.helpful_votes_total", @$state->direction, @$state->order);
?>
                )
            </th>
			<th style="width: 100px;">
                <?php 
echo TiendaGrid::sort('COM_TIENDA_REPORTED', "tbl.reported_count", @$state->direction, @$state->order);
?>
			</th>
			<th style="width: 100px;">
                <?php 
echo TiendaGrid::sort('COM_TIENDA_PUBLISHED', "tbl.productcomment_enabled", @$state->direction, @$state->order);
?>
			</th>
		</tr>
		<tr class="filterline">
			<th colspan="3">
                <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                <div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_TIENDA_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo @$state->filter_id_from;
Beispiel #7
0
echo TiendaGrid::sort('COM_TIENDA_CODE', "tbl.currency_code", @$state->direction, @$state->order);
?>
                </th>
                <th>
    	            <?php 
echo JText::_('COM_TIENDA_FORMAT');
?>
                </th>
                <th>
                    <?php 
echo JText::_('COM_TIENDA_VALUE_IN_USD');
?>
                </th>
                <th>
    	            <?php 
echo TiendaGrid::sort('COM_TIENDA_ENABLED', "tbl.currency_enabled", @$state->direction, @$state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
                    <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                   <div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_TIENDA_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo @$state->filter_id_from;
Beispiel #8
0
                    #
                </th>
                <th style="width: 20px;">
                    <input type="checkbox" name="toggle" value="" onclick="checkAll(<?php 
echo count(@$items);
?>
);" />
                </th>
                <th style="text-align: left;">
                    <?php 
echo JText::_('COM_TIENDA_ATTRIBUTE_NAMES');
?>
                </th>
                <th style="text-align: center;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_QUANTITY', "tbl.quantity", @$state->direction, @$state->order);
?>
                </th>
            </tr>
        </thead>
        <tbody>
        <?php 
$i = 0;
$k = 0;
?>
        <?php 
foreach (@$items as $item) {
    ?>
            <tr class='row<?php 
    echo $k;
    ?>
Beispiel #9
0
?>
);" />
                </th>
                <th style="width: 50px;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_ID', "tbl.category_id", @$state->direction, @$state->order);
?>
                </th>                
                <th style="text-align: left;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_NAME', "tbl.category_name", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
    	            <?php 
echo TiendaGrid::sort('COM_TIENDA_ORDER', "tbl.lft", @$state->direction, @$state->order);
?>
                </th>
                <th>
	                <?php 
echo JText::_('COM_TIENDA_STATUS');
?>
                </th>
            </tr>
		</thead>
        <tbody>
		<?php 
$i = 0;
$k = 0;
?>
        <?php 
Beispiel #10
0
echo TiendaGrid::sort('COM_TIENDA_NAME', "tbl.name", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: center;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_USERNAME', "tbl.username", @$state->direction, @$state->order);
?>
                </th>
				<th style="text-align: center;">
					<?php 
echo TiendaGrid::sort('COM_TIENDA_EMAIL', 'tbl.email', @$state->direction, @$state->order);
?>
				</th>
                <th>
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_GROUP', 'group.group_name', @$state->direction, @$state->order);
?>
                </th>
				<th>
				</th>
				<th>
				</th>
            </tr>
            <tr class="filterline">
                <th colspan="2">
                    <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                   <div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
Beispiel #11
0
echo TiendaGrid::sort('COM_TIENDA_ASSOCIATED_PRODUCT', "tbl_products.product_name", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 75px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_PURCHASE_REQUIRED', "tbl.purchase_required", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 50px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_MAX_DOWNLOAD', "tbl.max_download", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 50px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_DOWNLOADS', "file_downloads", @$state->direction, @$state->order);
?>
                </th>
            </tr>           
        </thead>
        <tfoot>
			<tr>
				<td colspan="20">
					<div style="float: right; padding: 5px;"><?php 
echo @$pagination->getResultsCounter();
?>
</div>					
				</td>
			</tr>
		</tfoot>
        <tbody>
Beispiel #12
0
?>
);" />
                </th>
                <th style="width: 50px;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_ID', "tbl.order_state_id", @$state->direction, @$state->order);
?>
                </th>                
                <th style="text-align: left;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_NAME', "tbl.order_state_name", @$state->direction, @$state->order);
?>
                </th>
                <th>
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_CODE', "tbl.order_state_code", @$state->direction, @$state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
                    <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                    <div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_TIENDA_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo @$state->filter_id_from;
Beispiel #13
0
echo TiendaGrid::sort('COM_TIENDA_GEO_ZONE', "tbl.geozone_id", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: left;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_LEVEL', "tbl.level", @$state->direction, @$state->order);
?>
                </th>
                <th>
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_TAX_RATE_DESCRIPTION', "tbl.tax_rate_description", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_TAX_RATE', "tbl.tax_rate", @$state->direction, @$state->order);
?>
                </th>
                <th>
                </th>
            </tr>
        </thead>
        <tbody>
        <?php 
$i = 0;
$k = 0;
?>
        <?php 
foreach (@$items as $item) {
    ?>
            <tr class='row<?php 
Beispiel #14
0
                <th style="text-align: center;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_COUNT', "entity_count", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_ORDER', "tbl.ordering", @$state->direction, @$state->order);
?>
                    <?php 
echo JHTML::_('grid.order', @$items);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_ENABLED', "tbl.eavattribute_enabled", @$state->direction, @$state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
                    <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                   <div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_TIENDA_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo @$state->filter_id_from;
Beispiel #15
0
echo TiendaGrid::sort('COM_TIENDA_VALUE', "tbl.coupon_value", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_TYPE', "tbl.coupon_value_type", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
    	            <?php 
echo TiendaGrid::sort('COM_TIENDA_ENABLED', "tbl.coupon_enabled", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_USES', "tbl.coupon_uses", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo JText::_('COM_TIENDA_DETAILS');
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
                	<?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                	 <div class="range">
                        <div class="rangeline">
Beispiel #16
0
        <thead>
            <tr>
                <th style="width: 20px;">
                    <input type="checkbox" name="toggle" value="" onclick="checkAll(<?php 
echo count(@$items);
?>
);" />
                </th>
                <th style="text-align: center;">
                    <?php 
echo TiendaGrid::sort('Name', "tbl.address_name", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: left;">
                    <?php 
echo TiendaGrid::sort('Address', "tbl.address_1", @$state->direction, @$state->order);
?>
                </th>
                <th>
                </th>
            </tr>
        </thead>
        <tbody>     
        <?php 
if (!count(@$items)) {
    ?>
            <tr>
                <td colspan="10" align="center">
                    <?php 
    echo JText::_('NO ITEMS FOUND');
    ?>
Beispiel #17
0
echo TiendaGrid::sort('COM_TIENDA_EXPIRES', "tbl.expires_datetime", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_TRANSACTION_ID', "tbl.transaction_id", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_ENABLED', "tbl.subscription_enabled", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_LIFETIME', "tbl.lifetime_enabled", @$state->direction, @$state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
	                <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                	<div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_TIENDA_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo @$state->filter_id_from;
Beispiel #18
0
echo TiendaGrid::sort('COM_TIENDA_DATE', "tbl.created_date", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: left;" colspan="2">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_CUSTOMER', "ui.last_name", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_TOTAL', "tbl.order_total", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
    	            <?php 
echo TiendaGrid::sort('COM_TIENDA_STATE', "s.order_state_name", @$state->direction, @$state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
	                <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                	<div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_TIENDA_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo @$state->filter_id_from;
Beispiel #19
0
?>
);" />
                </th>
                <th style="width: 50px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_ID', "tbl.product_id", @$state->direction, @$state->order);
?>
                </th>                
                <th style="text-align: left;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_NAME', "tbl.product_name", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_PRICE', "price", @$state->direction, @$state->order);
?>
                </th>
                <th>
                    <?php 
echo JText::_('COM_TIENDA_QUANTITY');
?>
                </th>
            </tr>
        </thead>
        <tbody>
        <?php 
$i = 0;
$k = 0;
?>
        <?php 
Beispiel #20
0
?>
);" />
        </th>
        <th style="text-align: center;">
					<?php 
echo TiendaGrid::sort('COM_TIENDA_VOLUME_NUM', "tbl.volume_num", @$state->direction, @$state->order);
?>
        </th>
        <th style="text-align: center;">
					<?php 
echo TiendaGrid::sort('COM_TIENDA_ISSUE_NUM', "tbl.issue_num", @$state->direction, @$state->order);
?>
        </th>
        <th style="text-align: center;">
					<?php 
echo TiendaGrid::sort('COM_TIENDA_PUBLISHING_DATE', "tbl.publishing_date", @$state->direction, @$state->order);
?>
        </th>
      </tr>
		</thead>
    <tbody>
		<?php 
$i = 0;
$k = 0;
?>
        <?php 
foreach (@$items as $item) {
    ?>
            <tr class='row<?php 
    echo $k;
    ?>
Beispiel #21
0
?>
);" />
                </th>
                <th style="text-align: left;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_FIELD', "tbl.productattributeoptionvalue_field", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_OPERATOR', "tbl.productattributeoptionvalue_operator", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: center;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_VALUE', "tbl.productattributeoptionvalue_value", @$state->direction, @$state->order);
?>
                </th>
				<th style="width: 100px;">
				</th>
            </tr>
		</thead>
        <tbody>
		<?php 
$i = 0;
$k = 0;
?>
        <?php 
foreach (@$items as $item) {
    ?>
            <tr class='row<?php 
Beispiel #22
0
echo TiendaGrid::sort('COM_TIENDA_ID', "tbl.shipping_method_id", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: left;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_NAME', "tbl.shipping_method_name", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_TAX_CLASS', "tbl.tax_class_id", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
    	            <?php 
echo TiendaGrid::sort('COM_TIENDA_ENABLED', "tbl.shipping_method_enabled", @$state->direction, @$state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
                	<?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                	<div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_TIENDA_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo @$state->filter_id_from;
Beispiel #23
0
        <thead>
            <tr>
                <th style="width: 20px;">
                    <input type="checkbox" name="toggle" value="" onclick="checkAll(<?php 
echo count(@$items);
?>
);" />
                </th>
                <th style="text-align: center;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_NAME', "tbl.address_name", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: left;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_ADDRESS', "tbl.address_1", @$state->direction, @$state->order);
?>
                </th>
                <th>
                </th>
                <th>
                </th>
            </tr>
        </thead>
        <tbody>
        <?php 
$i = 0;
$k = 0;
?>
        <?php 
foreach (@$items as $item) {
Beispiel #24
0
echo TiendaGrid::sort('COM_TIENDA_PRICE', "tbl.product_price", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: center;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_DATE_RANGE', "tbl.product_price_startdate", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: center;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_QUANTITY_RANGE', "tbl.price_quantity_start", @$state->direction, @$state->order);
?>
                </th>
                <th>
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_GROUP', "tbl.group_id", @$state->direction, @$state->order);
?>
				</th>
				<th>
				</th>
            </tr>
		</thead>
        <tbody>
		<?php 
$i = 0;
$k = 0;
?>
        <?php 
foreach (@$items as $item) {
    ?>
            <tr class='row<?php 
Beispiel #25
0
?>
                </th>
                <th style="width: 20px;">
                	<input type="checkbox" name="toggle" value="" onclick="checkAll(<?php 
echo count(@$items);
?>
);" />
                </th>
                <th style="width: 50px;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_ID', "tbl.address_id", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 50px;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_USER_ID', "tbl.user_id", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: left;">
                	<?php 
echo JText::_('COM_TIENDA_USER');
?>
                </th>
                <th style="text-align: left;">
    	            <?php 
echo JText::_('COM_TIENDA_ADDRESS');
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
Beispiel #26
0
echo TiendaGrid::sort('COM_TIENDA_PRICE_STEP', "tbl.price_step", @$state->direction, @$state->order);
?>
				</th>
				<th style="text-align: center;">
					<?php 
echo TiendaGrid::sort('COM_TIENDA_WEIGHT_RANGE', "tbl.weight_start", @$state->direction, @$state->order);
?>
				</th>
				<th style="text-align: center;">
					<?php 
echo TiendaGrid::sort('COM_TIENDA_WEIGHT_STEP', "tbl.weight_step", @$state->direction, @$state->order);
?>
				</th>
				<th style="text-align: center;">
					<?php 
echo TiendaGrid::sort('COM_TIENDA_HANDLING_FEE', "tbl.shipping_handling", @$state->direction, @$state->order);
?>
				</th>
				<th></th>
			</tr>
		</thead>
		<tbody>
		<?php 
$i = 0;
$k = 0;
?>
		<?php 
foreach (@$items as $item) {
    ?>
			<tr class='row<?php 
    echo $k;
Beispiel #27
0
echo TiendaGrid::sort('COM_TIENDA_ID', "tbl.id", @$state->direction, @$state->order);
?>
                </th>                
                <th style="text-align: left;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_NAME', "tbl.name", @$state->direction, @$state->order);
?>
                </th>
                <th>
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_USERNAME', "tbl.username", @$state->direction, @$state->order);
?>
                </th>
				<th>
					<?php 
echo TiendaGrid::sort('COM_TIENDA_EMAIL', 'tbl.email', @$state->direction, @$state->order);
?>
				</th>
				<th>
				</th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
                    <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                    <div class="range">
                        <div class="rangeline">
                            <span class="label"><?php 
echo JText::_('COM_TIENDA_FROM');
?>
Beispiel #28
0
                </th>                
                <th style="text-align: left;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_NAME', "tbl.name", @$state->direction, @$state->order);
?>
                </th>
				<th style="width: 150px;">
				</th>
                <th style="text-align: center; width: 100px;">
                    <?php 
if (version_compare(JVERSION, '1.6.0', 'ge')) {
    // Joomla! 1.6+ code here
    echo TiendaGrid::sort('COM_TIENDA_ENABLED', "tbl.enabled", @$state->direction, @$state->order);
} else {
    // Joomla! 1.5 code here
    echo TiendaGrid::sort('COM_TIENDA_ENABLED', "tbl.published", @$state->direction, @$state->order);
}
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="2">
                    <?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                    <div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_TIENDA_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
Beispiel #29
0
echo TiendaGrid::sort('COM_TIENDA_DISPLAY_NAME', "tbl.productfile_name", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_ORDER', "tbl.ordering", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_PURCHASE_REQUIRED', "tbl.purchase_required", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo TiendaGrid::sort('COM_TIENDA_ENABLED', "tbl.productfile_enabled", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
                  <!-- // TODO make it  sortable  --> 
                     <?php 
//TODO for sorting
//echo TiendaGrid::sort( 'COM_TIENDA_MAX_DOWNLOAD', "tbl.productfile_enabled", @$state->direction, @$state->order );
?>
                    <?php 
echo JText::_('COM_TIENDA_MAX_DOWNLOAD');
?>
                    <br><?php 
echo "(" . JText::_('COM_TIENDA_USE_MINUS_ONE_FOR_UNLIMTED_DOWNLOADING') . ")";
?>
                </th>
Beispiel #30
0
?>
);" />
                </th>
                <th style="width: 50px;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_ID', "tbl.manufacturer_id", @$state->direction, @$state->order);
?>
                </th>                
                <th style="text-align: left;">
                	<?php 
echo TiendaGrid::sort('COM_TIENDA_NAME', "tbl.manufacturer_name", @$state->direction, @$state->order);
?>
                </th>
                <th style="width: 100px;">
    	            <?php 
echo TiendaGrid::sort('COM_TIENDA_ENABLED', "tbl.manufacturer_enabled", @$state->direction, @$state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
                	<?php 
$attribs = array('class' => 'inputbox', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                	<div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_TIENDA_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo @$state->filter_id_from;