From: Kyle M Hall Date: Thu, 26 Mar 2020 13:49:04 +0000 (-0400) Subject: Bug 24982: (follow-up) Move checkboxes to left side of label X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=4c6bd0bfee25352e07eefd3cf7a475c95927527a Bug 24982: (follow-up) Move checkboxes to left side of label Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt index f167cfc..1388368 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -119,15 +119,15 @@ fieldset.rows label.viewlog {
[% UNLESS modules %] - + [% ELSE %] - + [% END %] [% FOREACH modx IN [ 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS' ] %] [% IF modules.grep(modx).size %] - + [% ELSE %] - + [% END %] [% END %]
@@ -139,16 +139,16 @@ fieldset.rows label.viewlog {
[% UNLESS actions %] - + [% ELSE %] - + [% END %] [% FOREACH actx IN [ 'ADD' 'DELETE' 'MODIFY' 'ISSUE' 'RETURN' 'RENEW' 'CREATE' 'CANCEL' 'SUSPEND' 'RESUME' 'ADDCIRCMESSAGE' 'DELCIRCMESSAGE' 'STATUS_CHANGE' 'CHANGE PASS' 'Run' ] %] [% IF actions.grep(actx).size %] - + [% ELSE %] - + [% END %] [% END %]
@@ -169,16 +169,16 @@ fieldset.rows label.viewlog {
  • [% UNLESS interfaces %] - + [% ELSE %] - + [% END %] [% FOREACH interf IN [ 'INTRANET' 'OPAC' 'SIP' 'COMMANDLINE' ] %] [% IF interfaces.grep(interf).size %] - + [% ELSE %] - + [% END %] [% END %]