move PO status to top of page for clarity
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 Aug 2010 22:16:01 +0000 (22:16 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 Aug 2010 22:16:01 +0000 (22:16 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17273 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/acq/po/view.tt2

index d345af0..f00d734 100644 (file)
@@ -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