Bug 24201: (QA follow-up) Re-indent helpers
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>
This commit is contained in:
parent
50e1f1abc1
commit
1f96bea8ba
1 changed files with 8 additions and 8 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue