[open-ils-commits] r17273 - trunk/Open-ILS/web/templates/default/acq/po (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Aug 19 18:16:07 EDT 2010
Author: erickson
Date: 2010-08-19 18:16:01 -0400 (Thu, 19 Aug 2010)
New Revision: 17273
Modified:
trunk/Open-ILS/web/templates/default/acq/po/view.tt2
Log:
move PO status to top of page for clarity
Modified: trunk/Open-ILS/web/templates/default/acq/po/view.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/po/view.tt2 2010-08-19 22:11:30 UTC (rev 17272)
+++ trunk/Open-ILS/web/templates/default/acq/po/view.tt2 2010-08-19 22:16:01 UTC (rev 17273)
@@ -5,7 +5,7 @@
<div dojoType="dijit.layout.ContentPane" style="height:100%">
<div>
<div id='oils-acq-picklist-header'>
- <big>Purchase Order</big>
+ <big>Purchase Order (<span id="acq-po-view-state"></span>)</big>
<table class="oils-generic-table acq-po-info">
<tr>
<th>ID</th><td><a id="acq-po-view-id"/></td>
@@ -96,9 +96,7 @@
</td>
</tr>
<tr>
- <th>Status</th>
- <td><span id="acq-po-view-state"/></td>
- <td>
+ <td colspan='3'>
<a class="hidden" id="acq-po-split" href="javascript:void(0);"
onclick="if (confirm(localeStrings.CONFIRM_SPLIT_PO)) splitPo();">
Split Order by Lineitems
More information about the open-ils-commits
mailing list