[Koha-bugs] [Bug 27497] Display Koha version in staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 28 23:31:59 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27497

wainuiwitikapark at catalyst.net.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115443|0                           |1
        is obsolete|                            |

--- Comment #12 from wainuiwitikapark at catalyst.net.nz ---
Created attachment 115998
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115998&action=edit
Bug 27497: Display Koha version in header under logo in staff interface

Can be very useful to know on any page of staff interface Koha version.

I made a plugin :
https://github.com/biblibre/koha-plugin-intranet-version-in-header

But seems better to provide a patch.

This patch created a new include logo.inc that contains the logo and
version, called in all header includes.

It adds a div with id "header_logo" to be able to set float on the
parent of logo and version. So h1#logo must be replaced in all CSS
files.
It removes in staff-global.scss rules about h1#logo since they all are
in #logo.

Test plan:
1) Go to staff interface
2) Check you see Koha version YY.MM.XX under logo
3) Check it is responsive
4) Check it is not displayed when printing home page
4) Check it is not displayed when printing receipt invoice
5) Check all modules home page
6) Check right-to-left display

Signed-off-by: Wainui Witika-Park <wainuiwitikapark at catalyst.net.nz>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list