From f2842869bb124907f185c69b8b5453c581c453ee Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 9 May 2012 15:41:15 -0400 Subject: [PATCH] Bug 7842 - Inconsistencies in Notices interface - Putting "New" button in toolbar
- Moving "Copy" function and making label more explicit - Adding page headings - Correcting table header sort options Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain --- .../prog/en/modules/tools/letter.tt | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index dd32550603..374b2f1ce6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -8,7 +8,7 @@ $(document).ready(function() { $("#lettert:has(tbody tr)").tablesorter({ widgets : ['zebra'], sortList: [[0,0]], - headers: { 3: {sorter:false},4: { sorter: false }} + headers: { 4: {sorter:false},5: { sorter: false },6: { sorter: false }} }); $('#branch').change(function() { @@ -130,6 +130,7 @@ $(document).ready(function() {
[% IF ( no_op_set ) %] +

Notices and Slips

[% UNLESS independant_branch %] @@ -143,10 +144,10 @@ $(document).ready(function() {

[% END %] -

+

-

+
[% IF ( search ) %] @@ -156,7 +157,7 @@ $(document).ready(function() { [% select_for_copy = BLOCK %] [% END %] @@ -167,7 +168,7 @@ $(document).ready(function() { Module Code Name -   + Copy notice     @@ -184,11 +185,6 @@ $(document).ready(function() { [% lette.code %] [% lette.name %] - [% IF can_edit %] - Edit - [% END %] - - [% IF !independant_branch || !lette.branchcode %]
@@ -202,6 +198,11 @@ $(document).ready(function() { [% END %]
+ [% END %] + + + [% IF can_edit %] + Edit [% END %] @@ -217,7 +218,7 @@ $(document).ready(function() { [% IF ( add_form ) %] - +

[% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %]

@@ -227,7 +228,6 @@ $(document).ready(function() { [% END %]
- [% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %] [% IF independant_branch %] -- 2.20.1