mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-03 09:31:24 +01:00
Add config setting to enable 'Do not notify' checkbox
This commit is contained in:
parent
02a93ae43e
commit
de241b18f8
@ -1491,6 +1491,8 @@ function replace_eTemplate_onsubmit()
|
|||||||
$readonlys['button[delete]'] = true;
|
$readonlys['button[delete]'] = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Allow users to prevent notifications?
|
||||||
|
$etpl->set_cell_attribute('no_notifications', 'disabled', !$config['calendar_allow_no_notification']);
|
||||||
|
|
||||||
// Setup history tab
|
// Setup history tab
|
||||||
$this->setup_history($content, $sel_options);
|
$this->setup_history($content, $sel_options);
|
||||||
|
@ -37,6 +37,7 @@ all exceptions are converted into single events. calendar en All exceptions are
|
|||||||
all future calendar en All future
|
all future calendar en All future
|
||||||
all incl. rejected calendar en All incl. rejected
|
all incl. rejected calendar en All incl. rejected
|
||||||
all participants calendar en All participants
|
all participants calendar en All participants
|
||||||
|
allow users to prevent change notifications ('Do not notify') calendar en Allow users to prevent change notifications ('Do not notify')
|
||||||
allows to edit the event again calendar en Allows to edit the event again
|
allows to edit the event again calendar en Allows to edit the event again
|
||||||
always calendar en Always
|
always calendar en Always
|
||||||
apply the action on the whole query, not only the shown events calendar en Apply the action on the whole query, NOT only the shown events
|
apply the action on the whole query, not only the shown events calendar en Apply the action on the whole query, NOT only the shown events
|
||||||
|
@ -60,6 +60,15 @@
|
|||||||
<td>{lang_While_selecting_up_to_X_users_day-_and_weekview_is_not_consolidated_(5_is_used_when_not_set)}:</td>
|
<td>{lang_While_selecting_up_to_X_users_day-_and_weekview_is_not_consolidated_(5_is_used_when_not_set)}:</td>
|
||||||
<td><input name="newsettings[calview_no_consolidate]" value="{value_calview_no_consolidate}" size="10"></td>
|
<td><input name="newsettings[calview_no_consolidate]" value="{value_calview_no_consolidate}" size="10"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="row_on">
|
||||||
|
<td>{lang_Allow_users_to_prevent_change_notifications_('Do_not_notify')}:</td>
|
||||||
|
<td>
|
||||||
|
<select name="newsettings[calendar_allow_no_notification]">
|
||||||
|
<option value=""{selected_calendar_allow_no_notification_False}>{lang_No}</option>
|
||||||
|
<option value="True"{selected_calendar_allow_no_notification_True}>{lang_Yes}</option>
|
||||||
|
</select>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr class="th">
|
<tr class="th">
|
||||||
<td colspan="2"> <b>{lang_History_logging}</b></td>
|
<td colspan="2"> <b>{lang_History_logging}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user