Bugzilla – Attachment 25517 Details for
Bug 9677
Style button on notices and slips page with Bootstrap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 9677 - Style button on notices and slips page with Bootstrap
Signed-off-Bug-9677---Style-button-on-notices-and-.patch (text/plain), 2.17 KB, created by
Marc Véron
on 2014-02-20 17:24:15 UTC
(
hide
)
Description:
[Signed-off] Bug 9677 - Style button on notices and slips page with Bootstrap
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-02-20 17:24:15 UTC
Size:
2.17 KB
patch
obsolete
>From ad938f2986f936fd728bc2656dc6efdf906c6cc3 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 19 Feb 2014 15:53:13 -0500 >Subject: [PATCH] [Signed-off] Bug 9677 - Style button on notices and slips > page with Bootstrap >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The toolbar button on the Notices & Slips page isn't styled with >Bootstrap as other toolbar buttons are. This patch corrects this. > >The patch also removes some obsolete CSS. > >To test go to Tools -> Notices and Slips. The toolbar button should look >correct and work correctly. > >Patch works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 6 ------ > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 4 ++-- > 2 files changed, 2 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index 4aa7b83..2a04c35 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -397,17 +397,11 @@ dd { > > div#toolbar { > background-color : #EDF4F6; >- margin-bottom : .7em; > padding: 5px 5px 5px 5px; > border-radius: 5px 5px 0 0; > border: 1px solid #E6F0F2; > } > >-div#toolbar .yui-menu-button button, >-div#toolbar .yui-button-button button { >- line-height : 1.7em; >-} >- > ul.toolbar { > padding-left : 0; > } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index d4c864b..c414787 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -135,8 +135,8 @@ $(document).ready(function() { > </select> > </p> > [% END %] >- <div id="toolbar"> >- <input type="submit" id="newnotice" value="New Notice" /> >+ <div id="toolbar" class="btn-toolbar"> >+ <button type="submit" class="btn btn-small" id="newnotice"><i class="icon-plus"></i> New notice</button> > <input type="hidden" id="op" name="op" /> > </div> > </form> >-- >1.7.10.4
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 9677
:
25505
|
25517
|
25530