Bugzilla – Attachment 43177 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) remove useless labels-menu.inc file
Bug-14667-QA-followup-remove-useless-labels-menuin.patch (text/plain), 4.76 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-10-06 15:56:02 UTC
(
hide
)
Description:
Bug 14667: (QA followup) remove useless labels-menu.inc file
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-10-06 15:56:02 UTC
Size:
4.76 KB
patch
obsolete
>From cc87d60b4afd274b6282dfd2e79ce8ffa845ef1f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 6 Oct 2015 11:51:48 -0300 >Subject: [PATCH] Bug 14667: (QA followup) remove useless labels-menu.inc file > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc | 4 ---- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt | 3 --- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt | 3 --- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt | 3 --- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt | 3 --- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt | 3 --- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt | 3 --- > 7 files changed, 22 deletions(-) > delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc >deleted file mode 100644 >index ee19422..0000000 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc >+++ /dev/null >@@ -1,4 +0,0 @@ >-<div id="navmenu"><ul id="navmenulist"> >- <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 fadbb13..505285c 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 >@@ -276,8 +276,5 @@ > </div> > </div> > </div> >- <div class="yui-b"> >- [% INCLUDE 'labels-menu.inc' %] >- </div> > </div> > [% INCLUDE 'intranet-bottom.inc' %] >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 24d32a5..0b334f2 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 >@@ -189,8 +189,5 @@ > </form> > </div> > </div> >- <div class="yui-b"> >- [% INCLUDE 'labels-menu.inc' %] >- </div> > </div> > [% INCLUDE 'intranet-bottom.inc' %] >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 2128dad..5fb86a6 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 >@@ -142,8 +142,5 @@ > </div> > </div> > </div> >- <div class="yui-b"> >- [% INCLUDE 'labels-menu.inc' %] >- </div> > </div> > [% INCLUDE 'intranet-bottom.inc' %] >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 2c89fe4..051d945 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 >@@ -178,8 +178,5 @@ > </form> > </div> > </div> >- <div class="yui-b"> >- [% INCLUDE 'labels-menu.inc' %] >- </div> > </div> > [% INCLUDE 'intranet-bottom.inc' %] >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 6fe170c..9e044f8 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 >@@ -26,8 +26,5 @@ > </div> > </div> > </div> >- <div class="yui-b"> >- [% INCLUDE 'labels-menu.inc' %] >- </div> > </div> > [% INCLUDE 'intranet-bottom.inc' %] >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 a50acba..9c63a61 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 >@@ -158,8 +158,5 @@ > </div> > </div> > </div> >- <div class="yui-b"> >- [% INCLUDE 'labels-menu.inc' %] >- </div> > </div> > [% INCLUDE 'intranet-bottom.inc' %] >-- >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