From eb3dc448d2378e01a524d082fc6389484b0cc7d8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 28 Mar 2012 10:00:18 -0400 Subject: [PATCH] Bug 7835 - submit and cancel buttons on diff lines on notices Changing markup of cancel button to match standard Koha pattern. Also correcting some invalid markup: - unescaped ampersands - invalid form action attributes - improperly nested elements in
    - invalid "for" on label Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain --- .../intranet-tmpl/prog/en/modules/tools/letter.tt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 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 aa1301b356..a0c2c37a4b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -130,7 +130,7 @@ $(document).ready(function() {
    [% IF ( no_op_set ) %] -
    + [% UNLESS independant_branch %]

    @@ -185,12 +185,12 @@ $(document).ready(function() { [% lette.name %] [% IF can_edit %] - Edit + Edit [% END %] [% IF !independant_branch || !lette.branchcode %] - + @@ -206,7 +206,7 @@ $(document).ready(function() { [% IF !lette.protected && can_edit %] - Delete + Delete [% END %] @@ -228,13 +228,13 @@ $(document).ready(function() { [% END %]

    [% IF ( modify ) %]Modify notice[% ELSE %]Add notice[% END %] -
      [% IF independant_branch %] [% ELSE %] +
      1. - +
    -
    +
    Cancel
    [% END %] -- 2.20.1