From bdceff32bcdd7a6ed72697384148577da4bc71d1 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 5 Apr 2006 02:01:36 +0000 Subject: image sort order for tags very minor code and language simplifications and corrections git-svn-id: http://piwigo.org/svn/trunk@1125 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/search.tpl | 50 ++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'template') diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index 6a3fb9f1e..433a2d4f0 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -21,21 +21,21 @@ - - - + - + - - + - - + - + - +
{L_SEARCH_KEYWORDS} : + {lang:search_keywords} :
- {L_SEARCH_ALL_TERMS}
- {L_SEARCH_ANY_TERMS} + {lang:search_mode_and}
+ {lang:search_mode_or}
{L_SEARCH_AUTHOR} : + {lang:search_author} :
{lang:Search tags} : @@ -44,13 +44,13 @@
{L_SEARCH_DATE} : + {lang:search_date} : - + - +
{L_SEARCH_DATE_FROM} :{lang:search_date_from} :   - {L_TODAY} + {lang:today}
{L_SEARCH_DATE_TO} :{lang:search_date_to} :   - {L_TODAY} + {lang:today}
{L_SEARCH_OPTIONS}{lang:search_options}
{L_SEARCH_CATEGORIES} : + {lang:search_categories} : {L_SEARCH_SUBFORUMS} : {lang:search_subcats_included} : - {L_YES}   - {L_NO} + {lang:yes}   + {lang:no}
{L_SEARCH_DATE_TYPE} : {lang:search_date_type} : {lang:Creation date}
{lang:Post date}
{L_RESULT_SORT} : {lang:search_sort} : - {L_SORT_ASCENDING}
- {L_SORT_DESCENDING} + {lang:search_ascending}
+ {lang:search_descending}
-   - +   +
-- cgit v1.2.3