Bugzilla – Attachment 53175 Details for
Bug 3534
Patron quick add form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 3534: Force margin-left: 0 for second button
Bug-3534-Force-margin-left-0-for-second-button.patch (text/plain), 1.27 KB, created by
Jonathan Druart
on 2016-07-07 14:41:02 UTC
(
hide
)
Description:
Bug 3534: Force margin-left: 0 for second button
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-07-07 14:41:02 UTC
Size:
1.27 KB
patch
obsolete
>From 1cf272019f6c1a9bfc3de73bc90a7c874703f451 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 7 Jul 2016 15:36:47 +0100 >Subject: [PATCH] Bug 3534: Force margin-left: 0 for second button > >When quick adding a new patron, both button are in the DOM and the >second button has a margin-left (from .btn-toolbar > .btn + .btn). >This patch force the margin-left to 0 to avoid the button to move when >toggling them. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 6b0e0ee..b08e5ce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -9,6 +9,7 @@ > //<![CDATA[ > $(document).ready(function() { > >+ $("#saverecord").css({ 'margin-left': 0 }); > var original_offset = $("#toolbar").position().top; > var additional_height = $("#filters").height(); > $('#toolbar').fixFloat({ 'originalOffset': original_offset - additional_height }); >-- >2.8.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 3534
:
1396
|
50090
|
50091
|
50092
|
50093
|
50362
|
50410
|
50413
|
50414
|
50665
|
50666
|
50729
|
51382
|
51389
|
51445
|
51446
|
51960
|
51961
|
52192
|
52584
|
52585
|
52586
|
52934
|
52935
|
52936
|
52937
|
53109
|
53152
|
53171
|
53172
|
53173
|
53174
| 53175 |
84851