Bugzilla – Attachment 118013 Details for
Bug 26703
Modify the "title" elements to contain unique information first
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26703: suggestion and tags folders
Bug-26703-suggestion-and-tags-folders.patch (text/plain), 3.64 KB, created by
Wainui Witika-Park
on 2021-03-09 21:49:38 UTC
(
hide
)
Description:
Bug 26703: suggestion and tags folders
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-03-09 21:49:38 UTC
Size:
3.64 KB
patch
obsolete
>From 51559bd11770a14f4b355b054726b1936b0c045e Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Mon, 8 Mar 2021 01:14:21 +0000 >Subject: [PATCH] Bug 26703: suggestion and tags folders > >Swapped the order of the page titles to have the unique information >first, i.e. the name of the specific page displays first, and the name of the website (e.g. Koha) displays at the end. > >To test: >1) Apply patch >2) Ensure each of the files in the suggestion and tags folders are swapped around to display the most unique information first, and the website name is at the end >3) Ensure the pages displayed on the Staff Client that correspond to >these files also display the changes > >Sponsored-by: Catalyst IT >--- > .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 12 +++++++----- > koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- > 3 files changed, 9 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 6b1713a773..abc570e4b3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -8,18 +8,20 @@ > [% USE TablesSettings %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Acquisitions › >+<title> > [% IF op == 'save' %] > [% IF ( suggestionid ) %] >- Suggestions › Edit suggestion #[% suggestionid | html %] >+ Edit suggestion #[% suggestionid | html %] › Suggestions > [% ELSE %] >- Suggestions › Add suggestion >+ Add suggestion › Suggestions > [% END %] >+ > [% ELSIF ( op == 'show' ) %] >- Suggestions › Show suggestion #[% suggestionid | html %] >+ Show suggestion #[% suggestionid | html %] › Suggestions >+ > [% ELSE %] > Suggestions management >- [% END %] >+ [% END %] › Acquisitions › Koha > </title> > [% INCLUDE 'doc-head-close.inc' %] > [% IF op == 'else' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt >index 0e20e78271..f0c068fd87 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt >@@ -3,7 +3,7 @@ > [% USE AuthorisedValues %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %]</title> >+<title>[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] › Tags › Tools › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent; }</style> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >index 224cd0bb42..baa6c4aa8a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >@@ -3,7 +3,7 @@ > [% USE KohaDates %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Tools › Tags › [% IF ( do_it ) %]Review › [% ELSE %]Review tags[% END %]</title> >+<title>[% IF ( do_it ) %]Review[% ELSE %]Review tags[% END %] › Tags › Tools › Koha</title> > [% INCLUDE 'doc-head-close.inc' %] > <style> > .setlabel {width: 6em; font-family: courier; background-color:#E8E8E8;} >-- >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 26703
:
117894
|
117895
|
117896
|
117897
|
117898
|
117899
|
117900
|
117901
|
117902
|
117903
|
117904
|
117905
|
117906
|
117907
|
117908
|
117909
|
117910
|
117911
|
117912
|
117997
|
117998
|
117999
|
118000
|
118001
|
118002
|
118003
|
118004
|
118005
|
118006
|
118007
|
118008
|
118009
|
118010
|
118011
|
118012
|
118013
|
118014
|
118015
|
118034
|
118035
|
118036
|
118037
|
118038
|
118039
|
118040
|
118041
|
118042
|
118043
|
118044
|
118045
|
118046
|
118047
|
118048
|
118049
|
118050
|
118051
|
118052
|
118053
|
119652
|
119653
|
119654
|
119655
|
119656
|
119657
|
119658
|
119659
|
119660
|
119661
|
119662
|
119663
|
119664
|
119665
|
119666
|
119667
|
119668
|
119669
|
119670
|
119671
|
119820
|
119824
|
119873
|
119874
|
119875
|
119876
|
119877
|
119878
|
119879
|
119880
|
119881
|
119882
|
119883
|
119884
|
119885
|
119886
|
119887
|
119888
|
119889
|
119890
|
119891
|
119892
|
119893
|
119894
|
119895
|
119897
|
119940
|
119982
|
119983