{extends file="admin-layout.tpl"} {block name="page-title"}{intl l='Thelia Product Attributes'}{/block} {block name="check-permissions"}admin.configuration.attributes.view{/block} {block name="main-content"}
{module_include location='attributes_top'}
{module_include location='attributes_table_header'} {loop name="list" type="attribute" backend_context="1" lang=$lang_id order=$order} {module_include location='attributes_table_row'} {/loop} {elseloop rel="list"} {/elseloop}
{intl l='Thelia product attributes'} {loop type="auth" name="can_create" roles="ADMIN" permissions="admin.configuration.attributes.create"} {/loop}
{admin_sortable_header current_order=$order order='id' reverse_order='id_reverse' path='/admin/configuration/attributes' label="{intl l='ID'}" } {admin_sortable_header current_order=$order order='alpha' reverse_order='alpha_reverse' path='/admin/configuration/attributes' label="{intl l='Title'}" } {admin_sortable_header current_order=$order order='manual' reverse_order='manual_reverse' path='/admin/configuration/attributes' label="{intl l="Position"}" } {intl l="Actions"}
{$ID} {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.configuration.attributes.change"} {$TITLE} {/loop} {elseloop rel="can_change"} {$TITLE} {/elseloop} {admin_position_block permission="admin.attributes.edit" path="/admin/configuration/attributes/update-position" url_parameter="attribute_id" in_place_edit_class="positionChange" position="$POSITION" id="$ID" }
{loop type="auth" name="can_change" roles="ADMIN" permissions="admin.configuration.attributes.change"} {/loop} {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.configuration.attributes.delete"} {/loop}
{intl l="No product attribute has been created yet. Click the + button to create one."}
{module_include location='attributes_bottom'}
{* Adding a new attribute *} {form name="thelia.admin.attribute.creation"} {* Capture the dialog body, to pass it to the generic dialog *} {capture "creation_dialog"} {form_hidden_fields form=$form} {form_field form=$form field='success_url'} {* on success, redirect to the edition page, _ID_ is replaced with the created attribute ID, see controller *} {/form_field} {form_field form=$form field='title'}
{loop type="lang" name="default-lang" default_only="1"}
{intl l=$TITLE}
{intl l="Enter here the attribute name in the default language ($TITLE)"}
{* Switch edition to the current locale *} {form_field form=$form field='locale'} {/form_field} {/loop}
{/form_field} {form_field form=$form field='add_to_all'}
{intl l='Check this box if you want to add this attributes to all product templates'}
{/form_field} {module_include location='attribute_create_form'} {/capture} {include file = "includes/generic-create-dialog.html" dialog_id = "creation_dialog" dialog_title = {intl l="Create a new attribute"} dialog_body = {$smarty.capture.creation_dialog nofilter} dialog_ok_label = {intl l="Create this attribute"} form_action = {url path='/admin/configuration/attributes/create'} form_enctype = {form_enctype form=$form} form_error_message = $form_error_message } {/form} {* Delete confirmation dialog *} {capture "delete_dialog"} {module_include location='attribute_delete_form'} {/capture} {include file = "includes/generic-confirm-dialog.html" dialog_id = "delete_dialog" dialog_title = {intl l="Delete attribute"} dialog_message = {intl l="Do you really want to delete this attribute ? It will be removed from all product templates."} form_action = {url path='/admin/configuration/attributes/delete'} form_content = {$smarty.capture.delete_dialog nofilter} } {/block} {block name="javascript-initialization"} {javascripts file='assets/js/bootstrap-editable/bootstrap-editable.js'} {/javascripts} {/block}