Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/maintenance/_admin.php

    r2394 r2566  
    105105      * Favorites hack. 
    106106      * 
    107       * This updates maintenance fav icon text  
     107      * This updates maintenance fav icon text 
    108108      * if there are tasks required maintenance. 
    109109      * 
     
    160160               } 
    161161 
    162                $lines[] =  
     162               $lines[] = 
    163163               '<li title="'.($ts === null ? 
    164164                    __('This task has never been executed.') 
     
    188188      * User preferences form. 
    189189      * 
    190       * This add options for superadmin user  
     190      * This add options for superadmin user 
    191191      * to show or not expired taks. 
    192192      * 
     
    233233      * Build a well sorted help for tasks. 
    234234      * 
    235       * This method is not so good if used with lot of tranlsations  
    236       * as it grows memory usage and translations files size,  
    237       * it is better to use help ressource files  
     235      * This method is not so good if used with lot of tranlsations 
     236      * as it grows memory usage and translations files size, 
     237      * it is better to use help ressource files 
    238238      * but keep it for exemple of how to use behavior adminPageHelpBlock. 
    239239      * Cheers, JC 
     
    265265                    foreach($maintenance->getTasks() as $t) 
    266266                    { 
    267                          if ($t->group() != $group_obj->id()  
     267                         if ($t->group() != $group_obj->id() 
    268268                          || $t->tab() != $tab_obj->id()) { 
    269269                              continue; 
    270270                         } 
    271271                         if (($desc = $t->description()) != '') { 
    272                               $res_task .=  
     272                              $res_task .= 
    273273                              '<dt>'.$t->task().'</dt>'. 
    274274                              '<dd>'.$desc.'</dd>'; 
     
    278278                         $desc = $group_obj->description ? $group_obj->description : $group_obj->summary; 
    279279 
    280                          $res_group .=  
     280                         $res_group .= 
    281281                         '<h5>'.$group_obj->name().'</h5>'. 
    282282                         ($desc ? '<p>'.$desc.'</p>' : ''). 
     
    287287                    $desc = $tab_obj->description ? $tab_obj->description : $tab_obj->summary; 
    288288 
    289                     $res_tab .=  
     289                    $res_tab .= 
    290290                    '<h4>'.$tab_obj->name().'</h4>'. 
    291291                    ($desc ? '<p>'.$desc.'</p>' : ''). 
Note: See TracChangeset for help on using the changeset viewer.

Sites map