예제 #1
0
    <table class="adminlist" style="clear: both;">
        <thead>
            <tr>
                <th style="width: 20px;">
                    <?php 
echo JHtmlGrid::checkall($name = 'cid', $tip = 'JGLOBAL_CHECK_ALL', $action = 'Joomla.checkAll(this)');
?>
                </th>
                <th style="text-align: center;">
                    <?php 
echo CitruscartGrid::sort('Name', "tbl.address_name", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: left;">
                    <?php 
echo CitruscartGrid::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');
    ?>
예제 #2
0
    <table class="adminlist table table-striped" style="clear: both;">
        <thead>
            <tr>
                <th style="width: 20px;">
                    <?php 
echo JHtmlGrid::checkall($name = 'cid', $tip = 'JGLOBAL_CHECK_ALL', $action = 'Joomla.checkAll(this)');
?>
                </th>
                <th style="text-align: center;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_NAME', "tbl.address_name", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: left;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ADDRESS', "tbl.address_1", $state->direction, $state->order);
?>
                </th>
                <th>
                </th>
                <th>
                </th>
            </tr>
        </thead>
        <tbody>
        <?php 
$i = 0;
$k = 0;
if ($items) {
    ?>
        <?php 
예제 #3
0
echo CitruscartGrid::sort('COM_CITRUSCART_VALUE', "tbl.coupon_value", $state->direction, $state->order);
?>
                </th>
                <th >
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_TYPE', "tbl.coupon_value_type", $state->direction, $state->order);
?>
                </th>
                <th>
    	            <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ENABLED', "tbl.coupon_enabled", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_USES', "tbl.coupon_uses", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo JText::_('COM_CITRUSCART_DETAILS');
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
                	<?php 
$attribs = array('class' => 'input-small', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                	 <div class="range">
                        <div class="rangeline">
예제 #4
0
echo CitruscartGrid::sort('COM_CITRUSCART_EXPIRES', "tbl.expires_datetime", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_TRANSACTION_ID', "tbl.transaction_id", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ENABLED', "tbl.subscription_enabled", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_LIFETIME', "tbl.lifetime_enabled", $state->direction, $state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
	                <?php 
$attribs = array('class' => 'input-mini', 'onchange' => 'document.adminForm.submit();');
?>
                	<div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #5
0
echo CitruscartGrid::sort('COM_CITRUSCART_ASSOCIATED_PRODUCT', "tbl_products.product_name", $state->direction, $state->order);
?>
                </th>
                <th style="width: 75px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_PURCHASE_REQUIRED', "tbl.purchase_required", $state->direction, $state->order);
?>
                </th>
                <th style="width: 50px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_MAX_DOWNLOAD', "tbl.max_download", $state->direction, $state->order);
?>
                </th>
                <th style="width: 50px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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>
예제 #6
0
?>
                </th>
                <th>
                </th>
            </tr>
            <tr>
                <th style="width: 50px;">
                </th>
                <th style="width: 200px; text-align: left;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_FILE', "filename", $state->direction, $state->order);
?>
                </th>
                <th style="width: 200px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_PRODUCT', "product_name", $state->direction, $state->order);
?>
                </th>
                <th style="width: 50px;">
                    <?php 
echo JText::_('COM_CITRUSCART_MAX_DOWNLOADS');
?>
                </th>
            </tr>
        </thead>
        <tfoot>
            <tr>
                <td colspan="20">
                    <div style="float: right; padding: 5px;"><?php 
echo $this->pagination->getResultsCounter();
?>
예제 #7
0
echo CitruscartGrid::sort('COM_CITRUSCART_DATE', "tbl.created_date", $state->direction, $state->order);
?>
                </th>
                <th colspan="2" class="tableheader"> 
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_CUSTOMER', "ui.last_name", $state->direction, $state->order);
?>
                </th>
                <th class="tableheader">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_TOTAL', "tbl.order_total", $state->direction, $state->order);
?>
                </th>
                <th class="tableheader">
    	            <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #8
0
echo CitruscartGrid::sort('COM_CITRUSCART_QUANTITY', "tbl.orderitem_quantity", $state->direction, $state->order);
?>
                </th>
                <th>
    	            <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_PRICE', "tbl.orderitem_price", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_STATUS', "tbl.orderitem_status", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_PAYMENT_STATUS', "op.transaction_status", $state->direction, $state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
	                <?php 
$attribs = array('class' => 'input-small', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                	<div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #9
0
?>
);" />
        </th>
        <th style="text-align: center;">
					<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_VOLUME_NUM', "tbl.volume_num", @$state->direction, @$state->order);
?>
        </th>
        <th style="text-align: center;">
					<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ISSUE_NUM', "tbl.issue_num", @$state->direction, @$state->order);
?>
        </th>
        <th style="text-align: center;">
					<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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;
    ?>
예제 #10
0
echo JHtmlGrid::checkall($name = 'cid', $tip = 'JGLOBAL_CHECK_ALL', $action = 'Joomla.checkAll(this)');
?>
                </th>
                <th style="width: 50px;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ID', "tbl.order_state_id", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: left;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_NAME', "tbl.order_state_name", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #11
0
echo CitruscartGrid::sort('COM_CITRUSCART_ID', "tbl.id", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: left;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_NAME', "tbl.name", $state->direction, $state->order);
?>
                </th>
                <th>
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_USERNAME', "tbl.username", $state->direction, $state->order);
?>
                </th>
				<th>
					<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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_CITRUSCART_FROM');
?>
예제 #12
0
                <th>
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_COUNT', "entity_count", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ORDER', "tbl.ordering", $state->direction, $state->order);
?>
                    <?php 
echo JHTML::_('grid.order', $items);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ENABLED', "tbl.eavattribute_enabled", $state->direction, $state->order);
?>
                </th>
            </tr>
            <tr>
                <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_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #13
0
?>
</div>
            <div class="sortresults option"><?php 
echo CitruscartGrid::sort('COM_CITRUSCART_SKU', "tbl.product_sku", $state->direction, $state->order);
?>
</div>
            <div class="sortresults option"><?php 
echo CitruscartGrid::sort('COM_CITRUSCART_PRICE', "price", $state->direction, $state->order);
?>
</div>
            <div class="sortresults option"><?php 
echo CitruscartGrid::sort('COM_CITRUSCART_RATING', "tbl.product_rating", $state->direction, $state->order);
?>
</div>
            <div class="sortresults option"><?php 
echo CitruscartGrid::sort('COM_CITRUSCART_REVIEWS', "tbl.product_comments", $state->direction, $state->order);
?>
</div>
            <div class="reset"></div>
        </div>
        <div id="searchresults_results">
            <?php 
$i = 0;
$k = 0;
?>
            <?php 
foreach ($items as $item) {
    ?>
            <div class="product_item">
                <div class="product_thumb">
                    <a href="<?php 
예제 #14
0
echo CitruscartGrid::sort('COM_CITRUSCART_AMOUNT', "tbl.credit_amount", $state->direction, $state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_CREATED', "tbl.created_date", $state->direction, $state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ENABLED', "tbl.credit_enabled", $state->direction, $state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_WITHDRAWABLE', "tbl.credit_withdrawable", $state->direction, $state->order);
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
                	<?php 
$attribs = array('class' => 'input-small', 'size' => '1', 'onchange' => 'document.adminForm.submit();');
?>
                	<div class="range">
                        <div class="rangeline">
                            <input type="text" placeholder="<?php 
echo JText::_('COM_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #15
0
?>
                <br/>
                (
                <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_TOTAL', "tbl.helpful_votes_total", $state->direction, $state->order);
?>
                )
            </th>
			<th style="width: 100px;">
                <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_REPORTED', "tbl.reported_count", $state->direction, $state->order);
?>
			</th>
			<th style="width: 100px;">
                <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #16
0
echo CitruscartGrid::sort('COM_CITRUSCART_PRICE', "tbl.product_price", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: center;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_DATE_RANGE', "tbl.product_price_startdate", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: center;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_QUANTITY_RANGE', "tbl.price_quantity_start", $state->direction, $state->order);
?>
                </th>
                <th>
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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 
예제 #17
0
                </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
    $published = 'tbl.enabled';
} else {
    // Joomla! 1.5 code here
    $published = 'tbl.published';
}
?>

                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ENABLED', $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_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #18
0
echo CitruscartGrid::sort('COM_CITRUSCART_GEO_ZONE', "tbl.geozone_id", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: center;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_PRICE', "tbl.shipping_rate_price", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: center;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_WEIGHT_RANGE', "tbl.shipping_rate_weight_start", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: center;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_HANDLING_FEE', "tbl.shipping_rate_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 
예제 #19
0
echo JHtmlGrid::checkall($name = 'cid', $tip = 'JGLOBAL_CHECK_ALL', $action = 'Joomla.checkAll(this)');
?>
                </th>
                <th style="width: 50px;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ID', "tbl.category_id", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: left;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_NAME', "tbl.category_name", $state->direction, $state->order);
?>
                </th>
                <th style="width: 100px;">
    	            <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ORDER', "tbl.lft", $state->direction, $state->order);
?>
                </th>
                <th>
	                <?php 
echo JText::_('COM_CITRUSCART_STATUS');
?>
                </th>
            </tr>
		</thead>
        <tbody>
		<?php 
$i = 0;
$k = 0;
?>
        <?php 
예제 #20
0
echo JHtmlGrid::checkall($name = 'cid', $tip = 'JGLOBAL_CHECK_ALL', $action = 'Joomla.checkAll(this)');
?>
                </th>
                <th style="width: 50px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ID', "tbl.product_id", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: left;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_NAME', "tbl.product_name", $state->direction, $state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_PRICE', "price", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo JText::_('COM_CITRUSCART_QUANTITY');
?>
                </th>
            </tr>
        </thead>
        <tbody>
        <?php 
$i = 0;
$k = 0;
?>
        <?php 
예제 #21
0
echo JHtmlGrid::checkall($name = 'cid', $tip = 'JGLOBAL_CHECK_ALL', $action = 'Joomla.checkAll(this)');
?>
                </th>
                <th style="text-align: left;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_FIELD', "tbl.productattributeoptionvalue_field", $state->direction, $state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_OPERATOR', "tbl.productattributeoptionvalue_operator", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: center;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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 
예제 #22
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 CitruscartGrid::sort('COM_CITRUSCART_ID', "tbl.product_id", @$state->direction, @$state->order);
?>
                </th>
                <th style="text-align: left;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_NAME', "tbl.product_name", @$state->direction, @$state->order);
?>
                </th>
                <th>
	                <?php 
echo JText::_('COM_CITRUSCART_STATUS');
?>
                </th>
            </tr>
		</thead>
        <tbody>
		<?php 
$i = 0;
$k = 0;
?>
        <?php 
예제 #23
0
echo CitruscartGrid::sort('COM_CITRUSCART_ID', "tbl.shipping_method_id", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: left;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_NAME', "tbl.shipping_method_name", $state->direction, $state->order);
?>
                </th>
                <th style="width: 100px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_TAX_CLASS', "tbl.tax_class_id", $state->direction, $state->order);
?>
                </th>
                <th style="width: 100px;">
    	            <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #24
0
echo JText::_('COM_CITRUSCART_NUM');
?>
                </th>
                <th style="width: 20px;">
                  	<?php 
echo JHtmlGrid::checkall($name = 'cid', $tip = 'JGLOBAL_CHECK_ALL', $action = 'Joomla.checkAll(this)');
?>
                </th>
                <th style="width: 50px;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ID', "tbl.address_id", $state->direction, $state->order);
?>
                </th>
                <th style="width: 50px;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_USER_ID', "tbl.user_id", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: left;">
                	<?php 
echo JText::_('COM_CITRUSCART_USER');
?>
                </th>
                <th style="text-align: left;">
    	            <?php 
echo JText::_('COM_CITRUSCART_ADDRESS');
?>
                </th>
            </tr>
            <tr class="filterline">
                <th colspan="3">
예제 #25
0
                <th>
    	            <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ISO_CODE_3', "tbl.country_isocode_3", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ORDER', "tbl.ordering", $state->direction, $state->order);
?>
                    <?php 
echo JHTML::_('grid.order', $items);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ENABLED', "tbl.country_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_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #26
0
echo CitruscartGrid::sort('COM_CITRUSCART_NAME', "tbl.name", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: center;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_USERNAME', "tbl.username", $state->direction, $state->order);
?>
                </th>
				<th style="text-align: center;">
					<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_EMAIL', 'tbl.email', $state->direction, $state->order);
?>
				</th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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 
예제 #27
0
echo JHtmlGrid::checkall($name = 'cid', $tip = 'JGLOBAL_CHECK_ALL', $action = 'Joomla.checkAll(this)');
?>
                </th>
                <th>
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ID', "tbl.manufacturer_id", $state->direction, $state->order);
?>
                </th>
                <th>
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_NAME', "tbl.manufacturer_name", $state->direction, $state->order);
?>
                </th>
                <th>
    	            <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #28
0
echo CitruscartGrid::sort('COM_CITRUSCART_CUSTOMER', "ui.last_name", $state->direction, $state->order);
?>
                </th>
                <th>
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_AMOUNT', "tbl.orderpayment_amount", $state->direction, $state->order);
?>
                </th>
                <th>
    	            <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_PAYMENT_TYPE', "tbl.orderpayment_type", $state->direction, $state->order);
?>
                </th>
                <th>
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_TRANSACTION_ID', "tbl.transaction_id", $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_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;
예제 #29
0
echo JText::_('COM_CITRUSCART_NUM');
?>
                </th>
                <th style="width: 20px;">
                	<?php 
echo JHtmlGrid::checkall($name = 'cid', $tip = 'JGLOBAL_CHECK_ALL', $action = 'Joomla.checkAll(this)');
?>
                </th>
                <th style="width: 50px;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_ID', "tbl.zone_id", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: left;">
                    <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_NAME', "tbl.zone_name", $state->direction, $state->order);
?>
                </th>
                <th>
	                <?php 
echo JText::_('COM_CITRUSCART_STATUS');
?>
                </th>
                <th style="width: 150px;">
	                <?php 
echo JText::_('COM_CITRUSCART_POSTAL_CODE_RANGE');
?>
                </th>
            </tr>
		</thead>
        <tbody>
예제 #30
0
echo CitruscartGrid::sort('COM_CITRUSCART_ID', "tbl.zone_id", $state->direction, $state->order);
?>
                </th>
                <th style="text-align: left;">
                	<?php 
echo CitruscartGrid::sort('COM_CITRUSCART_NAME', "tbl.zone_name", $state->direction, $state->order);
?>
                </th>
                <th>
    	            <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_CODE', "tbl.code", $state->direction, $state->order);
?>
                </th>
                <th>
    	            <?php 
echo CitruscartGrid::sort('COM_CITRUSCART_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_CITRUSCART_FROM');
?>
" id="filter_id_from" name="filter_id_from" value="<?php 
echo $state->filter_id_from;