save some space in the selector colum
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 6 Apr 2009 21:21:14 +0000 (21:21 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 6 Apr 2009 21:21:14 +0000 (21:21 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12805 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/css/skin/default/acq.css
Open-ILS/web/templates/default/acq/common/li_table.tt2

index 301b542..a7fd987 100644 (file)
 #acq-lit-li-details-table th {padding:0px 10px 0px 10px; font-weight:bold;}
 .acq-lit-li-menu-bar {width:99%; text-align:left; border:1px solid #aaa; margin:5px 0px 10px 0px;}
 .acq-lit-table-spacer { height:20px; }
+.acq-lit-row td[name="selector"] { width:1.5em; font-weight:bold; color:blue; font-size:110%;}
index 220e61b..2886c5d 100644 (file)
                                     <span>
                                         <select dojoType='dijit.form.FilteringSelect' value='_' jsId='acqLitLiActionsSelector'>
                                             <option value='_'>--Actions--</option>
-                                            <option value='delete_selected'>Delete Selected Items</option>
                                             <option value='save_picklist'>Save Items To Selection List</option>
                                             <option value='selector_ready'>Mark Ready for Selector</option>
                                             <option value='order_ready'>Mark Ready for Order</option>
                                             <option value='create_order'>Create Purchase Order</option>
-                                            <option value='print_po'>Print Purchase Order</option>
                                             <option value='receive_po'>Mark Purchase Order as Received</option>
+                                            <option value='print_po'>Print Purchase Order</option>
+                                            <option value='delete_selected'>Delete Selected Items</option>
                                         </select>
                                     </span>
                                     <span id='acq-lit-generic-progress' class='hidden'>
@@ -42,7 +42,7 @@
             <tbody><tr><td colspan='0' style='height:20px;'/></tr></tbody>
             <tbody style='font-weight:bold;border:1px solid #aaa;'>
                 <tr>
-                    <td><span><a id='acq-lit-select-toggle' href='javascript:void(0);'>Select</a></span></td>
+                    <td><span><a id='acq-lit-select-toggle' href='javascript:void(0);'>&#x2713</a></span></td>
                     <td>Line Items</td>
                     <td>Estimated Price</td>
                     <td>Copies</td>