Bug 11038: Enable use of IntranetUserCSS on staff client login page
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sat, 28 Nov 2015 14:33:37 +0000 (11:33 -0300)
committerJulian Maurice <julian.maurice@biblibre.com>
Fri, 11 Dec 2015 16:34:59 +0000 (17:34 +0100)
commit14dc51472a88796f7bf5579e50174d691e74a28a
tree99ddade9f0c1527303446436b04d43f25d6c5fff
parent0fba468262928dddb08d8e49e3e1cff8cb1ff557
Bug 11038: Enable use of IntranetUserCSS on staff client login page

This patch enable use of IntranetUserCss on staff client
login page.

To test:
1) Add something to IntranetUserCSS to modify login page,
for example

 #login h1 a {
   height:30px;
 }

2) Logout from staff client, no changes on login page.
3) Apply the patch
4) Reload, now logo is cut in half :)
Bonus) Login again an try changing image, add

 #login h1 {
  background: url(http://example.com/img/other-logo.png) no-repeat top center;
 }

and fix height. Logout and check

This also affects 3.20 and perhaps earlier versions.
Re-upload to fix examples

Works as expected.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 11e4c42e05090a25bf9fa03275f708d1f1c4fde7)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Auth.pm
koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc