LP1980275 Bootstrap - buttons on two lines in current hold screen user/gcollum/lp1980275_bootstrap_current_holds_buttons
authorGarry Collum <gcollum@gmail.com>
Fri, 29 Jul 2022 15:26:45 +0000 (15:26 +0000)
committerGarry Collum <gcollum@gmail.com>
Fri, 29 Jul 2022 15:26:45 +0000 (15:26 +0000)
This fixes the button arrangement in the Bootstrap Opac's Current Items on Hold screen.

To test:
1. Place some items on hold for patron.
2. Login as that patron in the Bootstrap opac.
3. View the Current Items on Hold screen and notice the buttons are on two lines.
4. Apply the patch.
5. View the Current Itesms on Holcs screen to see that the buttons are now arranged on a
single line.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2

index 590253e..34eb386 100755 (executable)
@@ -20,7 +20,7 @@
     <div id='holds_main'>
     <form method="post">
           <div class="row">
-            <div class="col-4 text-left">
+            <div class="col-12 text-left">
 
                     <div>
             <button name="action" class="btn btn-action my-2" id="suspend" value="suspend" type="submit"><i class="fas fa-hand-paper" aria-hidden="true"></i> [% l("Suspend") %]</button>