Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117814007
D5460.1775281610.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D5460.1775281610.diff
View Options
diff --git a/plugins/kolab_activesync/kolab_activesync_ui.php b/plugins/kolab_activesync/kolab_activesync_ui.php
--- a/plugins/kolab_activesync/kolab_activesync_ui.php
+++ b/plugins/kolab_activesync/kolab_activesync_ui.php
@@ -229,7 +229,7 @@
if ($alarms) {
$table->add('alarm checkbox-cell', $checkbox_alarm->show(
$subscribed > 1 ? $folder_value : null,
- ['value' => $folder_value, 'id' => $folder_id . '_alarm', 'disabled' => $disabled]
+ ['value' => $folder_value, 'id' => $folder_id . '_alarm']
));
}
@@ -292,7 +292,7 @@
$checkbox_alarm = new html_checkbox(['name' => "_alarms[$id]", 'value' => 1,
'onchange' => 'return activesync_object.update_sync_data(this)']);
- $table->add('alarm checkbox-cell', $checkbox_alarm->show($flag > 1 ? 1 : 0, ['disabled' => $disabled]));
+ $table->add('alarm checkbox-cell', $checkbox_alarm->show($flag > 1 ? 1 : 0));
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 5:46 AM (6 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18824152
Default Alt Text
D5460.1775281610.diff (1 KB)
Attached To
Mode
D5460: Allow managing the alarm state on protected folders
Attached
Detach File
Event Timeline