diff options
author | patdenice <patdenice@piwigo.org> | 2009-03-07 21:34:55 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2009-03-07 21:34:55 +0000 |
commit | 1cfe916db25a47ce3a61881be1eb756a77792857 (patch) | |
tree | 45b33bccd246767dea7609f9a3f98e5477905ccf /admin/template | |
parent | e0ea9fb92f467a3b2a24555e58981455eedd127d (diff) |
Re-order templates extension alphabetically.
Allow to use template extension for navigation bar.
git-svn-id: http://piwigo.org/svn/trunk@3182 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r-- | admin/template/goto/element_set_global.tpl | 2 | ||||
-rw-r--r-- | admin/template/goto/element_set_unit.tpl | 2 | ||||
-rw-r--r-- | admin/template/goto/history.tpl | 4 | ||||
-rw-r--r-- | admin/template/goto/rating.tpl | 4 | ||||
-rw-r--r-- | admin/template/goto/user_list.tpl | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/admin/template/goto/element_set_global.tpl b/admin/template/goto/element_set_global.tpl index cd12410bc..a9c5173f0 100644 --- a/admin/template/goto/element_set_global.tpl +++ b/admin/template/goto/element_set_global.tpl @@ -37,7 +37,7 @@ <legend>{'Elements'|@translate}</legend> - {if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} + {if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} {if !empty($thumbnails)} <ul class="thumbnails"> diff --git a/admin/template/goto/element_set_unit.tpl b/admin/template/goto/element_set_unit.tpl index 1c9d99ae2..cb374e9d9 100644 --- a/admin/template/goto/element_set_unit.tpl +++ b/admin/template/goto/element_set_unit.tpl @@ -24,7 +24,7 @@ </fieldset> -{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} +{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} {if !empty($elements) } <input type="hidden" name="element_ids" value="{$ELEMENT_IDS}" /> diff --git a/admin/template/goto/history.tpl b/admin/template/goto/history.tpl index 9291f4a36..ea9583e6a 100644 --- a/admin/template/goto/history.tpl +++ b/admin/template/goto/history.tpl @@ -102,7 +102,7 @@ </fieldset> {/if} -{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} +{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} <table class="table2" id="detailedStats"> <tr class="throw"> @@ -133,4 +133,4 @@ {/if} </table> -{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} +{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} diff --git a/admin/template/goto/rating.tpl b/admin/template/goto/rating.tpl index 0ff212bf5..cfad377c5 100644 --- a/admin/template/goto/rating.tpl +++ b/admin/template/goto/rating.tpl @@ -32,7 +32,7 @@ </fieldset> </form> -{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} +{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} <table width="99%"> <tr class="throw"> @@ -65,4 +65,4 @@ {/foreach} {*images*} </table> -{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} +{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} diff --git a/admin/template/goto/user_list.tpl b/admin/template/goto/user_list.tpl index e6c4373ac..06e1a9062 100644 --- a/admin/template/goto/user_list.tpl +++ b/admin/template/goto/user_list.tpl @@ -91,7 +91,7 @@ {/foreach} </table> -{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} +{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} {* delete the selected users ? *} <fieldset> |