diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-10-02 00:30:34 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-10-02 00:30:34 +0000 |
commit | 73eb979635fcb7ed8863b4fa7b1ad5fc595f895f (patch) | |
tree | 0b2f07b4529a38a8e8a47fa60c2e2d7851f3d507 /template/yoga/menubar_identification.tpl | |
parent | 335ccb7418c9e1a8cce216407c3554d492db1761 (diff) |
- the optim option conf['compiled_template_cache_language'] works better
git-svn-id: http://piwigo.org/svn/trunk@2636 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/menubar_identification.tpl')
-rw-r--r-- | template/yoga/menubar_identification.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/menubar_identification.tpl b/template/yoga/menubar_identification.tpl index 49d2732a9..1cb219cd4 100644 --- a/template/yoga/menubar_identification.tpl +++ b/template/yoga/menubar_identification.tpl @@ -1,4 +1,4 @@ -<dt>{$block->get_title()|@translate}</dt> +<dt>{'identification'|@translate}</dt> <dd> {if isset($USERNAME)} <p>{'hello'|@translate} {$USERNAME} !</p> @@ -41,9 +41,9 @@ </div> {if $AUTHORIZE_REMEMBERING} - <div><label> + <div><label for="remember_me"> {'remember_me'|@translate} - <input type="checkbox" name="remember_me" value="1"> + <input type="checkbox" name="remember_me" id="remember_me" value="1"> </label></div> {/if} |