Bugzilla – Attachment 43176 Details for
Bug 14667
Label creator UI/UX revamp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14667: (QA followup) make the UI show 'Label creator' consistently
Bug-14667-QA-followup-make-the-UI-show-Label-creat.patch (text/plain), 8.99 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-10-06 15:55:51 UTC
(
hide
)
Description:
Bug 14667: (QA followup) make the UI show 'Label creator' consistently
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-10-06 15:55:51 UTC
Size:
8.99 KB
patch
obsolete
>From 0e789ef5688b70065ea631cbfde6306f10eeed99 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 6 Oct 2015 11:37:15 -0300 >Subject: [PATCH] Bug 14667: (QA followup) make the UI show 'Label creator' > consistently > >The tool is documented and accessed (via Tools >) as 'Label creator'. But the >pages titles say 'Labels' and the breadcumbs 'Labels home'. It should be called >'Label creator' for consistency. This patch changes the tt files so they are >consistent. > >It also makes the title show the same page name as the breadcumbs. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt | 2 +- > 8 files changed, 14 insertions(+), 14 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc >index 98538ed..ee19422 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc >@@ -1,4 +1,4 @@ > <div id="navmenu"><ul id="navmenulist"> >- <li><a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a></li> >+ <li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li> > </ul> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >index e09ca43..fadbb13 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >@@ -1,6 +1,6 @@ > [% USE ItemTypes %] > [% INCLUDE 'doc-head-open.inc' %] >- <title>Koha › Tools › Labels › Manage label batches</title> >+ <title>Koha › Tools › Label creator › Manage label batches</title> > [% INCLUDE 'doc-head-close.inc' %] > [% INCLUDE 'greybox.inc' %] > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> >@@ -159,7 +159,7 @@ > <div id="breadcrumbs"> > <a href="/cgi-bin/koha/mainpage.pl">Home</a> › > <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › >- <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> › >+ <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> › > <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Manage label batches</a> › > [% IF batch_id %] > Manage batch number [% batch_id %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >index 2e3b05e..24d32a5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt >@@ -8,7 +8,7 @@ > [% END %] > [% END %] > [% INCLUDE 'doc-head-open.inc' %] >- <title>Koha › Tools › Labels</title> >+ <title>Koha › Tools › Label creator › Manage label layouts</title> > [% INCLUDE 'doc-head-close.inc' %] > <script type="text/JavaScript" language="JavaScript"> > //<![CDATA[ >@@ -41,7 +41,7 @@ > <div id="breadcrumbs"> > <a href="/cgi-bin/koha/mainpage.pl">Home</a> › > <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › >- <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> › >+ <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> › > <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Manage label layouts</a> › > [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label layout > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt >index 7cac6c5..2128dad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt >@@ -1,5 +1,5 @@ > [% INCLUDE 'doc-head-open.inc' %] >- <title>Koha › Tools › Labels</title> >+ <title>Koha › Tools › Label creator › Printer profiles</title> > [% INCLUDE 'doc-head-close.inc' %] > <script type="text/javascript"> > //<![CDATA[ >@@ -42,7 +42,7 @@ > <div id="breadcrumbs"> > <a href="/cgi-bin/koha/mainpage.pl">Home</a> › > <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › >- <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a> › >+ <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> › > <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Printer profiles</a> › > Edit printer profile > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt >index 5f3108f..2c89fe4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt >@@ -1,5 +1,5 @@ > [% INCLUDE 'doc-head-open.inc' %] >- <title>Koha › Tools › Labels › Templates</title> >+ <title>Koha › Tools › Label creator › Label templates</title> > [% INCLUDE 'doc-head-close.inc' %] > <script type="text/javascript"> > //<![CDATA[ >@@ -42,7 +42,7 @@ > <div id="breadcrumbs"> > <a href="/cgi-bin/koha/mainpage.pl">Home</a>› > <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>› >- <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a>› >+ <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a>› > <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Label templates</a>› > Edit label template > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt >index e537205..6fe170c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt >@@ -1,5 +1,5 @@ > [% INCLUDE 'doc-head-open.inc' %] >- <title>Koha › Tools › Labels home</title> >+ <title>Koha › Tools › Label creator</title> > [% INCLUDE 'doc-head-close.inc' %] > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/label.css" /> > [% IF ( bidi ) %] >@@ -12,7 +12,7 @@ > <div id="breadcrumbs"> > <a href="/cgi-bin/koha/mainpage.pl">Home</a>› > <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>› >- Labels home >+ Label creator > </div> > <div id="doc3" class="yui-t2"> > <div id="bd"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >index 5f2ee43..a50acba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt >@@ -1,5 +1,5 @@ > [% INCLUDE 'doc-head-open.inc' %] >- <title>Koha › Tools › Labels › Manage label elements</title> >+ <title>Koha › Tools › Label creator › Manage label</title> > [% INCLUDE 'doc-head-close.inc' %] > [% INCLUDE 'greybox.inc' %] > <script type="text/javascript"> >@@ -76,7 +76,7 @@ > <div id="breadcrumbs"> > <a href="/cgi-bin/koha/mainpage.pl">Home</a> › > <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › >- <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> › >+ <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> › > Manage label [% label_element_title %] > </div> > <div id="doc3" class="yui-t2"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >index f05e63f..af60eab 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >@@ -1,5 +1,5 @@ > [% INCLUDE 'doc-head-open.inc' %] >- <title>Koha › Tools › Labels › Label printing/exporting</title> >+ <title>Koha › Tools › Label creator › Label printing/exporting</title> > [% INCLUDE 'doc-head-close.inc' %] > <script type="text/javascript"> > //<![CDATA[ >-- >2.6.1
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 14667
:
41438
|
41466
|
41625
|
41626
|
43175
| 43176 |
43177