Changeset 2017:a1702eaaaf80 for plugins/maintenance
- Timestamp:
- 09/22/13 18:39:06 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/index.php
r1989 r2017 303 303 '<form action="'.$p_url.'" method="post">'. 304 304 305 '<h4 class="pretty-title">'.__('Activation').'</h4>'. 305 306 '<p><label for="settings_plugin_message" class="classic">'. 306 307 form::checkbox('settings_plugin_message', 1, $core->blog->settings->maintenance->plugin_message). 307 308 __('Display alert messages on late tasks').'</label></p>'. 308 309 310 '<p class="info">'.sprintf( 311 __('You can place list of late tasks on your %s.'), 312 '<a href="preferences.php#user-favorites">'.__('Dashboard').'</a>' 313 ).'</a></p>'. 314 315 '<h4 class="pretty-title">'.__('Frequency').'</h4>'. 316 309 317 '<p><label for="settings_recall_time">'.__('Recall time for all tasks:').'</label>'. 310 318 form::combo('settings_recall_time', $full_combo_ts, 'seperate', 'recall-for-all'). 311 319 '</p>'. 312 320 313 '< p>'.__('Recall time per task:').'</p>';321 '<h5 class="vertical-separator">'.__('Recall time per task:').'</h5>'; 314 322 315 323 foreach($tasks as $t) … … 326 334 327 335 echo 328 '<p><input type="submit" value="'.__('Save ').'" /> '.336 '<p><input type="submit" value="'.__('Save this settings').'" /> '. 329 337 form::hidden(array('tab'), 'settings'). 330 338 form::hidden(array('settings'), 1). 331 339 $core->formNonce().'</p>'. 332 340 '</form>'. 333 '<p class="info">'.sprintf(334 __('You can place list of late tasks on your %s.'),335 '<a href="preferences.php#user-favorites">'.__('Dashboard').'</a>'336 ).'</a></p>'.337 341 '</div>'; 338 342 }
Note: See TracChangeset
for help on using the changeset viewer.