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

This commit is contained in:
fSerny
2012-03-26 07:36:22 +00:00
parent c34a75dac5
commit a166e4cab9
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>