From d9deb165db1912c58bd085b46bf7f6ac7c9867e5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 3 Feb 2013 08:43:16 -0500 Subject: [PATCH] Bug 9646 - Replace YUI button on the printers administration page with Bootstrap This patch converts the toolbar on the printers administration page to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view the printers administration page and confirm that the "New printer" button looks correct and works correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works well. No errors. Off-topic: How do you access this page? I can't find a link (tested using .../cgi-bin/koha/admin/printers.pl) Signed-off-by: Katrin Fischer Works well, no problems found. Accessed printers page manually: /cgi-bin/koha/admin/printers.pl Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/admin/printers.tt | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt index 7dfb80b1d2..6edc88fb2b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt @@ -145,7 +145,7 @@
- +
@@ -160,18 +160,9 @@ [% IF ( else ) %] -
- -
+

Printers

[% IF ( searchfield ) %] -- 2.20.1