Dotclear


Ignore:
Timestamp:
09/22/13 18:39:06 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Améliorations présentation et vocabulaire pour Maintenance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/maintenance/index.php

    r1989 r2017  
    303303     '<form action="'.$p_url.'" method="post">'. 
    304304 
     305     '<h4 class="pretty-title">'.__('Activation').'</h4>'. 
    305306     '<p><label for="settings_plugin_message" class="classic">'. 
    306307     form::checkbox('settings_plugin_message', 1, $core->blog->settings->maintenance->plugin_message). 
    307308     __('Display alert messages on late tasks').'</label></p>'. 
    308309 
     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 
    309317     '<p><label for="settings_recall_time">'.__('Recall time for all tasks:').'</label>'. 
    310318     form::combo('settings_recall_time', $full_combo_ts, 'seperate', 'recall-for-all'). 
    311319     '</p>'. 
    312320 
    313      '<p>'.__('Recall time per task:').'</p>'; 
     321     '<h5 class="vertical-separator">'.__('Recall time per task:').'</h5>'; 
    314322 
    315323     foreach($tasks as $t) 
     
    326334 
    327335     echo  
    328      '<p><input type="submit" value="'.__('Save').'" /> '. 
     336     '<p><input type="submit" value="'.__('Save this settings').'" /> '. 
    329337     form::hidden(array('tab'), 'settings'). 
    330338     form::hidden(array('settings'), 1). 
    331339     $core->formNonce().'</p>'. 
    332340     '</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>'. 
    337341     '</div>'; 
    338342} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map