From 90be9fbb84623095a360cfa6e9c1955a891eeba5 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 18 Oct 2008 00:45:45 +0000 Subject: - merge rev 2765,2769 from branch 2.0 * 2765 mysql potential injection paranoia + code compaction in common.inc.php * 2769 added an image sort order by privacy level (admins only) * 2769 fix an IE6 display issue with quick search on index page git-svn-id: http://piwigo.org/svn/trunk@2770 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/index.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index dc60daff5..2da9d04b5 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -32,19 +32,19 @@ {/if} {if isset($U_MODE_FLAT) } -
  • {'mode_flat_hint'|@translate}
  • +
  • {'mode_flat_hint'|@translate}
  • {/if} {if isset($U_MODE_NORMAL) } -
  • {'mode_normal_hint'|@translate}
  • +
  • {'mode_normal_hint'|@translate}
  • {/if} {if isset($U_MODE_POSTED) } -
  • {'mode_posted_hint'|@translate}
  • +
  • {'mode_posted_hint'|@translate}
  • {/if} {if isset($U_MODE_CREATED) } -
  • {'mode_created_hint'|@translate}
  • +
  • {'mode_created_hint'|@translate}
  • {/if} {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if} @@ -71,7 +71,7 @@ {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} {if !empty($category_search_results) } -
    {'Category results for'|@translate} {$QUERY_SEARCH} : +
    {'Category results for'|@translate} {$QUERY_SEARCH} : {foreach from=$category_search_results item=res name=res_loop} {if !$smarty.foreach.res_loop.first} — {/if} @@ -82,7 +82,7 @@ {/if} {if !empty($tag_search_results) } -
    {'Tag results for'|@translate} {$QUERY_SEARCH} : +
    {'Tag results for'|@translate} {$QUERY_SEARCH} : {foreach from=$tag_search_results item=res name=res_loop} {if !$smarty.foreach.res_loop.first} — {/if} -- cgit v1.2.3