Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui
Owen Leonard 5c547ffff2 Bug 21089: Overlapping elements in ordering information on acqui/supplier.pl
This patch changes the HTML structure of the vendor edit page so that
the markup is a little simpler. CSS is modified to match. This structure
should serve as a model for other similar form structures:

 <fieldset class="rows">
     <ol>
         <li>
             <label>General label:</label>
             <label class="radio">
                 Specific label 1 <input type="radio" />
             </label>
             <label class="radio">
                 Specific label 2 <input type="radio" />
             </label>
         </li>
     </ol>
 </fieldset>

To test, apply the patch and regenerate the staff client CSS.

 - Go to Acquisitions -> Vendor search -> Vendor -> Edit vendor
 - In the "Ordering information" section, confirm that the position of
   radio buttons looks correct.
 - Confirm that radio button labels work correctly.
 - Confirm that the adjacent dropdown menus work well.

Signed-off-by: David Cook <dcook@prosentient.com.au>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-01-28 11:37:09 +00:00
..
csv
tables
acqui-home.tt
addorder.tt
addorderiso2709.tt Bug 21989: JS error in "Add orders from MARC file" - addorderiso2709.pl 2019-01-28 11:15:14 +00:00
ajax.tt
basket.tt Bug 21797: Update two-column templates with Bootstrap grid: Acquisitions part 5 2019-01-11 13:24:43 +00:00
basketgroup.tt Bug 21526: Use the 'url' filter when needed 2018-11-12 16:35:43 -03:00
basketheader.tt
booksellers.tt
cancelorder.tt Bug 21526: Use the 'url' filter when needed 2018-11-12 16:35:43 -03:00
duplicate_orders.tt Bug 15184: Fix TT filter 2018-11-08 15:53:00 +00:00
edi_ean.tt
edifactmsgs.tt
edimsg.tt
histsearch.tt
invoice-files.tt
invoice.tt
invoices.tt
lateorders.tt Bug 22007: Remove html filters when KohaDates called with a parameter 2019-01-02 20:42:18 +00:00
modordernotes.tt Bug 21526: Use the 'url' filter when needed 2018-11-12 16:35:43 -03:00
neworderbiblio.tt Bug 16939: Making all 'add to basket' actions buttons 2019-01-02 20:27:28 +00:00
neworderempty.tt Bug 21797: Update two-column templates with Bootstrap grid: Acquisitions part 5 2019-01-11 13:24:43 +00:00
neworderempty_duplicate.tt
newordersubscription.tt Bug 16939: Making all 'add to basket' actions buttons 2019-01-02 20:27:28 +00:00
newordersuggestion.tt
ordered.tt Bug 21282: Sync ordered and spent values with acqui home 2018-11-13 21:06:44 +00:00
orderreceive.tt Bug 22007: Generated with add_missing_filters.pl 2019-01-02 20:43:53 +00:00
parcel.tt Bug 20865: Removed space before : on order receive filters 2019-01-17 02:23:28 +00:00
parcels.tt
showorder.tt
spent.tt Bug 21282: Sync ordered and spent values with acqui home 2018-11-13 21:06:44 +00:00
supplier.tt Bug 21089: Overlapping elements in ordering information on acqui/supplier.pl 2019-01-28 11:37:09 +00:00
transferorder.tt
uncertainprice.tt Bug 21526: Use the 'url' filter when needed 2018-11-12 16:35:43 -03:00
z3950_search.tt Bug 22122: Rearranged inputs from a patrons basket in Acquisitions. 2019-01-18 20:44:19 +00:00