Fixing style errors.

This commit is contained in:
stickler-ci 2020-08-27 08:47:57 +00:00
parent 4ef2644300
commit b0fe7bc2e0

View File

@ -389,7 +389,6 @@ if (empty($reshook) && $action == 'add')
//Create eminder //Create eminder
if ($addreminder == 'on'){ if ($addreminder == 'on'){
$actionCommReminder = new ActionCommReminder($db); $actionCommReminder = new ActionCommReminder($db);
if ($offsetunit == 'minute'){ if ($offsetunit == 'minute'){
@ -1158,7 +1157,6 @@ if ($action == 'create')
if ($conf->global->AGENDA_REMINDER_EMAIL || $conf->global->AGENDA_REMINDER_BROWSER) if ($conf->global->AGENDA_REMINDER_EMAIL || $conf->global->AGENDA_REMINDER_BROWSER)
{ {
//checkbox create reminder //checkbox create reminder
print '<br>'; print '<br>';
print '<tr><td>'.$langs->trans("AddReminder").'</td><td colspan="3"><input type="checkbox" id="addreminder" name="addreminder"></td></tr>'; print '<tr><td>'.$langs->trans("AddReminder").'</td><td colspan="3"><input type="checkbox" id="addreminder" name="addreminder"></td></tr>';