diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/template/extend_for_templates.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/themes/default/template/extend_for_templates.tpl b/admin/themes/default/template/extend_for_templates.tpl index b40a6cc91..818096ba4 100644 --- a/admin/themes/default/template/extend_for_templates.tpl +++ b/admin/themes/default/template/extend_for_templates.tpl @@ -17,19 +17,19 @@ {$tpl.replacer} </td> <td> - {html_options name='original[]' output=$tpl.original_tpl values=$tpl.original_tpl selected=$tpl.selected_tpl} + {html_options name='original[]' output=$tpl.original_tpl values=$tpl.original_tpl selected=$tpl.selected_tpl} </td> <td> - {html_options name='url[]' output=$tpl.url_parameter values=$tpl.url_parameter selected=$tpl.selected_url} + {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} + {html_options name='bound[]' output=$tpl.bound_tpl values=$tpl.bound_tpl selected=$tpl.selected_bound} </td> </tr> {/foreach} </table> <p> - <input type="submit" value="{'Submit'|@translate}" name="submit"> + <input type="submit" value="{'Submit'|@translate}" name="submit"> </p> </form> {/if} |