From bf1f7c4aec50107efdc393a7cea2149a1a3854d7 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 8 Mar 2008 12:38:09 +0000 Subject: - security fix (profile) - les langues a la hache - fix some copy/paste errors git-svn-id: http://piwigo.org/svn/trunk@2268 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/cat_list.tpl | 4 ++-- template/yoga/admin/check_integrity.tpl | 4 ++-- template/yoga/admin/notification_by_mail.tpl | 16 ++++++++-------- template/yoga/admin/user_list.tpl | 28 ++++++++++++++-------------- template/yoga/index.tpl | 4 ++-- template/yoga/profile_content.tpl | 11 +++++------ 6 files changed, 33 insertions(+), 34 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl index c7a83f8d7..b408a5a50 100644 --- a/template/yoga/admin/cat_list.tpl +++ b/template/yoga/admin/cat_list.tpl @@ -6,9 +6,9 @@

{'cat_add'|@translate} : - + {if count($categories)>9 } - {'page_end'|@translate} + page_end {/if}

diff --git a/template/yoga/admin/check_integrity.tpl b/template/yoga/admin/check_integrity.tpl index 7bbd1183f..1e8c65db3 100644 --- a/template/yoga/admin/check_integrity.tpl +++ b/template/yoga/admin/check_integrity.tpl @@ -56,8 +56,8 @@

{if $c13y_show_submit_ignore} - {'c13y_check_all'|@translate} - / {'c13y_uncheck_all'|@translate} + {'Check all'|@translate} + / {'Uncheck all'|@translate} {/if} {if isset($c13y_do_check)} / {lang:yes} - + + @@ -38,8 +38,8 @@ - - + + @@ -52,8 +52,8 @@
{lang:nbm_info_send_recent_post_dates} - - + + @@ -101,8 +101,8 @@

- {lang:nbm_send_check_all} - / {lang:nbm_send_uncheck_all} + {lang:Check all} + / {lang:Uncheck all}

diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl index ffb0d651e..25b0e705e 100644 --- a/template/yoga/admin/user_list.tpl +++ b/template/yoga/admin/user_list.tpl @@ -34,7 +34,7 @@ @@ -62,7 +62,7 @@ {foreach from=$cpl_title_user item=title} {$title} {/foreach} - {'actions'|@translate} + {'Actions'|@translate} {foreach from=$users item=user name=users_loop} @@ -116,8 +116,8 @@ / {'set to'|@translate} - - + + {/if} @@ -160,8 +160,8 @@ / {'set to'|@translate} - - + + @@ -243,8 +243,8 @@ / {'set to'|@translate} - - + + @@ -253,8 +253,8 @@ / {'set to'|@translate} - - + + @@ -263,8 +263,8 @@ / {'set to'|@translate} - - + + @@ -303,8 +303,8 @@

- - + +

diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index 081344925..b2ebef958 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -28,7 +28,7 @@ {/if} {if isset($U_SLIDESHOW) } -
  • {'slideshow'|@translate}
  • +
  • {'slideshow'|@translate}
  • {/if} {if isset($U_MODE_FLAT) } @@ -68,7 +68,7 @@ -{if !empty($PLUGIN_INDEX_CONTENT_END)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} +{if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} {if !empty($category_search_results) }
    {'Category results for'|@translate} {$QUERY_SEARCH} : diff --git a/template/yoga/profile_content.tpl b/template/yoga/profile_content.tpl index 2be70857b..9cabf0a51 100644 --- a/template/yoga/profile_content.tpl +++ b/template/yoga/profile_content.tpl @@ -2,22 +2,21 @@
    - {'register_title'|@translate} - + {'Registration'|@translate}
    • {'Username'|@translate} {$USERNAME}
    • -{if isset($not_special_user)} +{if not $SPECIAL_USER} {* can modify password + email*}
    • -{if !$in_admin} +{if not $IN_ADMIN} {* admins do not need old password*}
    • @@ -103,8 +102,8 @@

    - - + +

    -- cgit v1.2.3