From e45b148f1358b40b944779c33c77656173167912 Mon Sep 17 00:00:00 2001 From: Jesse Weaver Date: Sun, 25 Oct 2015 19:34:53 -0600 Subject: [PATCH] Bug 11559: (QA followup) fix QA issues This fixes the following: * License of editor.pl * Remove tabs * Use [% interface %] * Re-order search fields like the old interface * Add license information for new libraries --- cataloguing/editor.pl | 20 +++++------ koha-tmpl/intranet-tmpl/prog/en/css/humanmsg.css | 4 +-- .../intranet-tmpl/prog/en/css/staff-global.css | 2 +- .../prog/en/includes/cateditor-ui.inc | 30 ++++++++-------- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 9 +++++ .../prog/en/modules/cataloguing/addbiblio.tt | 2 +- .../prog/en/modules/cataloguing/editor.tt | 42 +++++++++++----------- 7 files changed, 59 insertions(+), 50 deletions(-) diff --git a/cataloguing/editor.pl b/cataloguing/editor.pl index 6d0fd0d..8bf9a78 100755 --- a/cataloguing/editor.pl +++ b/cataloguing/editor.pl @@ -4,18 +4,18 @@ # # This file is part of Koha. # -# Koha is free software; you can redistribute it and/or modify it under the -# terms of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# Koha is distributed in the hope that it will be useful, but WITHOUT ANY -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along -# with Koha; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . # use Modern::Perl '2009'; diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/humanmsg.css b/koha-tmpl/intranet-tmpl/prog/en/css/humanmsg.css index f9b0071..cb6fa8a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/humanmsg.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/humanmsg.css @@ -25,11 +25,11 @@ html, body { } .humanError { - background-color: #400; + background-color: #400; } .humanSuccess { - background-color: #040; + background-color: #040; } .humanMsg h3 { 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 ff87531..f43256e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -427,7 +427,7 @@ dd { .btn-toolbar .yui-menu-button button, .btn-toolbar .yui-button-button button { - line-height : 1.7em; + line-height : 1.7em; } ul.toolbar { diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc index fe792c0..b5c2c23 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc @@ -1,10 +1,10 @@ - - - - + + + + [% IF ( bidi ) %] @@ -116,53 +116,53 @@ -- 2.6.1