Bug 24201: (QA follow-up) Re-indent helpers
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 20 Jul 2020 12:38:34 +0000 (13:38 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 7 Aug 2020 14:54:40 +0000 (16:54 +0200)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc

index e1f0ee2..2d734cd 100644 (file)
@@ -9,15 +9,15 @@
 [% END %]
 
 [% BLOCK options_for_desks %]
-                <option id="nodesk" value="">---</option>
-       [% FOREACH d IN desks %]
-            [% IF d.branchcode == branch %]
-                <option class="[% d.branchcode | html %]" value="[% d.desk_id | html %]" >[% d.desk_name | html %]</option>
-            [% ELSE %]
-                <option class="[% d.branchcode | html %]" value="[% d.desk_id | html %]" disabled hidden>[% d.desk_name | html %]</option>
-            [% END%]
-        [% END %]
+    <option id="nodesk" value="">---</option>
+    [% FOREACH d IN desks %]
+        [% IF d.branchcode == branch %]
+            <option class="[% d.branchcode | html %]" value="[% d.desk_id | html %]" >[% d.desk_name | html %]</option>
+        [% ELSE %]
+            <option class="[% d.branchcode | html %]" value="[% d.desk_id | html %]" disabled hidden>[% d.desk_name | html %]</option>
+        [% END%]
     [% END %]
+[% END %]
 
 [% BLOCK options_for_authorised_value_categories %]
     [% FOREACH avc IN authorised_value_categories %]