Bugzilla – Attachment 44173 Details for
Bug 15072
Breadcrumbs and titles inconsistent in Label creator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15072: (followup) fix spaces and consistency
Bug-15072-followup-fix-spaces-and-consistency.patch (text/plain), 3.87 KB, created by
Bernardo Gonzalez Kriegel
on 2015-10-29 16:58:42 UTC
(
hide
)
Description:
Bug 15072: (followup) fix spaces and consistency
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2015-10-29 16:58:42 UTC
Size:
3.87 KB
patch
obsolete
>From 3ffe15fa035d4bfd282a879d7cdbd778a3b9dc58 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Thu, 29 Oct 2015 13:48:20 -0300 >Subject: [PATCH] Bug 15072: (followup) fix spaces and consistency > >This patch add a few spaces when required and >adds layout_id on title and breadcrumbs (for patroncards) > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > .../intranet-tmpl/prog/en/modules/labels/label-edit-template.tt | 8 ++++---- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt | 4 ++-- > 3 files changed, 8 insertions(+), 8 deletions(-) > >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 a4a1eda..3dacff8 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 >@@ -40,10 +40,10 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'cat-search.inc' %] > <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">Label creator</a>› >- <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Templates</a>› >+ <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">Label creator</a> › >+ <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Templates</a> › > [% IF ( template_id ) %]Edit ([% template_id %])[% ELSE %]New[% END %] > </div> > <div id="doc3" class="yui-t2"> >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 9e044f8..3d35baf 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 >@@ -10,8 +10,8 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'cat-search.inc' %] > <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/mainpage.pl">Home</a> › >+ <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › > Label creator > </div> > <div id="doc3" class="yui-t2"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt >index a6804a3..f92b316 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt >@@ -1,5 +1,5 @@ > [% INCLUDE 'doc-head-open.inc' %] >- <title>Koha › Tools › Patron card creator › Layout › [% IF ( layout_id ) %]Edit[% ELSE %]New[% END %]</title> >+ <title>Koha › Tools › Patron card creator › Layout › [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]New[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <script type="text/JavaScript" language="JavaScript"> > //<![CDATA[ >@@ -114,7 +114,7 @@ > <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › > <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> › > <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Layouts</a> › >- [% IF ( layout_id ) %]Edit ([% layout_name %])[% ELSE %]New[% END %] >+ [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]New[% END %] > </div> > <div id="doc3" class="yui-t2"> > <div id="bd"> >-- >1.9.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 15072
:
44097
|
44098
|
44099
|
44120
|
44170
|
44171
|
44172
|
44173
|
44188
|
44189
|
44190
|
44191