Changeset 10359 for extensions/UserAdvManager/trunk/admin
- Timestamp:
- Apr 13, 2011, 7:12:49 PM (14 years ago)
- Location:
- extensions/UserAdvManager/trunk/admin
- Files:
-
- 13 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserAdvManager/trunk/admin/UAM_admin.php
r10342 r10359 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/trunk/admin/template/global.tpl
r10342 r10359 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/trunk/admin/template/uam.css
r10144 r10359 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
Note: See TracChangeset
for help on using the changeset viewer.