Skip to content

Commit

Permalink
Merge pull request #2650 from lopes-vincent/patch-3
Browse files Browse the repository at this point in the history
Fix attribute-edit.html smarty error
  • Loading branch information
gillesbourgeat committed Mar 5, 2019
2 parents 09b2848 + 8f99451 commit d3e4d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/backOffice/default/attribute-edit.html
Expand Up @@ -76,7 +76,7 @@
{include file='renderer/buttons.html' btn_group=false buttons=[
[
'type' => 'create',
'class' => 'pull-right'
'class' => 'pull-right',
'title' => {intl l='Add a new attribute value'},
'href' => '#creation_dialog',
'auth' => ['resource' => 'admin.configuration.attribute'],
Expand Down

0 comments on commit d3e4d4a

Please sign in to comment.