[-] BO : BugFix : #PSTEST-355 : replacing "Groups Attributes and Attributes" by "Attributes and Values"
This commit is contained in:
@@ -51,8 +51,8 @@
|
||||
{if $input.type == 'radio' && $input.name == 'combination'}
|
||||
<ul style="list-style-type:disc;margin:0 0 0 30px;">
|
||||
<li>{l s='Combinations tab on product page'}</li>
|
||||
<li>{l s='Value'}</li>
|
||||
<li>{l s='Attribute'}</li>
|
||||
<li>{l s='Group of attribute'}</li>
|
||||
</ul>
|
||||
{elseif $input.type == 'radio' && $input.name == 'feature'}
|
||||
<ul style="list-style-type:disc;margin:0 0 0 30px;">
|
||||
|
||||
@@ -40,9 +40,9 @@
|
||||
$('#virtual_good_attributes').hide();
|
||||
{/if}
|
||||
|
||||
var msg_combination_1 = '{l s='Please choose a group'}';
|
||||
var msg_combination_2 = '{l s='Please choose an attribute'}';
|
||||
var msg_combination_3 = '{l s='You can only add one combination per type of group'}';
|
||||
var msg_combination_1 = '{l s='Please choose an attribute'}';
|
||||
var msg_combination_2 = '{l s='Please choose a value'}';
|
||||
var msg_combination_3 = '{l s='You can only add one combination per type of attribute'}';
|
||||
|
||||
</script>
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
<table cellpadding="5" style="width:100%">
|
||||
<tr>
|
||||
<td style="width:150px;vertical-align:top;text-align:right;padding-right:10px;font-weight:bold;" valign="top">
|
||||
{l s='Group:'}
|
||||
{l s='Attribute:'}
|
||||
</td>
|
||||
<td style="padding-bottom:5px;">
|
||||
<select name="attribute_group" id="attribute_group" style="width: 200px;" onchange="populate_attrs();">
|
||||
@@ -91,7 +91,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:150px;vertical-align:top;text-align:right;padding-right:10px;font-weight:bold;" valign="top">
|
||||
{l s='Attribute:'}
|
||||
{l s='Value:'}
|
||||
</td>
|
||||
<td style="padding-bottom:5px;">
|
||||
<select name="attribute" id="attribute" style="width: 200px;">
|
||||
|
||||
@@ -179,7 +179,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
|
||||
$this->fields_form = array(
|
||||
'legend' => array(
|
||||
'title' => $this->l('Attributes group'),
|
||||
'title' => $this->l('Attributes'),
|
||||
'image' => '../img/admin/asterisk.gif'
|
||||
),
|
||||
'input' => array(
|
||||
@@ -204,7 +204,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
),
|
||||
array(
|
||||
'type' => 'select',
|
||||
'label' => $this->l('Group type:'),
|
||||
'label' => $this->l('Attribute type:'),
|
||||
'name' => 'group_type',
|
||||
'required' => true,
|
||||
'options' => array(
|
||||
@@ -212,7 +212,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
'id' => 'id',
|
||||
'name' => 'name'
|
||||
),
|
||||
'desc' => $this->l('Choose the type of the attribute group')
|
||||
'desc' => $this->l('Choose the type of the attribute')
|
||||
)
|
||||
)
|
||||
);
|
||||
@@ -246,13 +246,13 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
|
||||
$this->fields_form = array(
|
||||
'legend' => array(
|
||||
'title' => $this->l('Attribute'),
|
||||
'title' => $this->l('Values'),
|
||||
'image' => '../img/admin/asterisk.gif'
|
||||
),
|
||||
'input' => array(
|
||||
array(
|
||||
'type' => 'select',
|
||||
'label' => $this->l('Group type:'),
|
||||
'label' => $this->l('Attribute type:'),
|
||||
'name' => 'id_attribute_group',
|
||||
'required' => true,
|
||||
'options' => array(
|
||||
@@ -260,7 +260,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
'id' => 'id_attribute_group',
|
||||
'name' => 'name'
|
||||
),
|
||||
'desc' => $this->l('Choose the type of the attribute group')
|
||||
'desc' => $this->l('Choose the type of the attribute')
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
@@ -431,11 +431,11 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
default: // list
|
||||
$this->toolbar_btn['new'] = array(
|
||||
'href' => self::$currentIndex.'&add'.$this->table.'&token='.$this->token,
|
||||
'desc' => $this->l('Add new Group')
|
||||
'desc' => $this->l('Add new Attributes')
|
||||
);
|
||||
$this->toolbar_btn['newAttributes'] = array(
|
||||
'href' => self::$currentIndex.'&updateattribute&token='.$this->token,
|
||||
'desc' => $this->l('Add new Attributes'),
|
||||
'desc' => $this->l('Add new Values'),
|
||||
'class' => 'toolbar-new'
|
||||
);
|
||||
}
|
||||
@@ -453,17 +453,17 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
{
|
||||
case 'edit':
|
||||
$current_tab = array_pop($tabs);
|
||||
$tabs[] = array('name' => $this->l('Edit new Group'));
|
||||
$tabs[] = array('name' => $this->l('Edit new Attribute'));
|
||||
break;
|
||||
|
||||
case 'add':
|
||||
$current_tab = array_pop($tabs);
|
||||
$tabs[] = array('name' => $this->l('Add new Group'));
|
||||
$tabs[] = array('name' => $this->l('Add new Attribute'));
|
||||
break;
|
||||
|
||||
case 'editAttributes':
|
||||
$current_tab = array_pop($tabs);
|
||||
$tabs[] = array('name' => $this->l('Add new Attribute'));
|
||||
$tabs[] = array('name' => $this->l('Add new Value'));
|
||||
break;
|
||||
}
|
||||
// note : this should use a tpl file
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<access id="access_1_8" id_profile="SuperAdmin" id_tab="Preferences" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_1_9" id_profile="SuperAdmin" id_tab="Tools" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_1_10" id_profile="SuperAdmin" id_tab="Manufacturers" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_1_11" id_profile="SuperAdmin" id_tab="Attributes_and_Groups" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_1_11" id_profile="SuperAdmin" id_tab="Attributes_and_Values" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_1_12" id_profile="SuperAdmin" id_tab="Addresses" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_1_13" id_profile="SuperAdmin" id_tab="Statuses" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_1_14" id_profile="SuperAdmin" id_tab="Cart_Rules" view="1" add="1" edit="1" delete="1"/>
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
<tab id="Suppliers" id_parent="Catalog" active="1">
|
||||
<class_name>AdminSuppliers</class_name>
|
||||
</tab>
|
||||
<tab id="Attributes_and_Groups" id_parent="Catalog" active="1">
|
||||
<tab id="Attributes_and_Values" id_parent="Catalog" active="1">
|
||||
<class_name>AdminAttributesGroups</class_name>
|
||||
</tab>
|
||||
<tab id="Features" id_parent="Catalog" active="1">
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<access id="access_2_8" id_profile="Administrator" id_tab="Preferences" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_2_9" id_profile="Administrator" id_tab="Tools" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_2_10" id_profile="Administrator" id_tab="Manufacturers" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_2_11" id_profile="Administrator" id_tab="Attributes_and_Groups" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_2_11" id_profile="Administrator" id_tab="Attributes_and_Values" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_2_12" id_profile="Administrator" id_tab="Addresses" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_2_13" id_profile="Administrator" id_tab="Statuses" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_2_14" id_profile="Administrator" id_tab="Cart_Rules" view="1" add="1" edit="1" delete="1"/>
|
||||
@@ -118,7 +118,7 @@
|
||||
<access id="access_3_8" id_profile="Logistician" id_tab="Preferences" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_3_9" id_profile="Logistician" id_tab="Tools" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_3_10" id_profile="Logistician" id_tab="Manufacturers" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_3_11" id_profile="Logistician" id_tab="Attributes_and_Groups" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_3_11" id_profile="Logistician" id_tab="Attributes_and_Values" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_3_12" id_profile="Logistician" id_tab="Addresses" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_3_13" id_profile="Logistician" id_tab="Statuses" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_3_14" id_profile="Logistician" id_tab="Cart_Rules" view="0" add="0" edit="0" delete="0"/>
|
||||
@@ -215,7 +215,7 @@
|
||||
<access id="access_4_8" id_profile="Translator" id_tab="Preferences" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_4_9" id_profile="Translator" id_tab="Tools" view="1" add="0" edit="0" delete="0"/>
|
||||
<access id="access_4_10" id_profile="Translator" id_tab="Manufacturers" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_4_11" id_profile="Translator" id_tab="Attributes_and_Groups" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_4_11" id_profile="Translator" id_tab="Attributes_and_Values" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_4_12" id_profile="Translator" id_tab="Addresses" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_4_13" id_profile="Translator" id_tab="Statuses" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_4_14" id_profile="Translator" id_tab="Cart_Rules" view="0" add="0" edit="0" delete="0"/>
|
||||
@@ -313,7 +313,7 @@
|
||||
<access id="access_5_8" id_profile="Salesman" id_tab="Preferences" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_5_9" id_profile="Salesman" id_tab="Tools" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_5_10" id_profile="Salesman" id_tab="Manufacturers" view="1" add="0" edit="0" delete="0"/>
|
||||
<access id="access_5_11" id_profile="Salesman" id_tab="Attributes_and_Groups" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_5_11" id_profile="Salesman" id_tab="Attributes_and_Values" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_5_12" id_profile="Salesman" id_tab="Addresses" view="1" add="1" edit="1" delete="1"/>
|
||||
<access id="access_5_13" id_profile="Salesman" id_tab="Statuses" view="0" add="0" edit="0" delete="0"/>
|
||||
<access id="access_5_14" id_profile="Salesman" id_tab="Cart_Rules" view="0" add="0" edit="0" delete="0"/>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<tab id="Monitoring" name="Tracking"/>
|
||||
<tab id="Manufacturers" name="Hersteller"/>
|
||||
<tab id="Suppliers" name="Zulieferer"/>
|
||||
<tab id="Attributes_and_Groups" name="Attribute und Gruppen"/>
|
||||
<tab id="Attributes_and_Values" name="Attribute und Werte"/>
|
||||
<tab id="Features" name="Funktionen"/>
|
||||
<tab id="Image_Mapping" name="Image Mapping"/>
|
||||
<tab id="Tags" name="Tags"/>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<tab id="Monitoring" name="Monitoring"/>
|
||||
<tab id="Manufacturers" name="Manufacturers"/>
|
||||
<tab id="Suppliers" name="Suppliers"/>
|
||||
<tab id="Attributes_and_Groups" name="Attributes and Groups"/>
|
||||
<tab id="Attributes_and_Values" name="Attributes and Values"/>
|
||||
<tab id="Features" name="Features"/>
|
||||
<tab id="Image_Mapping" name="Image Mapping"/>
|
||||
<tab id="Tags" name="Tags"/>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<tab id="Monitoring" name="Rastreo"/>
|
||||
<tab id="Manufacturers" name="Fabricantes"/>
|
||||
<tab id="Suppliers" name="Proveedores"/>
|
||||
<tab id="Attributes_and_Groups" name="Atributos y grupos"/>
|
||||
<tab id="Attributes_and_Values" name="Atributos y Valores"/>
|
||||
<tab id="Features" name="Características"/>
|
||||
<tab id="Image_Mapping" name="Mapeo de la imagen"/>
|
||||
<tab id="Tags" name="Etiquetas"/>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<tab id="Monitoring" name="Suivi"/>
|
||||
<tab id="Manufacturers" name="Marques"/>
|
||||
<tab id="Suppliers" name="Fournisseurs"/>
|
||||
<tab id="Attributes_and_Groups" name="Attributs et groupes"/>
|
||||
<tab id="Attributes_and_Values" name="Attributs et Valeurs"/>
|
||||
<tab id="Features" name="Caractéristiques"/>
|
||||
<tab id="Image_Mapping" name="Scènes"/>
|
||||
<tab id="Tags" name="Tags"/>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<tab id="Monitoring" name="Rintracciare"/>
|
||||
<tab id="Manufacturers" name="Produttori"/>
|
||||
<tab id="Suppliers" name="Fornitori"/>
|
||||
<tab id="Attributes_and_Groups" name="Attributi e Gruppi"/>
|
||||
<tab id="Attributes_and_Values" name="Attributi e Valori"/>
|
||||
<tab id="Features" name="Caratteristiche"/>
|
||||
<tab id="Image_Mapping" name="Mappatura immagine"/>
|
||||
<tab id="Tags" name="Tag"/>
|
||||
|
||||
+642
-634
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user