We can save the space above the left menu pretty easily.

1) Move the apply and logout button to the right of ASSP (as a
service) - Configuration

change
<h2>$currStat ASSP$runas - Configuration
($WebIP{$ActWebIP}->{user})$networkatt</h2>

to be
<h2>$currStat ASSP$runas - Configuration
($WebIP{$ActWebIP}->{user})$networkatt  <input type="button"
value="logout" onclick="document.forms['ASSPconfig'].theButtonLogout.value='
 logout  ';window.location.href='./logout';return false;" />\&nbsp;
  <input type="button" value="Apply"
onclick="document.forms['ASSPconfig'].theButtonX.value='Apply
Changes';document.forms['ASSPconfig'].submit();WaitDiv();return
false;" /></h2>


2) Move Expand ALl, Collapse All, and Sorted to the right of "Main"

change

 $headers .= "
  <div class=\"menuLevel1\"><a href=\"/\"><img src=\"$plusIcon\"
alt=\"plusicon\" /> Main</a><br #/></div>\n<div>";

3) Move manage users / change password to be under "Shutdown restart"
at the bottom of the menu


That'll make main move up fairly significantly on the screen, making
it easier for those mobile admins who use laptop screen with only
800pixels of height to work with.

I still think it would be good to remove the extra white border around
the header too.

THANKS.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to