Fisheye: Tag 4467 refers to a dead (removed) revision in file `trunk/kernel/admin/include/help/users.txt'. Fisheye: No comparison available. Pass `N' to diff? Index: trunk/kernel/module_help/tree_users.txt =================================================================== diff -u --- trunk/kernel/module_help/tree_users.txt (revision 0) +++ trunk/kernel/module_help/tree_users.txt (revision 4467) @@ -0,0 +1,4 @@ +

This section lists all In-portal users. It allows +managing users, setting primary group for a user, approving and +disabling users, banning users and sending out mass emails to the +users.

\ No newline at end of file Index: trunk/core/kernel/utility/debugger.php =================================================================== diff -u -r4309 -r4467 --- trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 4309) +++ trunk/core/kernel/utility/debugger.php (.../debugger.php) (revision 4467) @@ -582,6 +582,9 @@ $this->profileFinish('script_runtime'); if( dbg_ConstOn('DBG_ZEND_PRESENT') ) return; + if (defined('SPACER_URL')) { + $this->dummyImage = SPACER_URL; + } dbg_safeDefine('DBG_RAISE_ON_WARNINGS',0); $this->memoryUsage['debugger_start']=memory_get_usage(); Index: trunk/kernel/constants.php =================================================================== diff -u -r4451 -r4467 --- trunk/kernel/constants.php (.../constants.php) (revision 4451) +++ trunk/kernel/constants.php (.../constants.php) (revision 4467) @@ -16,5 +16,8 @@ // sections safeDefine('stTREE', 1); safeDefine('stTAB', 2); - + + $application =& kApplication::Instance(); + $spacer_url = $application->BaseURL().'kernel/admin_templates/img/spacer.gif'; + define('SPACER_URL', $spacer_url); ?> \ No newline at end of file Index: trunk/kernel/admin_templates/incs/style.css =================================================================== diff -u -r4466 -r4467 --- trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 4466) +++ trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 4467) @@ -518,29 +518,26 @@ vertical-align: top; padding-top: 0px; text-align: center; - width:28px; + width: 28px; } .subitem_description { vertical-align: middle; } -.dLink { +.dLink, .dLink:hover { display: block; margin-bottom: 5px; font-family: Verdana; font-size: 13px; font-weight: bold; color: #2C73CB; +} + +.dLink { text-decoration: none; } .dLink:hover { - display: block; - margin-bottom: 5px; - font-family: Verdana; - font-size: 13px; - font-weight: bold; - color: #2C73CB; text-decoration: underline; } Index: trunk/core/module_help/tree_users.txt =================================================================== diff -u --- trunk/core/module_help/tree_users.txt (revision 0) +++ trunk/core/module_help/tree_users.txt (revision 4467) @@ -0,0 +1,4 @@ +

This section lists all In-portal users. It allows +managing users, setting primary group for a user, approving and +disabling users, banning users and sending out mass emails to the +users.

\ No newline at end of file