Bugzilla – Attachment 119823 Details for
Bug 27497
Display Koha version in staff interface home page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27497: Display Koha version in staff interface home page
Bug-27497-Display-Koha-version-in-staff-interface-.patch (text/plain), 2.22 KB, created by
Katrin Fischer
on 2021-04-18 09:43:08 UTC
(
hide
)
Description:
Bug 27497: Display Koha version in staff interface home page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-04-18 09:43:08 UTC
Size:
2.22 KB
patch
obsolete
>From 9b202aa7ae89be5a32fd70a3ede78e9e993b52ea Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 11 Feb 2021 11:33:35 +0100 >Subject: [PATCH] Bug 27497: Display Koha version in staff interface home page > >Koha current version is very useful in staff interface. >You can find it in 'About' page but home page is the first page you >see. Display it in the lower right-hand side of the page, after >'IntranetmainUserblock' content. > >Note that it is not a vertical floating text, it whould conflict with >languages floating bar. > >Test plan : >1) Apply patch and update staff client CSS : >https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client >2) Look at staff interface home page and look at lower right-hand side > of the page > >Signed-off-by: Michael Adamyk <madamyk@ckls.org> > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 +++++ > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 7 +++++++ > 2 files changed, 12 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index dd1211569e..9c7bba08da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4408,6 +4408,11 @@ div .suggestion_note { > } > } > >+#koha_version { >+ float: right; >+ margin: .5em; >+} >+ > @media (min-width: 200px) { > > } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index c65c30cd25..523b19ab0e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -236,6 +236,13 @@ > </div> > </div> > [% END %] >+ >+ <div class="row"> >+ <div class="col-sm-12"> >+ <div id="koha_version">Version [% Koha.Version.maintenance | html %]</div> >+ </div> >+ </div> >+ > </div> <!-- /.col-sm-9 --> > > </div> <!-- /.row --> >-- >2.11.0
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 27497
:
115443
|
115444
|
115445
|
115834
|
115998
|
115999
|
116103
|
116172
|
116703
|
116704
|
116706
|
116781
|
116782
|
118564
|
118956
|
119005
|
119006
|
119821
|
119822
| 119823