aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/menubar_identification.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/menubar_identification.tpl')
-rw-r--r--template/yoga/menubar_identification.tpl6
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}&nbsp;{$USERNAME}&nbsp;!</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}