Bugzilla – Attachment 119897 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: (follow-up) remove starting separator from csv profiles title
Bug-26703-follow-up-remove-starting-separator-from.patch (text/plain), 1.83 KB, created by
Wainui Witika-Park
on 2021-04-20 09:33:42 UTC
(
hide
)
Description:
Bug 26703: (follow-up) remove starting separator from csv profiles title
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-04-20 09:33:42 UTC
Size:
1.83 KB
patch
obsolete
>From aa89dd73734e9725629592248761e69e899cd649 Mon Sep 17 00:00:00 2001 >From: Henry Bolshaw <bolshawh@parliament.uk> >Date: Tue, 20 Apr 2021 09:00:57 +0000 >Subject: [PATCH] Bug 26703: (follow-up) remove starting separator from csv > profiles title >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Rearranged the separators in the csv profiles page title to match other page title formats. > >To test: >1) Go to the staff client >2) Go to the CSV profiles page in the Tools module >3) Check that the page title is "CSV export profiles ⺠Tools ⺠Koha" >4) Check that the page title when adding a new profile is "New CSV profile ⺠CSV export profiles ⺠Tools ⺠Koha" >5) Check that the page title when editing a profile is "Modify a CSV profile ⺠CSV export profiles ⺠Tools ⺠Koha" > >Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk> >Signed-off-by: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >index 614fb64aff..d68696d0ab 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt >@@ -5,12 +5,12 @@ > <title> > [% IF op == 'add_form' %] > [% IF csv_profile %] >- › Modify a CSV profile >+ Modify a CSV profile › > [% ELSE %] >- › New CSV profile >+ New CSV profile › > [% END %] > [% END %] >- › CSV export profiles › Tools › Koha >+ CSV export profiles › Tools › Koha > </title> > [% INCLUDE 'doc-head-close.inc' %] > </head> >-- >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