From ef333f3f772dc135bcc2b348a5a003020178d31b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 26 Aug 2019 18:01:03 +0000 Subject: [PATCH] Bug 23512: Reindent notices and slips page (letter.tt) This patch re-indents the template for notices and slips. It makes only whitespace changes. It should have no effect on the behavior of the page. To test, go to Tools -> Notices & slips. Test every aspect of the notice creation and edit process. At each step the page should work correctly. --- .../intranet-tmpl/prog/en/modules/tools/letter.tt | 873 +++++++++++---------- 1 file changed, 464 insertions(+), 409 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 1f4c8f20e88..f7392809d8e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -5,476 +5,531 @@ [% USE ColumnsSettings %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › Notices[% IF ( add_form or copy_form ) %][% IF ( modify ) %] › Modify notice[% ELSE %] › Add notice[% END %][% END %][% IF ( add_validate or copy_validate) %] › Notice added[% END %][% IF ( delete_confirm ) %] › Confirm deletion[% END %] + + Koha › Tools › Notices + [% IF ( add_form or copy_form ) %] + [% IF ( modify ) %] + › Modify notice + [% ELSE %] + › Add notice + [% END %] + [% END %] + [% IF ( add_validate or copy_validate) %] + › Notice added + [% END %] + [% IF ( delete_confirm ) %] + › Confirm deletion + [% END %] + [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'header.inc' %] -[% INCLUDE 'letters-search.inc' %] + [% INCLUDE 'header.inc' %] + [% INCLUDE 'letters-search.inc' %] - + -