From 79d51b19c17138aef43f2c01a8e2f5230970bff1 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 18 Oct 2008 00:43:34 +0000 Subject: [PATCH] - added an image sort order by privacy level (admins only) - fix an IE6 display issue with quick search on index page git-svn-id: http://piwigo.org/svn/branches/2.0@2769 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_category.inc.php | 5 +++-- index.php | 2 +- template/yoga/index.tpl | 12 ++++++------ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index 26c9478ef..0705b852b 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -273,7 +273,8 @@ function get_category_preferred_image_orders() l10n('Rank'), 'rank ASC', ('categories' == @$page['section'] and !isset($page['flat']) and !isset($page['chronology_field']) ) - ) + ), + array( l10n('permissions'), 'level DESC', is_admin() ) )); } @@ -522,4 +523,4 @@ LIMIT 1'; } } -?> +?> \ No newline at end of file diff --git a/index.php b/index.php index 9c1556ba8..57c9d627e 100644 --- a/index.php +++ b/index.php @@ -197,7 +197,7 @@ if ( $page['section']=='search' and $page['start']==0 and $hints = array(); foreach ( $cats as $cat ) { - $hints[] = get_cat_display_name( array($cat) ); + $hints[] = get_cat_display_name( array($cat), '', false ); } $template->assign( 'category_search_results', $hints); } 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}