File manager - Edit - /home/jardides/www/Cloud/apps/activity/templates/settings/form.php
Back
<?php /** * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Hendrik Leppelsack <hendrik@leppelsack.de> * @author Jan-Christoph Borchardt <hey@jancborchardt.net> * @author Joas Schilling <coding@schilljs.com> * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ ?> <form id="activity_notifications" class="section"> <h2 class="icon-activity" data-anchor-name="activity"><?php p($l->t('Activity')); ?></h2> <p class="settings-hint"> <?php if ($_['setting'] === 'admin') { p($l->t('Configure the default activity settings for new users.')); } else { p($l->t('Choose for which activities you want to get an email notification, and which should show up in the activity app stream.')); } ?> </p> <table class="grid activitysettings"> <thead> <tr> <?php foreach ($_['methods'] as $method => $methodName): ?> <th class="small activity_select_group" data-select-group="<?php p($method) ?>"> <?php p($methodName); ?> </th> <?php endforeach; ?> <th><span id="activity_notifications_msg" class="msg"></span></th> </tr> </thead> <tbody> <?php foreach ($_['activities'] as $activity => $data): ?> <tr> <?php foreach ($_['methods'] as $method => $methodName): ?> <td class="small"> <input type="checkbox" id="<?php p($activity) ?>_<?php p($method) ?>" name="<?php p($activity) ?>_<?php p($method) ?>" value="1" class="<?php p($activity) ?> <?php p($method) ?> checkbox" <?php if (!in_array($method, $data['methods'])): ?> disabled="disabled"<?php endif; ?> <?php if ($data[$method]): ?> checked="checked"<?php endif; ?> /> <label for="<?php p($activity) ?>_<?php p($method) ?>"> </label> </td> <?php endforeach; ?> <td class="activity_select_group" data-select-group="<?php p($activity) ?>"> <?php echo $data['desc']; ?> </td> </tr> <?php endforeach; ?> </tbody> </table> <br /> <input id="notify_setting_self" name="notify_setting_self" type="checkbox" class="checkbox" value="1" <?php if ($_['notify_self']): ?> checked="checked"<?php endif; ?> /> <label for="notify_setting_self"><?php p($l->t('List your own actions in the stream')); ?></label> <br /> <input id="notify_setting_selfemail" name="notify_setting_selfemail" type="checkbox" class="checkbox" value="1" <?php if ($_['notify_selfemail']): ?> checked="checked"<?php endif; ?> /> <label for="notify_setting_selfemail"><?php p($l->t('Notify about your own actions via email')); ?></label> <br /> <?php if (empty($_['activity_email'])): ?> <br /> <strong><?php p($l->t('You need to set up your email address before you can receive notification emails.')); ?></strong> <?php endif; ?> <br /> <label for="notify_setting_batchtime"><?php p($l->t('Send emails:')); ?></label> <select id="notify_setting_batchtime" name="notify_setting_batchtime"> <option value="0"<?php if ($_['setting_batchtime'] === \OCA\Activity\UserSettings::EMAIL_SEND_HOURLY): ?> selected="selected"<?php endif; ?>><?php p($l->t('Hourly')); ?></option> <option value="1"<?php if ($_['setting_batchtime'] === \OCA\Activity\UserSettings::EMAIL_SEND_DAILY): ?> selected="selected"<?php endif; ?>><?php p($l->t('Daily')); ?></option> <option value="2"<?php if ($_['setting_batchtime'] === \OCA\Activity\UserSettings::EMAIL_SEND_WEEKLY): ?> selected="selected"<?php endif; ?>><?php p($l->t('Weekly')); ?></option> </select> </form>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings