LP1980275 Bootstrap - buttons on two lines in current hold screen
authorGarry Collum <gcollum@gmail.com>
Fri, 29 Jul 2022 15:26:45 +0000 (15:26 +0000)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 23 Nov 2022 15:52:07 +0000 (10:52 -0500)
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>
Signed-off-by: John Amundson <jamundson@cwmars.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2

index f9dbbc3..0c54039 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>