Add link in template-edit to go to Attributes and features edition (this is more intuitive)
This commit is contained in:
@@ -70,7 +70,9 @@
|
||||
<div class="form-container">
|
||||
<div class="col-md-6">
|
||||
<div class="well well-sm">
|
||||
<p class="title title-without-tabs">{intl l='Attributes'}</p>
|
||||
<p class="title title-without-tabs">
|
||||
<a href="{url path='/admin/configuration/attributes'}">{intl l='Attributes'}</a>
|
||||
</p>
|
||||
<p>{intl l="Manage attributes included in this product template"}</p>
|
||||
|
||||
<div id="attribute_list_management">
|
||||
@@ -81,7 +83,9 @@
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="well well-sm">
|
||||
<p class="title title-without-tabs">{intl l='Features'}</p>
|
||||
<p class="title title-without-tabs">
|
||||
<a href="{url path='/admin/configuration/features'}">{intl l='Features'}</a>
|
||||
</p>
|
||||
<p>{intl l="Manage features included in this product template"}</p>
|
||||
|
||||
<div id="feature_list_management">
|
||||
|
||||
Reference in New Issue
Block a user