25-Sep-2009 Joe Hunt
# Wrong presentation of qty decimals when trans_no != 0 (delivered)
$ /sales/includes/ui/sales_order_ui.inc
-
+! Improved layout of login screen
+$ /addess/login.php
+ /themes/default/login.css
+
24-Sep-2009 Janusz Dobrowolski
+ Additional fields for secondary phone and/or general notes in customers,
cust_branches, shippers, locations and suppliers tables.
echo "<table class='titletext'><tr><td>$title</td></tr></table>\n";
br();br();
+ start_form(false, false, $_SESSION['timeout']['uri'], "loginform");
start_table($table_style2);
start_row();
- echo "<td align='center'>";
+ echo "<td align='center' colspan=2>";
if (!$login_timeout) { // FA logo
echo "<a target='_blank' href='$power_url'><img src='$path_to_root/themes/$def_theme/images/logo_frontaccounting.png' alt='FrontAccounting' height='50' onload='fixPNG(this)' border='0' /></a>";
} else {
echo "</td>\n";
end_row();
- br();
- start_form(false, false, $_SESSION['timeout']['uri'], "loginform");
- start_table($table_style2);
echo "<input type='hidden' id=ui_mode name='ui_mode' value='".$_SESSION["wa_current_user"]->ui_mode."' />\n";
if (!$login_timeout)
table_section_title(_("Version")." $version Build $build_version - "._("Login"));
'password', 'SubmitUser', 'company_login_name')))
echo "<input type='hidden' name='$p' value='$val'>";
}
- end_table();
echo "<script language='JavaScript' type='text/javascript'>
//<![CDATA[
<!--
body {
font-family: Verdana, Arial, Helvetica;
- background: #f9f9f9;
+ background: #f5f5f5;
font-size: 10px;
margin: 5px 0 0 5px;
padding: 0;
.tableheader {
font-weight: bold;
- /*background-color: #dee7ec;*/
background-color: #d1dfec;
color: black;
text-align: center;
.bottomBar {
padding-right: 1em;
- /*background-color: #dee7ec;*/
background-color: #d1dfec;
color: black;
border-bottom: 1px solid #8cacbb;
.tablestyle2 {
width: 350px;
+ border-left: 12px solid #367cb5;
border-collapse: collapse;
background-color: #eeeeee;
}