diff options
Diffstat (limited to 'admin/template/goto/extend_for_templates.tpl')
-rw-r--r-- | admin/template/goto/extend_for_templates.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/template/goto/extend_for_templates.tpl b/admin/template/goto/extend_for_templates.tpl index 2e9c4766b..dae6903a5 100644 --- a/admin/template/goto/extend_for_templates.tpl +++ b/admin/template/goto/extend_for_templates.tpl @@ -9,6 +9,7 @@ <th>{'Replacers'|@translate}</th> <th>{'Original templates'|@translate}</th> <th>{'Optional URL keyword'|@translate}</th> + <th>{'Bound template'|@translate}</th> </tr> {foreach from=$extents item=tpl name=extent_loop} <tr class="{if $smarty.foreach.extent_loop.index is odd}row1{else}row2{/if}"> @@ -22,6 +23,9 @@ <td> {html_options name=url[] output=$tpl.url_parameter values=$tpl.url_parameter selected=$tpl.selected_url} </td> + <td> + {html_options name=bound[] output=$tpl.bound_tpl values=$tpl.bound_tpl selected=$tpl.selected_bound} + </td> </tr> {/foreach} </table> |