Bugzilla – Attachment 129606 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.76 KB, created by
Marcel de Rooy
on 2022-01-19 13:16:03 UTC
(
hide
)
Description:
Bug 29458: (follow-up) Remove FIXME
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-01-19 13:16:03 UTC
Size:
1.76 KB
patch
obsolete
>From 8e305f9346f70c07aff22967f9a18cf99d0e012c 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 > >Actually, just leaving the br tag is fine too. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 6 ++---- > 1 file changed, 2 insertions(+), 4 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..5b0c2bf5fc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -394,10 +394,8 @@ > <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> >- <input type="submit" class="btn btn-primary" value="Log in" /> >- </div> >+ <br/> >+ <input type="submit" class="btn btn-primary" value="Log in" /> > [% 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