Dotclear


Ignore:
Timestamp:
10/04/13 18:04:41 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
dcRepo
Message:

Gestion des thèmes et des plugins. Mise en forme. Terminée jusqu'à retours utilisateurs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.moduleslist.php

    r2252 r2260  
    11861186               if ($has_details || $has_support) { 
    11871187                    $line .= 
    1188                     '<span class="mod-more">'.__('Help:').' '; 
     1188                    '<span class="mod-more">'; 
    11891189 
    11901190                    if ($has_details) { 
     
    12211221                    } 
    12221222 
     1223                    $line .= '<div class="current-actions">'; 
     1224 
    12231225                    if (file_exists(path::real($this->core->blog->themes_path.'/'.$id).'/_config.php')) { 
    12241226                         $line .=  
     
    12291231                    $line .=  
    12301232                    $this->core->callBehavior('adminCurrentThemeDetails', $this->core, $id, $module); 
     1233 
     1234                    $line .= '</div>'; 
    12311235               } 
    12321236 
Note: See TracChangeset for help on using the changeset viewer.

Sites map