// Fixed hook names

This commit is contained in:
Damien Metzger
2013-01-30 16:03:17 +01:00
parent 8031bc6d24
commit bf9b1de873
3 changed files with 88 additions and 260 deletions
@@ -44,7 +44,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']}" {l s='known as'} "{$hook['name']}"</option>
<option value="{$hook['id_hook']}" {if $id_hook == $hook['id_hook']} selected="selected"{/if}>{$hook['name']}{if $hook['name'] != $hook['title']} ({$hook['title']}){/if}</option>
{/foreach}
</select><sup> *</sup>
</div>