diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php index d3548a2505f..cda05d21784 100644 --- a/htdocs/comm/action/card.php +++ b/htdocs/comm/action/card.php @@ -1118,23 +1118,30 @@ if ($action == 'create') print '
| '.$langs->trans("Reminder").' | '; + print ' | ||
| '.$langs->trans("ReminderTime").' | '; print ''; print ' | ||
| '.$langs->trans("ReminderType").' | '; + //Time Type + print ' | ||
| '.$langs->trans("TimeType").' | '; print $form->select_type_duration('offsetunit'); print ' | ||
| '.$langs->trans("TypeRemind").' | '; - print $form->selectarray('typeremind',$TRemindTypes); + print ' | ||
| '.$langs->trans("ReminderType").' | '; + print $form->selectarray('remindertype',$TRemindTypes); print ' | ||
| '.$langs->trans("Model").' | '; + print $form->select_model_mail('eventpush', 'event_push'); + print ' | ||