Changeset 2351:8fee74237ff5 for inc
- Timestamp:
- 10/13/13 18:22:40 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r2350 r2351 1154 1154 1155 1155 $line = 1156 '<div class="box '.($current ? 'medium current-theme' : ' smalltheme').$distrib.'">';1156 '<div class="box '.($current ? 'medium current-theme' : 'theme').$distrib.'">'; 1157 1157 1158 1158 if (in_array('name', $cols) && !$current) { … … 1271 1271 if (file_exists(path::real($this->core->blog->themes_path.'/'.$id).'/_config.php')) { 1272 1272 $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>'; 1274 1274 } 1275 1275 … … 1284 1284 if (!empty($actions)) { 1285 1285 $line .= 1286 '<form action="'.$this->getURL().'" method="post" >'.1287 '< div>'.1286 '<form action="'.$this->getURL().'" method="post" class="actions-buttons">'. 1287 '<p>'. 1288 1288 $this->core->formNonce(). 1289 1289 form::hidden(array('module'), html::escapeHTML($id)). … … 1291 1291 implode(' ', $this->getActions($id, $module, $actions)). 1292 1292 1293 '</ div>'.1293 '</p>'. 1294 1294 '</form>'; 1295 1295 } … … 1351 1351 $this->core->blog->triggerBlog(); 1352 1352 1353 dcPage::addSuccessNotice(__(' Theme has been successfully selected.'));1353 dcPage::addSuccessNotice(__('Module has been successfully selected.')); 1354 1354 http::redirect($this->getURL().'#themes'); 1355 1355 }
Note: See TracChangeset
for help on using the changeset viewer.