From 76181e5a495a21a2bfae205fcfa89062f0cc9eeb Mon Sep 17 00:00:00 2001 From: patdenice Date: Sat, 6 Dec 2008 02:31:02 +0000 Subject: merge -c2923 from trunk to branch 2.0. - Add a "Bound Template" column for template extensions. git-svn-id: http://piwigo.org/svn/branches/2.0@2924 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/extend_for_templates.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'admin/template/goto/extend_for_templates.tpl') 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 @@ {'Replacers'|@translate} {'Original templates'|@translate} {'Optional URL keyword'|@translate} + {'Bound template'|@translate} {foreach from=$extents item=tpl name=extent_loop} @@ -22,6 +23,9 @@ {html_options name=url[] output=$tpl.url_parameter values=$tpl.url_parameter selected=$tpl.selected_url} + + {html_options name=bound[] output=$tpl.bound_tpl values=$tpl.bound_tpl selected=$tpl.selected_bound} + {/foreach} -- cgit v1.2.3