Changeset 2437:a2aa31306d97 for plugins
- Timestamp:
- 10/18/13 14:29:15 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/index.php
r2389 r2437 298 298 '<p class="vertical-separator">'.form::radio(array('settings_recall_type', 'settings_recall_all'), 'all').' '. 299 299 '<label class="classic" for="settings_recall_all">'. 300 '<strong>'.__('Use one recall time for all tasks').'</strong></label> '.300 '<strong>'.__('Use one recall time for all tasks').'</strong></label></p>'. 301 301 302 302 '<p class="field wide vertical-separator"><label for="settings_recall_time">'.__('Recall time for all tasks:').'</label>'. … … 306 306 '<p class="vertical-separator">'.form::radio(array('settings_recall_type', 'settings_recall_separate'), 'separate', 1).' '. 307 307 '<label class="classic" for="settings_recall_separate">'. 308 '<strong>'.__('Use one recall time per task').'</strong></label> ';308 '<strong>'.__('Use one recall time per task').'</strong></label></p>'; 309 309 310 310 foreach($tasks as $t)
Note: See TracChangeset
for help on using the changeset viewer.