diff options
author | patdenice <patdenice@piwigo.org> | 2010-03-28 20:29:55 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-03-28 20:29:55 +0000 |
commit | cae3ae428edae0649893ea0568ca8237739496ea (patch) | |
tree | 6a6a0c0b11d5d8682ca2274d333ee664aba18718 /admin/themes/default | |
parent | 5a89acb4cbba0a56461107cf237c58ceb8e0c020 (diff) |
feature 1502: In template extensions admin page, change "Bound template" by "Bound theme".
Template extensions are now attached to all themes if nothing is selected in "bound theme" column.
git-svn-id: http://piwigo.org/svn/trunk@5434 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/extend_for_templates.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/extend_for_templates.tpl b/admin/themes/default/template/extend_for_templates.tpl index 0d093c3bf..bbaa48b5c 100644 --- a/admin/themes/default/template/extend_for_templates.tpl +++ b/admin/themes/default/template/extend_for_templates.tpl @@ -8,7 +8,7 @@ <th>{'Replacers (customized templates)'|@translate}</th> <th>{'Original templates'|@translate}</th> <th>{'Optional URL keyword'|@translate}</th> - <th>{'Bound template'|@translate}</th> + <th>{'Bound Theme'|@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}"> |