[-] BO : Improvement made #PSCFI-1387 - The hooks list is reorder by title and technical name is displayed

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14246 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2012-03-26 07:36:22 +00:00
parent b302a4d83c
commit 54aa99007e
4 changed files with 6 additions and 5 deletions
@@ -52,7 +52,7 @@
<div class="margin-form">
<select name="id_hook" {if $edit_graft} disabled="disabled"{/if}>
{foreach $hooks as $hook}
<option value="{$hook['id_hook']}" {if $id_hook == $hook['id_hook']} selected="selected"{/if}>{$hook['title']}</option>
<option value="{$hook['id_hook']}" {if $id_hook == $hook['id_hook']} selected="selected"{/if}>"{$hook['title']}" {l s='known as'} "{$hook['name']}"</option>
{/foreach}
</select><sup> *</sup>
</div>