Bug 26161: Move actions under rhs fieldsets
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 6 Aug 2020 14:22:07 +0000 (15:22 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 12 Aug 2020 10:07:12 +0000 (12:07 +0200)
This patch moves the action buttons div to within the column div that
contains the 'This sale' and 'Collect payment' fieldsets.

Test plan
1/ Apply patch
2/ Navigate to the 'Point of sale' page (having enabled UseCashRegisters
and EnablePointOfSale)
3/ Confirm the 'Confirm' and 'Cancel' button/link now appear on the
correct side.
4/ Signoff

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

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

koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt

index 021e4ea..87cbd92 100644 (file)
                         </ol>
 
                     </fieldset>
-                </div>
 
-                <div class="action">
-                    <input type="submit" id="submitbutton" name="submitbutton" value="Confirm" />
-                    <a class="cancel" href="/cgi-bin/koha/pos/pay.pl">Cancel</a>
+                    <div class="action">
+                        <input type="submit" id="submitbutton" name="submitbutton" value="Confirm" />
+                        <a class="cancel" href="/cgi-bin/koha/pos/pay.pl">Cancel</a>
+                    </div>
                 </div>
             </div>
         </form>