diff --git a/templates/admin/default/ajax/template-attribute-list.html b/templates/admin/default/ajax/template-attribute-list.html index 772ed5883..a630aaa61 100644 --- a/templates/admin/default/ajax/template-attribute-list.html +++ b/templates/admin/default/ajax/template-attribute-list.html @@ -25,7 +25,8 @@ {/elseloop} -
| {intl l='ID'} | @@ -72,7 +73,7 @@ {/elseloop}
|---|
| {intl l='ID'} | @@ -72,6 +73,7 @@ {/elseloop}
|---|
| + {admin_sortable_header + current_order=$attributeav_order + order='id' + reverse_order='id_reverse' + request_parameter_name='attributeav_order' + path={url path='/admin/configuration/attributes/update' attribute_id=$attribute_id} + label="{intl l='ID'}" + } + | -|||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - {admin_sortable_header - current_order=$attributeav_order - order='id' - reverse_order='id_reverse' - request_parameter_name='attributeav_order' - path={url path='/admin/configuration/attributes/update' attribute_id=$attribute_id} - label="{intl l='ID'}" - } - | ++ {admin_sortable_header + current_order=$attributeav_order + order='alpha' + reverse_order='alpha_reverse' + request_parameter_name='attributeav_order' + path={url path='/admin/configuration/attributes/update' attribute_id=$attribute_id} + label="{intl l='Value'}" + } + | -- {admin_sortable_header - current_order=$attributeav_order - order='alpha' - reverse_order='alpha_reverse' - request_parameter_name='attributeav_order' - path={url path='/admin/configuration/attributes/update' attribute_id=$attribute_id} - label="{intl l='Value'}" - } - | ++ {admin_sortable_header + current_order=$attributeav_order + order='manual' + reverse_order='manual_reverse' + request_parameter_name='attributeav_order' + path={url path='/admin/configuration/attributes/update' attribute_id=$attribute_id} + label="{intl l="Position"}" + } + | -- {admin_sortable_header - current_order=$attributeav_order - order='manual' - reverse_order='manual_reverse' - request_parameter_name='attributeav_order' - path={url path='/admin/configuration/attributes/update' attribute_id=$attribute_id} - label="{intl l="Position"}" - } - | + {module_include location='attributes_value_table_header'} - {module_include location='attributes_value_table_header'} +{intl l="Actions"} | +{intl l="Actions"} | - - + + {loop name="list" type="attribute_availability" attribute=$attribute_id backend_context="1" lang=$edit_language_id order=$attributeav_order} +
|---|---|---|---|---|---|
| {$ID} | -|||||
| {$ID} | ++ {* FIXME : integrate this in the encolsing form to provide standard form processing *} + + | -- {* FIXME : integrate this in the encolsing form to provide standard form processing *} - - | ++ {admin_position_block + permission="admin.attributes.edit" + path={url path='/admin/configuration/attributes-av/update-position' attribute_id=$attribute_id} + url_parameter="attributeav_id" + in_place_edit_class="positionChange" + position="$POSITION" + id="$ID" + } + | -- {admin_position_block - permission="admin.attributes.edit" - path={url path='/admin/configuration/attributes-av/update-position' attribute_id=$attribute_id} - url_parameter="attributeav_id" - in_place_edit_class="positionChange" - position="$POSITION" - id="$ID" - } - | + {module_include location='attributes_value_table_row'} - {module_include location='attributes_value_table_row'} +
+
+ {loop type="auth" name="can_create" roles="ADMIN" permissions="admin.configuration.attribute-av.delete"}
+
+
+
+ {/loop}
+
+ |
+
-
- {loop type="auth" name="can_create" roles="ADMIN" permissions="admin.configuration.attribute-av.delete"}
-
-
-
- {/loop}
-
- |
-
- {/loop}
-
- {elseloop rel="list"}
-
|
-
- {intl l="No value has been created yet. Click the + button to create one."}
-
- |
- |||||
| - {admin_sortable_header - current_order=$category_order - order='id' - reverse_order='id_reverse' - path={url path='/admin/categories' id_category=$category_id} - request_parameter_name='category_order' - label="{intl l='ID'}" - } - | - -- - | - {admin_sortable_header - current_order=$category_order - order='alpha' - reverse_order='alpha_reverse' - path={url path='/admin/categories' id_category=$category_id} - request_parameter_name='category_order' - label="{intl l='Category title'}" - } - | - - {module_include location='category_list_header'} - -- {admin_sortable_header - current_order=$category_order - order='visible' - reverse_order='visible_reverse' - path={url path='/admin/categories' id_category=$category_id} - request_parameter_name='category_order' - label="{intl l='Online'}" - } - | - -- {admin_sortable_header - current_order=$category_order - order='manual' - reverse_order='manual_reverse' - path={url path='/admin/categories' id_category=$category_id} - request_parameter_name='category_order' - label="{intl l='Position'}" - } - | - -{intl l='Actions'} | -||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {$ID} | - -
- {loop type="image" name="cat_image" source="category" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
- |
-
- - - {$TITLE} - - | - - {module_include location='category_list_row'} - -
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.categories.edit"}
-
-
-
+
+
+
+ {admin_sortable_header
+ current_order=$category_order
+ order='id'
+ reverse_order='id_reverse'
+ path={url path='/admin/categories' id_category=$category_id}
+ request_parameter_name='category_order'
+ label="{intl l='ID'}"
+ }
+ |
+
+ |
+
+
+ {admin_sortable_header
+ current_order=$category_order
+ order='alpha'
+ reverse_order='alpha_reverse'
+ path={url path='/admin/categories' id_category=$category_id}
+ request_parameter_name='category_order'
+ label="{intl l='Category title'}"
+ }
+ |
+
+ {module_include location='category_list_header'}
+
+
+ {admin_sortable_header
+ current_order=$category_order
+ order='visible'
+ reverse_order='visible_reverse'
+ path={url path='/admin/categories' id_category=$category_id}
+ request_parameter_name='category_order'
+ label="{intl l='Online'}"
+ }
+ |
+
+
+ {admin_sortable_header
+ current_order=$category_order
+ order='manual'
+ reverse_order='manual_reverse'
+ path={url path='/admin/categories' id_category=$category_id}
+ request_parameter_name='category_order'
+ label="{intl l='Position'}"
+ }
+ |
+
+ {intl l='Actions'} |
+ {$ID} |
+
+
+ {loop type="image" name="cat_image" source="category" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
+ |
+
+
+
+ {$TITLE}
+
+ |
+
+ {module_include location='category_list_row'}
+
+
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.categories.edit"}
+ |
+
+
+
+
+ {/loop}
+
+ {elseloop rel="can_change"}
+
+
+
+ {/elseloop}
+
+ {admin_position_block
+ permission="admin.categories.edit"
+ path={url path='admin/categories/update-position' category_id=$ID}
+ url_parameter="category_id"
+ in_place_edit_class="categoryPositionChange"
+ position=$POSITION
+ id=$ID
+ }
+ |
+
+
+
+ |
+ |
| {intl l='ID'} | -||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {intl l='ID'} | +{intl l='Attribute title'} | -{intl l='Attribute title'} | + {module_include location='category_contents_table_header'} - {module_include location='category_contents_table_header'} +{intl l="Actions"} | +{intl l="Actions"} | - - + + {loop name="assigned_contents" type="associated_content" category="$category_id" backend_context="1" lang="$edit_language_id"} +
|---|---|---|---|
| {$ID} | -|||
| {$ID} | ++ {$TITLE} + | -- {$TITLE} - | + {module_include location='category_contents_table_row'} - {module_include location='category_contents_table_row'} +
+
+ {loop type="auth" name="can_create" roles="ADMIN" permissions="admin.configuration.category.content.delete"}
+
+
+
+ {/loop}
+
+ |
+
-
- {loop type="auth" name="can_create" roles="ADMIN" permissions="admin.configuration.category.content.delete"}
-
-
-
- {/loop}
-
- |
-
- {/loop}
-
- {elseloop rel="assigned_contents"}
-
|
-
- {intl l="This category contains no contents"}
-
- |
- |||
| {block name="coupon-label-code"}{intl l='Code'}{/block} | -{block name="coupon-label-title"}{intl l='Title'}{/block} | -{block name="coupon-label-expiration-date"}{intl l='Expiration date'}{/block} | -{block name="coupon-label-usage-left"}{intl l='Usage left'}{/block} | -{block name="coupon-label-action"}{/block} | -
|---|---|---|---|---|
| {block name="coupon-code"}{$CODE}{/block} | -{block name="coupon-title"}{$TITLE}{/block} | -{block name="coupon-expiration-date"}{$EXPIRATION_DATE}{/block} | -{block name="coupon-usage-left"}{$USAGE_LEFT}{/block} | -- {block name="coupon-action"} - - {intl l='Edit'} - - {/block} - | -
| {block name="coupon-label-code"}{intl l='Code'}{/block} | +{block name="coupon-label-title"}{intl l='Title'}{/block} | +{block name="coupon-label-expiration-date"}{intl l='Expiration date'}{/block} | +{block name="coupon-label-usage-left"}{intl l='Usage left'}{/block} | +{block name="coupon-label-action"}{/block} | +
|---|---|---|---|---|
| {block name="coupon-code"}{$CODE}{/block} | +{block name="coupon-title"}{$TITLE}{/block} | +{block name="coupon-expiration-date"}{$EXPIRATION_DATE}{/block} | +{block name="coupon-usage-left"}{$USAGE_LEFT}{/block} | ++ {block name="coupon-action"} + + {intl l='Edit'} + + {/block} + | +
| {block name="coupon-label-code"}{intl l='Code'}{/block} | -{block name="coupon-label-title"}{intl l='Title'}{/block} | -{block name="coupon-label-expiration-date"}{intl l='Expiration date'}{/block} | -{block name="coupon-label-usage-left"}{intl l='Usage left'}{/block} | -{block name="coupon-label-action"}{/block} | -
|---|---|---|---|---|
| {block name="coupon-code"}{$CODE}{/block} | -{block name="coupon-title"}{$TITLE}{/block} | -{block name="coupon-expiration-date"}{$EXPIRATION_DATE}{/block} | -{block name="coupon-usage-left"}{$USAGE_LEFT}{/block} | -- {block name="coupon-action"} - - {intl l='Edit'} - - {/block} - | -
| {block name="coupon-label-code"}{intl l='Code'}{/block} | +{block name="coupon-label-title"}{intl l='Title'}{/block} | +{block name="coupon-label-expiration-date"}{intl l='Expiration date'}{/block} | +{block name="coupon-label-usage-left"}{intl l='Usage left'}{/block} | +{block name="coupon-label-action"}{/block} | +
|---|---|---|---|---|
| {block name="coupon-code"}{$CODE}{/block} | +{block name="coupon-title"}{$TITLE}{/block} | +{block name="coupon-expiration-date"}{$EXPIRATION_DATE}{/block} | +{block name="coupon-usage-left"}{$USAGE_LEFT}{/block} | ++ {block name="coupon-action"} + + {intl l='Edit'} + + {/block} + | +
| {intl l='Title'} | -{$TITLE} | -
| - {if $IS_ENABLED} - - {intl l="Is enabled"} - - {else} - - {intl l="Is disabled"} - - {/if} - | -|
| - {$TOOLTIP} - | -|
| {intl l='Amount'} | -{$AMOUNT} | -
| {intl l='Expiration date'} | -{$EXPIRATION_DATE} ({$DAY_LEFT_BEFORE_EXPIRATION} {intl l="days left"}) | -
| {intl l='Usage left'} | -- {if $USAGE_LEFT} - - {$USAGE_LEFT} - - {else} - - 0 - - {/if} - | -
| - {if $IS_CUMULATIVE} - - {intl l="May be cumulative"} - - {else} - - {intl l="Can't be cumulative"} - - {/if} - | -|
| - {if $IS_REMOVING_POSTAGE} - - {intl l="Will remove postage"} - - {else} - - {intl l="Won't remove postage"} - - {/if} - | -|
| - {if $IS_AVAILABLE_ON_SPECIAL_OFFERS} - - {intl l="Will be available on special offers"} - - {else} - - {intl l="Won't be available on special offers"} - - {/if} - | -|
| {intl l='Application field'} | -
-
|
-
| {$SHORT_DESCRIPTION} | -|
| {$DESCRIPTION} | -|
| - - {intl l='Edit'} - - | -|
| {intl l='Title'} | +{$TITLE} | +
| + {if $IS_ENABLED} + + {intl l="Is enabled"} + + {else} + + {intl l="Is disabled"} + + {/if} + | +|
| + {$TOOLTIP} + | +|
| {intl l='Amount'} | +{$AMOUNT} | +
| {intl l='Expiration date'} | +{$EXPIRATION_DATE} ({$DAY_LEFT_BEFORE_EXPIRATION} {intl l="days left"}) | +
| {intl l='Usage left'} | ++ {if $USAGE_LEFT} + + {$USAGE_LEFT} + + {else} + + 0 + + {/if} + | +
| + {if $IS_CUMULATIVE} + + {intl l="May be cumulative"} + + {else} + + {intl l="Can't be cumulative"} + + {/if} + | +|
| + {if $IS_REMOVING_POSTAGE} + + {intl l="Will remove postage"} + + {else} + + {intl l="Won't remove postage"} + + {/if} + | +|
| + {if $IS_AVAILABLE_ON_SPECIAL_OFFERS} + + {intl l="Will be available on special offers"} + + {else} + + {intl l="Won't be available on special offers"} + + {/if} + | +|
| {intl l='Application field'} | +
+
|
+
| {$SHORT_DESCRIPTION} | +|
| {$DESCRIPTION} | +|
| + + {intl l='Edit'} + + | +|
| {intl l="Address"} | +{intl l="Actions"} | +||||
|---|---|---|---|---|---|
|
+
+ {loop name="address.title" type="title" id=$TITLE}{$SHORT}{/loop} {$FIRSTNAME} {$LASTNAME} + {$ADDRESS1} + {$ADDRESS2} + {$ADDRESS3} + {if $PHONE} + P: {$PHONE} + {/if} + {if $CELLPHONE} + P: {$CELLPHONE} + {/if} + + |
+
+
-
+
|
+
| - {intl l="customer ref"} - | - -- {intl l="company"} - | - - {module_include location='category_list_header'} - -- {intl l="firstname & lastname"} - | - -- {intl l="last order"} - | - -{intl l='order amount'} | - -{intl l='Actions'} | -||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {$REF} | ++ {intl l="customer ref"} + | -- {$COMPANY} - | ++ {intl l="company"} + | -- {$FIRSTNAME} {$LASTNAME} - | + {module_include location='category_list_header'} - {module_include location='customer_list_row'} ++ {intl l="firstname & lastname"} + | -- {format_date date=$LASTORDER_DATE} - | ++ {intl l="last order"} + | -- {format_number number=$LASTORDER_AMOUNT} - | -
-
-
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.customer.edit"}
-
- {/loop}
- {loop type="auth" name="can_send_mail" roles="ADMIN" permissions="admin.customer.sendMail"}
-
- {/loop}
- {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.customer.delete"}
-
- {/loop}
-
- |
+ {intl l='order amount'} | +{intl l='Actions'} | ||||||
|
-
-
-
{$REF} |
- {else}
-
+ {$COMPANY}
+ |
+
+
+ {$FIRSTNAME} {$LASTNAME}
+ |
+
+ {module_include location='customer_list_row'}
+
+
+ {format_date date=$LASTORDER_DATE}
+ |
+
+
+ {format_number number=$LASTORDER_AMOUNT}
+ |
+
+ |
+
+
+
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.customer.edit"}
+
+ {/loop}
+ {loop type="auth" name="can_send_mail" roles="ADMIN" permissions="admin.customer.sendMail"}
+
+ {/loop}
+ {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.customer.delete"}
+
+ {/loop}
+
+
+
+
-
- |
- | ||||||||||
| + {admin_sortable_header + current_order=$featureav_order + order='id' + reverse_order='id_reverse' + request_parameter_name='featureav_order' + path={url path='/admin/configuration/features/update' feature_id=$feature_id} + label="{intl l='ID'}" + } + | -|||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - {admin_sortable_header - current_order=$featureav_order - order='id' - reverse_order='id_reverse' - request_parameter_name='featureav_order' - path={url path='/admin/configuration/features/update' feature_id=$feature_id} - label="{intl l='ID'}" - } - | ++ {admin_sortable_header + current_order=$featureav_order + order='alpha' + reverse_order='alpha_reverse' + request_parameter_name='featureav_order' + path={url path='/admin/configuration/features/update' feature_id=$feature_id} + label="{intl l='Value'}" + } + | -- {admin_sortable_header - current_order=$featureav_order - order='alpha' - reverse_order='alpha_reverse' - request_parameter_name='featureav_order' - path={url path='/admin/configuration/features/update' feature_id=$feature_id} - label="{intl l='Value'}" - } - | ++ {admin_sortable_header + current_order=$featureav_order + order='manual' + reverse_order='manual_reverse' + request_parameter_name='featureav_order' + path={url path='/admin/configuration/features/update' feature_id=$feature_id} + label="{intl l="Position"}" + } + | -- {admin_sortable_header - current_order=$featureav_order - order='manual' - reverse_order='manual_reverse' - request_parameter_name='featureav_order' - path={url path='/admin/configuration/features/update' feature_id=$feature_id} - label="{intl l="Position"}" - } - | + {module_include location='features_value_table_header'} - {module_include location='features_value_table_header'} +{intl l="Actions"} | +{intl l="Actions"} | - - + + {loop name="list" type="feature_availability" feature=$feature_id backend_context="1" lang=$edit_language_id order=$featureav_order} +
|---|---|---|---|---|---|
| {$ID} | -|||||
| {$ID} | ++ {* FIXME : integrate this in the encolsing form to provide standard form processing *} + + | -- {* FIXME : integrate this in the encolsing form to provide standard form processing *} - - | ++ {admin_position_block + permission="admin.features.edit" + path={url path='/admin/configuration/features-av/update-position' feature_id=$feature_id} + url_parameter="featureav_id" + in_place_edit_class="positionChange" + position="$POSITION" + id="$ID" + } + | -- {admin_position_block - permission="admin.features.edit" - path={url path='/admin/configuration/features-av/update-position' feature_id=$feature_id} - url_parameter="featureav_id" - in_place_edit_class="positionChange" - position="$POSITION" - id="$ID" - } - | + {module_include location='features_value_table_row'} - {module_include location='features_value_table_row'} +
+
+ {loop type="auth" name="can_create" roles="ADMIN" permissions="admin.configuration.feature-av.delete"}
+
+
+
+ {/loop}
+
+ |
+
-
- {loop type="auth" name="can_create" roles="ADMIN" permissions="admin.configuration.feature-av.delete"}
-
-
-
- {/loop}
-
- |
-
- {/loop}
-
- {elseloop rel="list"}
-
|
-
- {intl l="No value has been created yet. Click the + button to create one."}
-
- |
- |||||
| + {admin_sortable_header + current_order=$folder_order + order='id' + reverse_order='id_reverse' + path={url path='/admin/folders' id_folder=$folder_id} + request_parameter_name='folder_order' + label="{intl l='ID'}" + } + | - {ifloop rel="folder_list"} ++ + | + {admin_sortable_header + current_order=$folder_order + order='alpha' + reverse_order='alpha_reverse' + path={url path='/admin/folders' id_folder=$folder_id} + request_parameter_name='folder_order' + label="{intl l='Folder title'}" + } + | + + {module_include location='folder_list_header'} + ++ {admin_sortable_header + current_order=$folder_order + order='visible' + reverse_order='visible_reverse' + path={url path='/admin/folders' id_folder=$folder_id} + request_parameter_name='folder_order' + label="{intl l='Online'}" + } + | + ++ {admin_sortable_header + current_order=$folder_order + order='manual' + reverse_order='manual_reverse' + path={url path='/admin/folders' id_folder=$folder_id} + request_parameter_name='folder_order' + label="{intl l='Position'}" + } + | + +{intl l='Actions'} | +
|---|---|---|---|---|---|
| {$ID} | + +
+ {loop type="image" name="folder_image" source="folder" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
+ |
+
+ + + {$TITLE} + + | + + {module_include location='folder_list_row'} + +
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.folders.edit"}
+
+
+
+ {/loop}
+
+ {elseloop rel="can_change"}
+
+
+
+ {/elseloop}
+ |
+
+ + {admin_position_block + permission="admin.folders.edit" + path={url path='admin/folders/update-position' folder_id=$ID} + url_parameter="folder_id" + in_place_edit_class="folderPositionChange" + position=$POSITION + id=$ID + } + | + ++ + | +
| - {admin_sortable_header - current_order=$folder_order - order='id' - reverse_order='id_reverse' - path={url path='/admin/folders' id_folder=$folder_id} - request_parameter_name='folder_order' - label="{intl l='ID'}" - } - | +|||||
| {$ID} | - -
- {loop type="image" name="folder_image" source="folder" source_id="$ID" limit="1" width="50" height="50" resize_mode="crop" backend_context="1"}
- |
-
- - - {$TITLE} - - | - - {module_include location='folder_list_row'} - -
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.folders.edit"}
-
-
-
- {/loop}
-
- {elseloop rel="can_change"}
-
-
-
- {/elseloop}
- |
-
- - {admin_position_block - permission="admin.folders.edit" - path={url path='admin/folders/update-position' folder_id=$ID} - url_parameter="folder_id" - in_place_edit_class="folderPositionChange" - position=$POSITION - id=$ID - } - | - -- - | -
| {intl l="Customers"} | -1 | -
|---|---|
| {intl l="Sections"} | -8 | -
| {intl l="Products"} | -43 | -
| {intl l="Products online"} | -43 | -
| {intl l="Products offline"} | -0 | -
| {intl l="Orders"} | -1 | -
| {intl l="Orders pending"} | -1 | -
| {intl l="Orders treatment"} | -0 | -
| {intl l="Shipped orders"} | -0 | -
| {intl l="Canceled orders"} | -0 | -
| {intl l="Customers"} | +1 | +
|---|---|
| {intl l="Sections"} | +8 | +
| {intl l="Products"} | +43 | +
| {intl l="Products online"} | +43 | +
| {intl l="Products offline"} | +0 | +
| {intl l="Orders"} | +1 | +
| {intl l="Orders pending"} | +1 | +
| {intl l="Orders treatment"} | +0 | +
| {intl l="Shipped orders"} | +0 | +
| {intl l="Canceled orders"} | +0 | +
| {intl l="C. A. TTC"} | -2000.00 € | -
|---|---|
| {intl l="C. A. TTC hors frais de port"} | -2500.00 € | -
| {intl l="C. A. TTC précédent"} | -1700.00 € | -
| {intl l="Commandes en instance"} | -4 | -
| {intl l="Commandes en traitement"} | -52 | -
| {intl l="Commandes annulées"} | -3 | -
| {intl l="Panier moyen TTC"} | -25.00 € | -
| {intl l="C. A. TTC"} | +2000.00 € | +
|---|---|
| {intl l="C. A. TTC hors frais de port"} | +2500.00 € | +
| {intl l="C. A. TTC précédent"} | +1700.00 € | +
| {intl l="Commandes en instance"} | +4 | +
| {intl l="Commandes en traitement"} | +52 | +
| {intl l="Commandes annulées"} | +3 | +
| {intl l="Panier moyen TTC"} | +25.00 € | +
| {intl l="C. A. TTC"} | -2000.00 € | -
|---|---|
| {intl l="C. A. TTC hors frais de port"} | -2500.00 € | -
| {intl l="C. A. TTC précédent"} | -1700.00 € | -
| {intl l="Commandes en instance"} | -4 | -
| {intl l="Commandes en traitement"} | -52 | -
| {intl l="Commandes annulées"} | -3 | -
| {intl l="Panier moyen TTC"} | -25.00 € | -
| {intl l="C. A. TTC"} | +2000.00 € | +
|---|---|
| {intl l="C. A. TTC hors frais de port"} | +2500.00 € | +
| {intl l="C. A. TTC précédent"} | +1700.00 € | +
| {intl l="Commandes en instance"} | +4 | +
| {intl l="Commandes en traitement"} | +52 | +
| {intl l="Commandes annulées"} | +3 | +
| {intl l="Panier moyen TTC"} | +25.00 € | +
| {intl l="C. A. TTC"} | -2000.00 € | -
|---|---|
| {intl l="C. A. TTC hors frais de port"} | -2500.00 € | -
| {intl l="C. A. TTC précédent"} | -1700.00 € | -
| {intl l="Commandes en instance"} | -4 | -
| {intl l="Commandes en traitement"} | -52 | -
| {intl l="Commandes annulées"} | -3 | -
| {intl l="Panier moyen TTC"} | -25.00 € | -
| {intl l="C. A. TTC"} | +2000.00 € | +
|---|---|
| {intl l="C. A. TTC hors frais de port"} | +2500.00 € | +
| {intl l="C. A. TTC précédent"} | +1700.00 € | +
| {intl l="Commandes en instance"} | +4 | +
| {intl l="Commandes en traitement"} | +52 | +
| {intl l="Commandes annulées"} | +3 | +
| {intl l="Panier moyen TTC"} | +25.00 € | +
| {intl l="Current version"} | -V2.0.0-beta | -
|---|---|
| {intl l="Latest version available"} | -V1.5.4.2 | -
| {intl l="News"} | -{intl l="Click here"} | -
| {intl l="Name"} | -{intl l="Description"} | -{intl l="Enable/Disable"} | +
|---|
| {intl l="Name"} | +{intl l="Description"} | +{intl l="Enable/Disable"} | - {module_include location='modules_table_header'} + {module_include location='modules_table_header'} -{intl l="Actions"} | -{intl l="Actions"} | + + - -
|---|---|---|---|---|
| Tinymce | -Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid! Eius, pariatur accusantium odit quidem laboriosam. | -
-
-
-
- |
+ ||
| Tinymce | +Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid! Eius, pariatur accusantium odit quidem laboriosam. | +
+
+
+
+ |
- {module_include location='modules_table_row'}
+ {module_include location='modules_table_row'}
-
-
-
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
-
- {/loop}
+
+ |
-
+
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
+
+ {/loop}
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
-
- {/loop}
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
+
+ {/loop}
- {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.modules.delete"}
-
- {/loop}
-
- |
| So colissimo | -Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid | -
-
-
-
- |
+ {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.modules.delete"}
+
+ {/loop}
+
+
+ ||
| So colissimo | +Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid | +
+
+
+
+ |
- {module_include location='modules_table_row'}
+ {module_include location='modules_table_row'}
-
-
-
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
-
- {/loop}
+
+ |
-
+
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
+
+ {/loop}
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
-
- {/loop}
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
+
+ {/loop}
- {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.modules.delete"}
-
- {/loop}
-
- |
| Title meta | -Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid | -
-
-
-
- |
+ {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.modules.delete"}
+
+ {/loop}
+
+
+ ||
| Title meta | +Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid | +
+
+
+
+ |
- {module_include location='modules_table_row'}
+ {module_include location='modules_table_row'}
-
-
-
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
-
- {/loop}
+
+ |
-
+
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
+
+ {/loop}
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
-
- {/loop}
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
+
+ {/loop}
- {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.modules.delete"}
-
- {/loop}
-
- |
| {intl l="Name"} | -{intl l="Description"} | -{intl l="Enable/Disable"} | +
|---|
| {intl l="Name"} | +{intl l="Description"} | +{intl l="Enable/Disable"} | - {module_include location='modules_table_header'} + {module_include location='modules_table_header'} -{intl l="Actions"} | -{intl l="Actions"} | + + - -
|---|---|---|---|---|
| Tinymce | -Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid! Eius, pariatur accusantium odit quidem laboriosam. | -
-
-
-
- |
+ ||
| Tinymce | +Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid! Eius, pariatur accusantium odit quidem laboriosam. | +
+
+
+
+ |
- {module_include location='modules_table_row'}
+ {module_include location='modules_table_row'}
-
-
-
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
-
- {/loop}
+
+ |
-
+
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
+
+ {/loop}
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
-
- {/loop}
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
+
+ {/loop}
- {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.modules.delete"}
-
- {/loop}
-
- |
| So colissimo | -Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid | -
-
-
-
- |
+ {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.modules.delete"}
+
+ {/loop}
+
+
+ ||
| So colissimo | +Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid | +
+
+
+
+ |
- {module_include location='modules_table_row'}
+ {module_include location='modules_table_row'}
-
-
-
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
-
- {/loop}
+
+ |
-
+
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
+
+ {/loop}
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
-
- {/loop}
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
+
+ {/loop}
- {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.modules.delete"}
-
- {/loop}
-
- |
| Title meta | -Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid | -
-
-
-
- |
+ {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.modules.delete"}
+
+ {/loop}
+
+
+ ||
| Title meta | +Eos minima maiores doloribus mollitia perspiciatis esse iusto odit error delectus aliquid | +
+
+
+
+ |
- {module_include location='modules_table_row'}
+ {module_include location='modules_table_row'}
-
-
-
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
-
- {/loop}
+
+ |
-
+
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.documentation"}
+
+ {/loop}
- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
-
- {/loop}
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.modules.edit"}
+
+ {/loop}
- {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.modules.delete"}
-
- {/loop}
-
- |
| {intl l="Designation"} | -{intl l="Price"} | -{intl l="Quantity"} | -{intl l="Total"} | -
|---|---|---|---|
| {intl l="Designation"} | +{intl l="Price"} | +{intl l="Quantity"} | +{intl l="Total"} | +
|---|---|---|---|
| T-Shirt F T1 | -20.00 € | -3 | -60.00 € | -
| T-Shirt F T1 | -20.00 € | -3 | -60.00 € | -
| T-Shirt F T1 | -20.00 € | -3 | -60.00 € | -
| Total | -180.00 € | -||
| {intl l="Bill n°"} | -{intl l="Compagny"} | -{intl l="Firstname & Lastname"} | -{intl l="Date & Hour"} | -
|---|
| {intl l="Type of payment"} | -Unknown | -
|---|---|
| {intl l="Transaction reference"} | -141100 | -
| {intl l="Total order before discount"} | -60 € | -
| {intl l="Discount"} | -10% | -
| {intl l="Coupon code"} | -- |
| {intl l="Total with discount"} | -50 € | -
| {intl l="Freight"} | -6 € | -
| {intl l="Total"} | -56 € | -
| {intl l="Type of payment"} | +Unknown | +
|---|---|
| {intl l="Transaction reference"} | +141100 | +
| {intl l="Total order before discount"} | +60 € | +
| {intl l="Discount"} | +10% | +
| {intl l="Coupon code"} | ++ |
| {intl l="Total with discount"} | +50 € | +
| {intl l="Freight"} | +6 € | +
| {intl l="Total"} | +56 € | +
| {intl l="Title"} | -Mr | -
|---|---|
| {intl l="Compagny"} | -Thelia | -
| {intl l="Firstname"} | -Espeche | -
| {intl l="Lastname"} | -Michaël | -
| {intl l="Street address"} | -5, rue Rochon | -
| {intl l="Additional address"} | -Lorem ipsum dolor sit amet | -
| {intl l="Additional address"} | -Lorem ipsum dolor sit | -
| {intl l="Zip code"} | -63000 | -
| {intl l="City"} | -Clermont-Fd | -
| {intl l="Country"} | -France | -
| {intl l="Phone"} | -01 02 03 04 05 | -
| {intl l="Title"} | +Mr | +
|---|---|
| {intl l="Compagny"} | +Thelia | +
| {intl l="Firstname"} | +Espeche | +
| {intl l="Lastname"} | +Michaël | +
| {intl l="Street address"} | +5, rue Rochon | +
| {intl l="Additional address"} | +Lorem ipsum dolor sit amet | +
| {intl l="Additional address"} | +Lorem ipsum dolor sit | +
| {intl l="Zip code"} | +63000 | +
| {intl l="City"} | +Clermont-Fd | +
| {intl l="Country"} | +France | +
| {intl l="Phone"} | +01 02 03 04 05 | +
| {intl l="Title"} | -Mr | -
|---|---|
| {intl l="Compagny"} | -Thelia | -
| {intl l="Firstname"} | -Espeche | -
| {intl l="Lastname"} | -Michaël | -
| {intl l="Street address"} | -5, rue Rochon | -
| {intl l="Additional address"} | -Lorem ipsum dolor sit amet | -
| {intl l="Additional address"} | -Lorem ipsum dolor sit | -
| {intl l="Zip code"} | -63000 | -
| {intl l="City"} | -Clermont-Fd | -
| {intl l="Country"} | -France | -
| {intl l="Phone"} | -01 02 03 04 05 | -
| {intl l="Title"} | +Mr | +
|---|---|
| {intl l="Compagny"} | +Thelia | +
| {intl l="Firstname"} | +Espeche | +
| {intl l="Lastname"} | +Michaël | +
| {intl l="Street address"} | +5, rue Rochon | +
| {intl l="Additional address"} | +Lorem ipsum dolor sit amet | +
| {intl l="Additional address"} | +Lorem ipsum dolor sit | +
| {intl l="Zip code"} | +63000 | +
| {intl l="City"} | +Clermont-Fd | +
| {intl l="Country"} | +France | +
| {intl l="Phone"} | +01 02 03 04 05 | +
| - | - - | -
|---|---|
| - | - - | -
| {intl l='Bill'} | -{intl l='Download bill to pdf'} | -
| {intl l='Delivery'} | -{intl l='Download delivery to pdf'} | -
| + | + + | +
|---|---|
| + | + + | +
| {intl l='Bill'} | +{intl l='Download bill to pdf'} | +
| {intl l='Delivery'} | +{intl l='Download delivery to pdf'} | +
| {intl l="Order n°"} | -{intl l="Date & Hour"} | -{intl l="Compagny"} | -{intl l="Name"} | -{intl l="Amount"} | -{intl l="Status"} | +
|---|
| {intl l="Order n°"} | +{intl l="Date & Hour"} | +{intl l="Compagny"} | +{intl l="Name"} | +{intl l="Amount"} | +{intl l="Status"} | - {module_include location='orders_table_header'} + {module_include location='orders_table_header'} -{intl l="Actions"} | -{intl l="Actions"} | + + - -||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 01230450123045 | -11/09/2013 10:24:31 | -Thelia | -Dupont | -251 € | -Paid | +01230450123045 | +11/09/2013 10:24:31 | +Thelia | +Dupont | +251 € | +Paid | - {module_include location='orders_table_row'} + {module_include location='orders_table_row'} -
-
+
+
- |
- |
| 01230450123045 | -11/09/2013 10:24:31 | -Thelia | -Dupont | -251 € | -Canceled | +01230450123045 | +11/09/2013 10:24:31 | +Thelia | +Dupont | +251 € | +Canceled | - {module_include location='orders_table_row'} + {module_include location='orders_table_row'} -
-
+
+
- |
- |
| 01230450123045 | -11/09/2013 10:24:31 | -Thelia | -Dupont | -251 € | -Current | +01230450123045 | +11/09/2013 10:24:31 | +Thelia | +Dupont | +251 € | +Current | - {module_include location='orders_table_row'} + {module_include location='orders_table_row'} -
-
+
+
- |
- |
| {intl l="Country"} | -{intl l="Actions"} | -
|---|---|
| Wallis-et-Futuna | -- - - - | -
| Polynésie française | -- - - - | -
| USA - Alabama | -- - - - | -
| - - | -|
| {intl l="Description"} | +
|---|
| {intl l="Description"} | - {module_include location='shipping_configuration_table_header'} + {module_include location='shipping_configuration_table_header'} -{intl l="Actions"} | -{intl l="Actions"} | + + - -
|---|---|
| France | +|
| France | - {module_include location='shipping_configuration_table_row'} + {module_include location='shipping_configuration_table_row'} -- {if ! $SECURED} - - {else} - - {/if} - | -
| Outre-Mer DOM | ++ {if ! $SECURED} + + {else} + + {/if} + | +
| Outre-Mer DOM | - {module_include location='shipping_configuration_table_row'} + {module_include location='shipping_configuration_table_row'} -- {if ! $SECURED} - - {else} - - {/if} - | -
| Outre-Mer TOM | ++ {if ! $SECURED} + + {else} + + {/if} + | +
| Outre-Mer TOM | - {module_include location='shipping_configuration_table_row'} + {module_include location='shipping_configuration_table_row'} -- {if ! $SECURED} - - {else} - - {/if} - | -
| {intl l="Zones"} | -{intl l="Actions"} | -
|---|---|
| France | -- - - - | -
| Zone 1 | -- - - - | -
| Zone 2 | -- - - - | -
| {intl l="Name"} | +
|---|
| {intl l="Name"} | - {module_include location='shipping_zones_table_header'} + {module_include location='shipping_zones_table_header'} -{intl l="Actions"} | -{intl l="Actions"} | + + - -
|---|---|
| So Colissimo | +|
| So Colissimo | - {module_include location='shipping_zones_table_row'} + {module_include location='shipping_zones_table_row'} -- {if ! $SECURED} - - {else} - - {/if} - | -
| Chronopost | ++ {if ! $SECURED} + + {else} + + {/if} + | +
| Chronopost | - {module_include location='shipping_zones_table_row'} + {module_include location='shipping_zones_table_row'} -- {if ! $SECURED} - - {else} - - {/if} - | -
| Kiala | ++ {if ! $SECURED} + + {else} + + {/if} + | +
| Kiala | - {module_include location='shipping_zones_table_row'} + {module_include location='shipping_zones_table_row'} -- {if ! $SECURED} - - {else} - - {/if} - | -
| + {admin_sortable_header + current_order=$order + order='id' + reverse_order='id_reverse' + path='/admin/configuration/templates' + label="{intl l='ID'}" + } + | - {loop type="auth" name="can_create" roles="ADMIN" permissions="admin.configuration.templates.create"} - - - - {/loop} - - -|||||
|---|---|---|---|---|---|
| - {admin_sortable_header - current_order=$order - order='id' - reverse_order='id_reverse' - path='/admin/configuration/templates' - label="{intl l='ID'}" - } - | ++ {admin_sortable_header + current_order=$order + order='alpha' + reverse_order='alpha_reverse' + path='/admin/configuration/templates' + label="{intl l='Title'}" + } + | -- {admin_sortable_header - current_order=$order - order='alpha' - reverse_order='alpha_reverse' - path='/admin/configuration/templates' - label="{intl l='Title'}" - } - | + {module_include location='templates_table_header'} - {module_include location='templates_table_header'} +{intl l="Actions"} | +{intl l="Actions"} | -|
| {$ID} | -|||||
| {$ID} | ++ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.configuration.templates.change"} + {$NAME} + {/loop} + {elseloop rel="can_change"} + {$NAME} + {/elseloop} + | -- {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.configuration.templates.change"} - {$NAME} - {/loop} - {elseloop rel="can_change"} - {$NAME} - {/elseloop} - | + {module_include location='templates_table_row'} - {module_include location='templates_table_row'} ++ | ||
|
-
- {intl l="No product template has been created yet. Click the + button to create one."}
-
- |
- |||||