Added product reference in the title of the product edit page
This commit is contained in:
committed by
Julien Chanseaume
parent
1d541c0dc2
commit
800a1c3f5d
@@ -26,7 +26,7 @@
|
||||
<div class="col-md-12 general-block-decorator">
|
||||
<div class="row">
|
||||
<div class="col-md-7 title">
|
||||
{intl l='Edit product %title' title={$TITLE}}
|
||||
{intl l='Edit product %title' title={$TITLE}}{if $REF} ({intl l='ref.:'} {$REF}){/if}
|
||||
</div>
|
||||
|
||||
<div class="col-md-5 actions">
|
||||
|
||||
Reference in New Issue
Block a user