summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/en/default/account/auth/login-small.html.tmpl15
-rw-r--r--template/en/default/global/useful-links.html.tmpl4
2 files changed, 11 insertions, 8 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl
index 56f281b24..821244cb8 100644
--- a/template/en/default/account/auth/login-small.html.tmpl
+++ b/template/en/default/account/auth/login-small.html.tmpl
@@ -47,11 +47,18 @@
type="password"
onfocus="mini_login_on_focus( this )"
>
+ [% IF Param('rememberlogin') == 'defaulton' ||
+ Param('rememberlogin') == 'defaultoff'
+ %]
+ <input type="checkbox" id="Bugzilla_remember[% qs_suffix %]"
+ name="Bugzilla_remember" value="on" class="bz_remember"
+ [%+ "checked" IF Param('rememberlogin') == "defaulton" %]>
+ <label for="Bugzilla_remember[% qs_suffix %]">Remember</label>
+ [% END %]
<input type="submit" name="GoAheadAndLogIn" value="Log in" id="log_in">
- [<a href="[% target FILTER html %]?GoAheadAndLogIn=1">options</a>]
<div class="bz_default_hidden">
[% PROCESS "global/hidden-fields.html.tmpl"
- exclude="^Bugzilla_(login|password|restrictlogin)$" %]
+ exclude="^Bugzilla_(login|password|restrictlogin|remember)$" %]
</div>
<script type="text/javascript">
mini_login_constants = {
@@ -59,9 +66,9 @@
"password" : "password",
"warning" : "You must set the login and password before logging in."
}
- YAHOO.util.Event.onDOMReady(function() {
+ YAHOO.util.Event.onDOMReady(function() {
init_mini_login_form('[% qs_suffix FILTER html %]');
- } );
+ } );
</script>
</form>
</li>
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index a7c6e1af7..1f1224980 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -27,7 +27,6 @@
<ul id="useful-links">
<li id="links-actions">
- <div class="label">Actions: </div>
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_bottom" %]
</li>
@@ -38,9 +37,6 @@
%]
[% print_pipe = 0 %]
<li id="links-saved">
- <div class="label">
- Saved Searches:
- </div>
<ul class="links">
[% IF user.showmybugslink %]
[% filtered_username = user.login FILTER url_quote %]