Improved layout.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 15 May 2009 21:19:16 +0000 (21:19 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 15 May 2009 21:19:16 +0000 (21:19 +0000)
CHANGELOG.txt
purchasing/includes/ui/invoice_ui.inc

index 64a401d0ae570d6deb56ce0406cbbd7fcc65599c..8be0a2873ffd8d5f17d855c2c4ddd671104b8ca9 100644 (file)
@@ -22,6 +22,8 @@ $ -> Affected files
 15-May-2009 Joe Hunt
 # Bad link to view dimension
 $ /includes/ui/ui_view.inc
+! Improved layout.
+$ /purchasing/includes/ui/invoice_ud.inc
 
 14-May-2009 Joe Hunt
 + Added user_id to Journal Inquiry
index 79f2441edb6d981bf4f7997bcc6ff11d2a88f2f4..2f99a616529a6f7332b8c7973f4a900dfa2b4a52 100644 (file)
@@ -443,8 +443,8 @@ function display_grn_items(&$supp_trans, $mode=0)
                if (!$supp_trans->is_invoice && !isset($_POST['invoice_no']))
                {
                        echo "</td>";
-                       date_cells(_("Received between"), 'receive_begin', "", null, -30);
-                       date_cells(_("and"), 'receive_end', '', null, 1);
+                       date_cells(_("Received between"), 'receive_begin', "", null, -30, 0, 0, "valign=middle");
+                       date_cells(_("and"), 'receive_end', '', null, 1, 0, 0, "valign=middle");
                        submit_cells('RefreshInquiry', _("Search"),'',_('Refresh Inquiry'), true);
                        echo "<td>";
                }