<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="defaultCompany()">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td align="center" valign="bottom"><a target="_blank" href="http://frontaccounting.com/"><img src="themes/default/images/logo_frontaccounting.png" alt="FrontAccounting" width="250" height="50" onload="fixPNG(this)" border="0" /></a></td>
+ <td align="center" valign="bottom"><a target="_blank" href="<?php $power_url; ?>"><img src="themes/default/images/logo_frontaccounting.png" alt="FrontAccounting" width="250" height="50" onload="fixPNG(this)" border="0" /></a></td>
</tr>
<tr>
}
else
$_POST['tbpref'] = $tb_pref_counter."_";
- text_row_ex(_("Company"), 'name', 20);
- text_row_ex(_("Host"), 'host', 20);
- text_row_ex(_("Database User"), 'dbuser', 20);
+ text_row_ex(_("Company"), 'name', 30);
+ text_row_ex(_("Host"), 'host', 30);
+ text_row_ex(_("Database User"), 'dbuser', 30);
if ($selected_id == -1)
- text_row_ex(_("Database Password"), 'dbpassword', 20);
- text_row_ex(_("Database Name"), 'dbname', 20);
+ text_row_ex(_("Database Password"), 'dbpassword', 30);
+ text_row_ex(_("Database Name"), 'dbname', 30);
if ($selected_id == -1)
yesno_list_row(_("Table Pref"), 'tbpref', 1, $_POST['tbpref'], _("None"), false);
else
// Powered by
$power_by = "FrontAccounting";
- $power_url = "http://frontaccounting.net/ftac";
+ $power_url = "http://frontaccounting.net";
/*Stock units array*/
$stock_units = array(_("ea."), _("m"), _("kgg"), _("tons"), _("l"), _("lbs"), _("dozen"), _("pack"), _("hrs"));
$adr = explode("\n", $this->company['postal_address']);
for ($i = 0; $i < count($adr); $i++)
{
- $this->NewLine();
$this->Text($ccol, $adr[$i], $ccol2 + 40);
+ $this->NewLine();
}
$this->row = $adrline;
$this->Text($ccol2 + 30, $this->company['phone'], $mcol);