Dotclear

Changeset 2351:8fee74237ff5 for inc


Ignore:
Timestamp:
10/13/13 18:22:40 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
2.6
Message:

Ajustements sur la page de gestion des thèmes (suite).
Compléments pour la charte.

File:
1 edited

Legend:

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

    r2350 r2351  
    11541154 
    11551155               $line =  
    1156                '<div class="box '.($current ? 'medium current-theme' : 'small theme').$distrib.'">'; 
     1156               '<div class="box '.($current ? 'medium current-theme' : 'theme').$distrib.'">'; 
    11571157 
    11581158               if (in_array('name', $cols) && !$current) { 
     
    12711271                    if (file_exists(path::real($this->core->blog->themes_path.'/'.$id).'/_config.php')) { 
    12721272                         $line .=  
    1273                          '<p><a href="'.$this->getURL('module='.$id.'&conf=1', false).'" class="button">'.__('Configure theme').'</a></p>'; 
     1273                         '<p><a href="'.$this->getURL('module='.$id.'&conf=1', false).'" class="button submit">'.__('Configure theme').'</a></p>'; 
    12741274                    } 
    12751275 
     
    12841284               if (!empty($actions)) { 
    12851285                    $line .= 
    1286                     '<form action="'.$this->getURL().'" method="post">'. 
    1287                     '<div>'. 
     1286                    '<form action="'.$this->getURL().'" method="post" class="actions-buttons">'. 
     1287                    '<p>'. 
    12881288                    $this->core->formNonce(). 
    12891289                    form::hidden(array('module'), html::escapeHTML($id)). 
     
    12911291                    implode(' ', $this->getActions($id, $module, $actions)). 
    12921292  
    1293                     '</div>'. 
     1293                    '</p>'. 
    12941294                    '</form>'; 
    12951295               } 
     
    13511351                    $this->core->blog->triggerBlog(); 
    13521352 
    1353                     dcPage::addSuccessNotice(__('Theme has been successfully selected.')); 
     1353                    dcPage::addSuccessNotice(__('Module has been successfully selected.')); 
    13541354                    http::redirect($this->getURL().'#themes'); 
    13551355               } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map