-
{intl l='Attribute information'}
-
- {form name="thelia.admin.attribute.modification"}
-
+ {intl l='Attribute values'}
-
+ {loop type="auth" name="can_create" roles="ADMIN" permissions="admin.configuration.attribute-values.create"}
+
+
+
+
+
+ {/loop}
+
- {intl l='Attribute values'}
+
+ {intl l="Enter here all possible attribute values."}
+
- {loop type="auth" name="can_create" roles="ADMIN" permissions="admin.configuration.attribute-values.create"}
-
-
-
-
-
- {/loop}
-
+
+
+
+ |
+ {admin_sortable_header
+ current_order=$order
+ order='id'
+ reverse_order='id_reverse'
+ path={url path='/admin/configuration/attributes/update' attribute_id=$attribute_id}
+ label="{intl l='ID'}"
+ }
+ |
-
- {intl l="Enter here all possible attribute values. If you don't enter any value, you will be able to set a free value to this attribute on the product form."}
-
+
+ {admin_sortable_header
+ current_order=$order
+ order='alpha'
+ reverse_order='alpha_reverse'
+ path={url path='/admin/configuration/attributes/update' attribute_id=$attribute_id}
+ label="{intl l='Value'}"
+ }
+ |
-
-
-
+ {elseloop rel="list"}
+
+ |
+
+ {intl l="No product attribute has been created yet. Click the + button to create one."}
+
+ |
+
+ {/elseloop}
+
+
+