Exemple #1
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 
displaySubmenuConfigs('general');
?>
<form action="index.php?option=com_jshopping&controller=configdisplayprice" 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">
      <input type="checkbox" name="checkall-toggle" value="" title="<?php 
echo JText::_('JGLOBAL_CHECK_ALL');
?>
Exemple #2
0
* @package      Jshopping
* @copyright    Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license      GNU/GPL
*/
defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHtml::_('bootstrap.tooltip');
?>
<div id="j-sidebar-container" class="span2">
    <?php 
echo $this->sidebar;
?>
</div>
<div id="j-main-container" class="span10">
<?php 
displaySubmenuConfigs('image');
?>
<div class="jshop_edit">
<form action="index.php?option=com_jshopping&controller=config" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="3">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_IMAGE_VIDEO_PARAMETERS;
?>
</legend>
<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHTML::_('behavior.tooltip');
displaySubmenuConfigs('catprod');
?>
<form action="index.php?option=com_jshopping&controller=config" method="post" name="adminForm" enctype="multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="6">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_LIST_PRODUCTS . " / " . _JSHOP_PRODUCT;
?>
</legend>
<table class="admintable">
<?php 
if ($jshopConfig->tax) {
    ?>
<tr>
    <td class="key">
        <?php 
    echo _JSHOP_SHOW_TAX;
    ?>
    </td>
    <td>
* @license      GNU/GPL
*/
defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHtml::_('bootstrap.tooltip');
$fields = $this->fields;
$current_fields = $this->current_fields;
?>
<div id="j-sidebar-container" class="span2">
    <?php 
echo $this->sidebar;
?>
</div>
<div id="j-main-container" class="span10">
<?php 
displaySubmenuConfigs('fieldregister');
?>
<div class="jshop_edit">
<form class="jshopfieldregister" action="index.php?option=com_jshopping&controller=config" method="post" name="adminForm" id="adminForm" enctype="multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="9">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_REGISTER;
?>
</legend>
<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
$lists = $this->lists;
JHTML::_('behavior.tooltip');
displaySubmenuConfigs('currency');
?>
<form action = "index.php?option=com_jshopping&controller=config" method = "post" name = "adminForm" enctype = "multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="2">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_CURRENCY_PARAMETERS;
?>
</legend>
<table class="admintable">
  <tr>
    <td class="key" >
      <?php 
echo _JSHOP_MAIN_CURRENCY;
?>
    </td>
    <td>
      <?php 
echo $lists['currencies'];
<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
displaySubmenuConfigs('statictext');
$rows = $this->rows;
$i = 0;
?>
<form action = "index.php?option=com_jshopping&controller=config" method = "post" name = "adminForm">
<?php 
print $this->tmp_html_start;
?>
<table class = "adminlist">
<thead>
  <tr>
    <th class = "title" width = "10">
      #
    </th>
    <th width = "20">
      <input type="checkbox" name="toggle" value="" onClick="checkAll(<?php 
echo $count = count($rows);
?>
);" />
    </th>
    <th align = "left">
      <?php 
echo _JSHOP_PAGE;
?>
    </th>
    <th width = "50">
        <?php 
<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHTML::_('behavior.tooltip');
$lists = $this->lists;
displaySubmenuConfigs('seo');
?>
<form action = "index.php?option=com_jshopping&controller=config" method = "post" name = "adminForm" enctype = "multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="id" value="<?php 
print $this->row->id;
?>
">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
if (defined("_JSHP_SEOPAGE_" . $this->row->alias)) {
    print constant("_JSHP_SEOPAGE_" . $this->row->alias);
} else {
    print $this->row->alias;
}
?>
</legend>
<table class="admintable">
<?php 
if (!$this->row->id) {
<?php

defined('_JEXEC') or die;
JHTML::_('behavior.tooltip');
$lists = $this->lists;
$jshopConfig = $this->config;
displaySubmenuConfigs('otherconfig');
?>
<form action="index.php?option=com_jshopping&controller=config" method="post" name="adminForm">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="10">
<div class="col100">
<fieldset class="adminform">
<legend><?php 
echo _JSHOP_OC;
?>
</legend>
<table class="admintable">
<tr>
    <td class="key">
        <?php 
echo _JSHOP_EXTENDED_TAX_RULE_FOR;
?>
    </td>
    <td>
        <?php 
print $lists['tax_rule_for'];
?>
<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHTML::_('behavior.tooltip');
$lists = $this->lists;
displaySubmenuConfigs('checkout');
?>
<form action="index.php?option=com_jshopping&controller=config" method="post" name="adminForm" enctype="multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="7">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_CHECKOUT;
?>
</legend>
<table class="admintable">

<tr>
    <td class="key" style="width:280px!important;">
        <?php 
echo _JSHOP_DEFAULT_ORDER_STATUS;
?>
    </td>
    <td>
        <?php 
<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JHTML::_('behavior.tooltip');
$lists = $this->lists;
displaySubmenuConfigs('adminfunction');
?>
<form action = "index.php?option=com_jshopping&controller=config" method = "post" name = "adminForm" enctype = "multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="8">

<div class="col100">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_GENERAL;
?>
</legend>
<table class="admintable">

<tr>
    <td class="key">
      <?php 
echo _JSHOP_ENABLE_WISHLIST;
?>
    </td>
    <td>
      <input type = "checkbox" name = "enable_wishlist" class = "inputbox" id = "enable_f_wishlist" value = "1" <?php 
<?php

defined('_JEXEC') or die;
$jshopConfig = JSFactory::getConfig();
JFilterOutput::objectHTMLSafe($jshopConfig, ENT_QUOTES);
$vendor = $this->vendor;
$lists = $this->lists;
JHTML::_('behavior.tooltip');
displaySubmenuConfigs('storeinfo');
?>
<form action = "index.php?option=com_jshopping&controller=config" method = "post" name = "adminForm" enctype = "multipart/form-data">
<?php 
print $this->tmp_html_start;
?>
<input type="hidden" name="task" value="">
<input type="hidden" name="tab" value="5">
<input type="hidden" name="vendor_id" value="<?php 
print $vendor->id;
?>
">

<div class="col100" id="storeinfo">
<fieldset class="adminform">
    <legend><?php 
echo _JSHOP_STORE_INFO;
?>
</legend>
    <table class="admintable" width = "100%" >
    <tr>
     <td class="key">
       <?php