Changeset 2156:5cdb254a24d2 for admin/plugins.php
- Timestamp:
- 09/29/13 23:10:54 (12 years ago)
- Branch:
- dcRepo
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r2150 r2156 104 104 dcPage::jsLoad('js/_plugins.js'). 105 105 dcPage::jsPageTabs(). 106 107 # --BEHAVIOR-- pluginsToolsHeaders 106 108 $core->callBehavior('pluginsToolsHeaders', $core), 109 107 110 dcPage::breadcrumb( 108 111 array( … … 155 158 156 159 $list 160 ->newList('plugin-update') 157 161 ->setModules($modules) 158 162 ->setPageTab('update') 159 163 ->displayModulesList( 160 /*cols */ array('icon', 'name', 'version', 'current_version', 'desc'),164 /*cols */ array('icon', 'name', 'version', 'current_version', 'desc'), 161 165 /* actions */ array('update') 162 166 ); … … 179 183 180 184 $list 185 ->newList('plugin-activate') 181 186 ->setModules($modules) 182 187 ->setPageTab('plugins') 183 188 ->displayModulesList( 184 /* cols */ array(' icon', 'name', 'config', 'version', 'desc', 'distrib'),189 /* cols */ array('expander', 'icon', 'name', 'config', 'version', 'desc', 'distrib'), 185 190 /* actions */ array('deactivate', 'delete') 186 191 ); … … 196 201 197 202 $list 203 ->newList('plugin-deactivate') 198 204 ->setModules($modules) 199 205 ->setPageTab('plugins') … … 222 228 223 229 $list 230 ->newList('plugin-new') 224 231 ->setModules($modules) 225 232 ->setPageTab('new') … … 227 234 ->displayNavMenu() 228 235 ->displayModulesList( 229 /* cols */ array(' name', 'version', 'desc'),236 /* cols */ array('expander', 'name', 'version', 'desc'), 230 237 /* actions */ array('install'), 231 238 /* nav limit */ true
Note: See TracChangeset
for help on using the changeset viewer.