Bugzilla – Attachment 107674 Details for
Bug 24201
Attach desk to intranet session
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24201: (QA follow-up) Hide header if desks disabled
Bug-24201-QA-follow-up-Hide-header-if-desks-disabl.patch (text/plain), 2.12 KB, created by
Josef Moravec
on 2020-08-03 07:46:37 UTC
(
hide
)
Description:
Bug 24201: (QA follow-up) Hide header if desks disabled
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2020-08-03 07:46:37 UTC
Size:
2.12 KB
patch
obsolete
>From 35b406d22ca317b0335d41cd1ff998bd64466090 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 20 Jul 2020 13:37:59 +0100 >Subject: [PATCH] Bug 24201: (QA follow-up) Hide header if desks disabled > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >index 54351390dc..ca3bae3a17 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >@@ -86,7 +86,7 @@ > <span class="logged-in-branch-code content_hidden">[% Branches.GetLoggedInBranchcode | html %]</span> > </strong> > [% END %] >- [% IF Desks.ListForLibrary.count %] >+ [% IF Koha.Preference('UseCirculationDesks') && Desks.ListForLibrary.count %] > <span class="separator">|</span> > <strong> > [% IF ( Desks.GetLoggedInDeskName == '' ) %] >@@ -117,6 +117,8 @@ > <span class="logged-in-branch-code content_hidden">[% Branches.GetLoggedInBranchcode | html %]</span> > [% END %] > </li> >+ >+ [% IF Koha.Preference('UseCirculationDesks') %] > <li class="loggedin-menu-label"> > Desk: <br /> > [% IF ( Desks.GetLoggedInDeskName == '' AND Desks.ListForLibrary.count ) %] >@@ -126,6 +128,7 @@ > <span class="logged-in-desk-id content_hidden">[% Desks.GetLoggedInDeskId | html %]</span> > [% END %] > </li> >+ [% END %] > > <li role="separator" class="loggedin-menu-label divider"></li> > [% IF ( IndependentBranches ) %] >-- >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 24201
:
96158
|
96164
|
96165
|
96166
|
101452
|
101564
|
101684
|
101697
|
101704
|
101705
|
101848
|
101865
|
101866
|
101877
|
101878
|
101879
|
101880
|
101881
|
101882
|
101883
|
103839
|
103840
|
105795
|
105869
|
105873
|
105874
|
105875
|
106576
|
107089
|
107090
|
107091
|
107092
|
107093
|
107094
|
107095
|
107096
|
107097
|
107667
|
107668
|
107669
|
107670
|
107671
|
107672
|
107673
| 107674 |
107675
|
107676
|
107677
|
107678
|
107679
|
107680
|
107728
|
107729
|
107730
|
107731
|
107732
|
107750
|
107751
|
107752
|
107815
|
107816
|
107817
|
107818
|
107951
|
107952
|
107967
|
107968
|
107980
|
107981