[open-ils-commits] r12805 - in trunk/Open-ILS/web: css/skin/default templates/default/acq/common (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Apr 6 17:21:19 EDT 2009
Author: erickson
Date: 2009-04-06 17:21:14 -0400 (Mon, 06 Apr 2009)
New Revision: 12805
Modified:
trunk/Open-ILS/web/css/skin/default/acq.css
trunk/Open-ILS/web/templates/default/acq/common/li_table.tt2
Log:
save some space in the selector colum
Modified: trunk/Open-ILS/web/css/skin/default/acq.css
===================================================================
--- trunk/Open-ILS/web/css/skin/default/acq.css 2009-04-06 20:34:59 UTC (rev 12804)
+++ trunk/Open-ILS/web/css/skin/default/acq.css 2009-04-06 21:21:14 UTC (rev 12805)
@@ -102,3 +102,4 @@
#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%;}
Modified: trunk/Open-ILS/web/templates/default/acq/common/li_table.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/common/li_table.tt2 2009-04-06 20:34:59 UTC (rev 12804)
+++ trunk/Open-ILS/web/templates/default/acq/common/li_table.tt2 2009-04-06 21:21:14 UTC (rev 12805)
@@ -13,13 +13,13 @@
<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='receive_po'>Mark Purchase Order as Received</option>
<option value='print_po'>Print Purchase Order</option>
- <option value='receive_po'>Mark Purchase Order as Received</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);'>✓</a></span></td>
<td>Line Items</td>
<td>Estimated Price</td>
<td>Copies</td>
More information about the open-ils-commits
mailing list