Changeset 10360
- Timestamp:
- Apr 13, 2011, 7:13:17 PM (14 years ago)
- Location:
- extensions/UserAdvManager/branches/2.20
- Files:
-
- 13 added
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserAdvManager/branches/2.20/admin/UAM_admin.php
r10343 r10360 381 381 382 382 // Template initialization for forms and data 383 384 $themeconf=$template->get_template_vars('themeconf'); 385 $UAM_theme=$themeconf['id']; 386 383 387 $template->assign( 384 388 array( … … 388 392 'UAM_PATH' => UAM_PATH, 389 393 'UAM_DUMP_DOWNLOAD' => $dump_download, 394 'UAM_THEME' => $UAM_theme, 390 395 'UAM_MAIL_INFO_TRUE' => $conf_UAM[0]=='true' ? 'checked="checked"' : '' , 391 396 'UAM_MAIL_INFO_FALSE' => $conf_UAM[0]=='false' ? 'checked="checked"' : '' , -
extensions/UserAdvManager/branches/2.20/admin/template/global.tpl
r10343 r10360 3 3 4 4 {combine_css path= $UAM_PATH|@cat:'admin/template/uam.css'} 5 {if $UAM_THEME=='clear'}{combine_css path= $UAM_PATH|@cat:'admin/template/themes/clear/theme.css'}{/if} 6 {if $UAM_THEME=='roma'}{combine_css path= $UAM_PATH|@cat:'admin/template/themes/roma/theme.css'}{/if} 7 {if $UAM_THEME=='default'}{combine_css path= $UAM_PATH|@cat:'admin/template/themes/default/theme.css'}{/if} 8 5 9 6 10 <script type="text/javascript"> -
extensions/UserAdvManager/branches/2.20/admin/template/uam.css
r10145 r10360 38 38 .instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded 39 39 { 40 background-color: #111;41 background-position: 15px center;42 background-repeat: no-repeat;43 color: #ff3363;44 cursor: pointer;45 font-size: 110%;46 overflow: hidden;47 padding: 8px 41px;40 background-color: #111; 41 background-position: 15px center; 42 background-repeat: no-repeat; 43 color: #ff3363; 44 cursor: pointer; 45 font-size: 110%; 46 overflow: hidden; 47 padding: 8px 41px; 48 48 text-align: left; 49 49 } … … 53 53 border-bottom: none; 54 54 } 55 56 .instructionBlockHeaderCollapsed57 {58 background-image: url(./icon/expand.gif);59 }60 61 .instructionBlockHeaderExpanded62 {63 background-image: url(./icon/collapse.gif);64 }65 55 66 56 .instructionBlockContent 67 57 { 68 padding: 0 15px 15px;58 padding: 0 15px 15px; 69 59 } 70 60 -
extensions/UserAdvManager/branches/2.20/changelog.txt.php
r10343 r10360 239 239 -- 2.20.2 : Bug 2256 fixed - Error on upgrade from version 2.20.0 to 2.20.1 240 240 241 -- 2.20.3 : Bug 2257 241 -- 2.20.3 : Bug 2257 fixed - Improve admin panel display with clear theme 242 242 Bug 2258 fixed - New feature to backup UAM configuration and personnal settings 243 243
Note: See TracChangeset
for help on using the changeset viewer.