From 3ad9227f7226859db493a7a13b8d91601dede6da Mon Sep 17 00:00:00 2001 From: David Cook <dcook@prosentient.com.au> Date: Fri, 6 Sep 2024 01:49:35 +0000 Subject: [PATCH] Bug 37854: Re-indent HTML (whitespace-only) This whitespace only change re-indents the HTML --- .../prog/en/modules/acqui/orderreceive.tt | 96 +++++++++---------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt index fd280aa2c3..d3e37913d7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -209,18 +209,59 @@ </div> </div> <fieldset class="rows" id="top_itemfieldset"> - <div id="items-panel" class="page-section"> - <div id="acq-create-receiving"> - <div id="items_list" style="display: none"> - <h4>Items list</h4> - <div style="width:100%;overflow:auto;"> + <div id="items-panel" class="page-section"> + <div id="acq-create-receiving"> + <div id="items_list" style="display: none"> + <h4>Items list</h4> + <div style="width:100%;overflow:auto;"> + <table> + <thead> + <tr> + <th>Actions</th> + <th>Barcode</th> + <th>Home library</th> + <th>Holding library</th> + <th>Not for loan</th> + <th>Restricted</th> + <th>Location</th> + <th>Call number</th> + <th>Copy number</th> + <th>Inventory number</th> + <th>Collection</th> + <th>Item type</th> + <th>Materials</th> + <th>Notes</th> + </tr> + </thead> + <tbody> + </tbody> + </table> + </div> + </div> + + <div id="itemfieldset"> + <h4>Item</h4> + [% IF ( NoACQframework ) %] + <p class="required"> + No ACQ framework, using default. You should create a + framework with code ACQ, the items framework would be + used + </p> + [% END %] + <div id="outeritemblock"></div> + </div> + </div> + <div id="acq-create-ordering"> + <h4>Items</h4> + <div style="width:100%;overflow:auto"> <table> <thead> <tr> - <th>Actions</th> + <th>Receive?</th> + <th> </th> <th>Barcode</th> <th>Home library</th> - <th>Holding library</th> + <th>Current library</th> <th>Not for loan</th> <th>Restricted</th> <th>Location</th> @@ -238,48 +279,7 @@ </table> </div> </div> - - <div id="itemfieldset"> - <h4>Item</h4> - [% IF ( NoACQframework ) %] - <p class="required"> - No ACQ framework, using default. You should create a - framework with code ACQ, the items framework would be - used - </p> - [% END %] - <div id="outeritemblock"></div> - </div> </div> - <div id="acq-create-ordering"> - <h4>Items</h4> - <div style="width:100%;overflow:auto"> - <table> - <thead> - <tr> - <th>Receive?</th> - <th> </th> - <th>Barcode</th> - <th>Home library</th> - <th>Current library</th> - <th>Not for loan</th> - <th>Restricted</th> - <th>Location</th> - <th>Call number</th> - <th>Copy number</th> - <th>Inventory number</th> - <th>Collection</th> - <th>Item type</th> - <th>Materials</th> - <th>Notes</th> - </tr> - </thead> - <tbody> - </tbody> - </table> - </div> - </div> - </div> </fieldset> </div> <div class="col-md-12 col-lg-6"> -- 2.39.2