Bugzilla – Attachment 129612 Details for
Bug 29458
Show login button consistently in relation to login instructions, reset and register links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29458: (follow-up) Remove FIXME
Bug-29458-follow-up-Remove-FIXME.patch (text/plain), 1.82 KB, created by
Marcel de Rooy
on 2022-01-19 14:31:24 UTC
(
hide
)
Description:
Bug 29458: (follow-up) Remove FIXME
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-01-19 14:31:24 UTC
Size:
1.82 KB
patch
obsolete
>From 1e40ee7cc7ac6b7733c35797f9ec2fd8b5f6dd34 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 19 Jan 2022 13:14:56 +0000 >Subject: [PATCH] Bug 29458: (follow-up) Remove FIXME >Content-Type: text/plain; charset=utf-8 > >With some help of Owen Leonard: ><oleonard> Regarding the <br/>, you can wrap the submit button in <fieldset class="action"></fieldset> instead. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 7020f62bec..cf702e45aa 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -394,10 +394,9 @@ > <fieldset class="brief"> > <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" autocomplete="off" /> > <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" autocomplete="off" /> >- <div class="">[%# FIXME Add right class, remove br %] >- <br> >+ <fieldset class="action"> > <input type="submit" class="btn btn-primary" value="Log in" /> >- </div> >+ </fieldset> > [% IF OpacLoginInstructions %] > <div id="nologininstructions-modal" class="nologininstructions"> > [% PROCESS koha_news_block news => OpacLoginInstructions %] >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29458
:
127539
|
127828
|
129240
|
129606
|
129612
|
129617
|
130016