Fixing style errors.
This commit is contained in:
parent
4ef2644300
commit
b0fe7bc2e0
@ -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>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user