diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:45:10 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:45:10 +0000 |
| commit | bd892588c4e5d87c3baa92f97b0ca5dd6755bda7 (patch) | |
| tree | a450253bb359f02d574cd4f25530818f883ce9b5 /templates/theme_control.tpl | |
| parent | 94cbc9a6ab0edf3da14f485a7fcb8d981ef43641 (diff) | |
| download | themes-bd892588c4e5d87c3baa92f97b0ca5dd6755bda7.tar.gz themes-bd892588c4e5d87c3baa92f97b0ca5dd6755bda7.tar.bz2 themes-bd892588c4e5d87c3baa92f97b0ca5dd6755bda7.zip | |
merge recent changes from R1 to HEAD
Diffstat (limited to 'templates/theme_control.tpl')
| -rw-r--r-- | templates/theme_control.tpl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/theme_control.tpl b/templates/theme_control.tpl index 92db7cb..2a63475 100644 --- a/templates/theme_control.tpl +++ b/templates/theme_control.tpl @@ -10,11 +10,11 @@ <h2>{tr}Assign themes to categories{/tr}</h2> <div class="navbar above"> - <a href="{$gBitLoc.THEMES_PKG_URL}theme_control_objects.php">{tr}Control by Object{/tr}</a> - <a href="{$gBitLoc.THEMES_PKG_URL}theme_control_sections.php">{tr}Control by Sections{/tr}</a> + <a href="{$smarty.const.THEMES_PKG_URL}theme_control_objects.php">{tr}Control by Object{/tr}</a> + <a href="{$smarty.const.THEMES_PKG_URL}theme_control_sections.php">{tr}Control by Sections{/tr}</a> </div> -<form action="{$gBitLoc.THEMES_PKG_URL}theme_control.php" method="post"> +<form action="{$smarty.const.THEMES_PKG_URL}theme_control.php" method="post"> <table class="panel"> <tr> <th>{tr}Category{/tr}</th> @@ -48,7 +48,7 @@ </form> <h2>{tr}Assigned categories{/tr}</h2> -<form method="get" action="{$gBitLoc.THEMES_PKG_URL}theme_control.php"> +<form method="get" action="{$smarty.const.THEMES_PKG_URL}theme_control.php"> <table class="find"> <tr><td>{tr}Find{/tr}</td> <td> @@ -62,12 +62,12 @@ </form> -<form action="{$gBitLoc.THEMES_PKG_URL}theme_control.php" method="post"> +<form action="{$smarty.const.THEMES_PKG_URL}theme_control.php" method="post"> <table class="data"> <tr> <th> </th> -<th><a href="{$gBitLoc.THEMES_PKG_URL}theme_control.php?offset={$offset}&sort_mode={if $sort_mode eq 'name_desc'}name_asc{else}name_desc{/if}">{tr}category{/tr}</a></th> -<th><a href="{$gBitLoc.THEMES_PKG_URL}theme_control.php?offset={$offset}&sort_mode={if $sort_mode eq 'theme_desc'}theme_asc{else}theme_desc{/if}">{tr}theme{/tr}</a></th> +<th><a href="{$smarty.const.THEMES_PKG_URL}theme_control.php?offset={$offset}&sort_mode={if $sort_mode eq 'name_desc'}name_asc{else}name_desc{/if}">{tr}category{/tr}</a></th> +<th><a href="{$smarty.const.THEMES_PKG_URL}theme_control.php?offset={$offset}&sort_mode={if $sort_mode eq 'theme_desc'}theme_asc{else}theme_desc{/if}">{tr}theme{/tr}</a></th> </tr> {cycle values="even,odd" print=false} {section name=user loop=$channels} @@ -87,17 +87,17 @@ <div class="pagination"> {if $prev_offset >= 0} -[<a href="{$gBitLoc.THEMES_PKG_URL}theme_control.php?find={$find}&offset={$prev_offset}&sort_mode={$sort_mode}">{tr}prev{/tr}</a>] +[<a href="{$smarty.const.THEMES_PKG_URL}theme_control.php?find={$find}&offset={$prev_offset}&sort_mode={$sort_mode}">{tr}prev{/tr}</a>] {/if} {tr}Page{/tr}: {$actual_page}/{$cant_pages} {if $next_offset >= 0} - [<a href="{$gBitLoc.THEMES_PKG_URL}theme_control.php?find={$find}&offset={$next_offset}&sort_mode={$sort_mode}">{tr}next{/tr}</a>] + [<a href="{$smarty.const.THEMES_PKG_URL}theme_control.php?find={$find}&offset={$next_offset}&sort_mode={$sort_mode}">{tr}next{/tr}</a>] {/if} {if $direct_pagination eq 'y'} <br /> {section loop=$cant_pages name=foo} {assign var=selector_offset value=$smarty.section.foo.index|times:$maxRecords} -<a href="{$gBitLoc.THEMES_PKG_URL}theme_control.php?tasks_use_dates={$tasks_use_dates}&find={$find}&offset={$selector_offset}&sort_mode={$sort_mode}"> +<a href="{$smarty.const.THEMES_PKG_URL}theme_control.php?tasks_use_dates={$tasks_use_dates}&find={$find}&offset={$selector_offset}&sort_mode={$sort_mode}"> {$smarty.section.foo.index_next}</a> {/section} {/if} |
