Bugzilla – Attachment 43175 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), 5.84 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-10-06 14:39:45 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 14:39:45 UTC
Size:
5.84 KB
patch
obsolete
>From 5de809af457ae4b72ef0d97395c7a37a1533924e 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. > >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-home.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt | 4 ++-- > 5 files changed, 9 insertions(+), 9 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..2c71074 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</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-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..64634a2 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 elements</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"> >-- >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