Fixing style errors.
This commit is contained in:
parent
3d5e439d92
commit
6f0f527a89
@ -85,14 +85,14 @@ $id = dol_decode($encodedid, $dolibarr_main_instance_unique_id);
|
|||||||
$conference = new ConferenceOrBooth($db);
|
$conference = new ConferenceOrBooth($db);
|
||||||
$resultconf = $conference->fetch($id);
|
$resultconf = $conference->fetch($id);
|
||||||
if ($resultconf < 0) {
|
if ($resultconf < 0) {
|
||||||
setEventMessages(null, $object->errors, "errors");
|
setEventMessages(null, $object->errors, "errors");
|
||||||
}
|
}
|
||||||
|
|
||||||
$project = new Project($db);
|
$project = new Project($db);
|
||||||
$resultproject = $project->fetch($conference->fk_project);
|
$resultproject = $project->fetch($conference->fk_project);
|
||||||
if ($resultproject < 0){
|
if ($resultproject < 0) {
|
||||||
$error++;
|
$error++;
|
||||||
$errmsg .= $project->error;
|
$errmsg .= $project->error;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Getting 'securekey'.'id' from Post and decoding it
|
// Getting 'securekey'.'id' from Post and decoding it
|
||||||
@ -366,8 +366,8 @@ print '<table class="border" summary="form to subscribe" id="tablesubscribe">'."
|
|||||||
print '<tr><td>'.$langs->trans("Email").' <FONT COLOR="red">*</FONT></td><td><input type="text" name="email" maxlength="255" class="minwidth150" value="'.dol_escape_htmltag(GETPOST('email')).'"></td></tr>'."\n";
|
print '<tr><td>'.$langs->trans("Email").' <FONT COLOR="red">*</FONT></td><td><input type="text" name="email" maxlength="255" class="minwidth150" value="'.dol_escape_htmltag(GETPOST('email')).'"></td></tr>'."\n";
|
||||||
// Company
|
// Company
|
||||||
print '<tr id="trcompany" class="trcompany"><td>'.$langs->trans("Company");
|
print '<tr id="trcompany" class="trcompany"><td>'.$langs->trans("Company");
|
||||||
if(!empty(floatval($project->price_registration))){
|
if (!empty(floatval($project->price_registration))) {
|
||||||
print '<FONT COLOR="red">*</FONT>';
|
print '<FONT COLOR="red">*</FONT>';
|
||||||
}
|
}
|
||||||
print ' </td><td><input type="text" name="societe" class="minwidth150" value="'.dol_escape_htmltag(GETPOST('societe')).'"></td></tr>'."\n";
|
print ' </td><td><input type="text" name="societe" class="minwidth150" value="'.dol_escape_htmltag(GETPOST('societe')).'"></td></tr>'."\n";
|
||||||
// Address
|
// Address
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user