Changeset 2234

Show
Ignore:
Timestamp:
04/27/08 05:38:34 (2 weeks ago)
Author:
anarcat
Message:

usability fix: put the logout button all the way at the bottom instead of somewhere near the bottom

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/admin/menu.php

    r2145 r2234  
    5151fclose($tt); 
    5252?> 
     53<dd><a href="mem_logout.php" target="_parent"><?php __("Logout"); ?></a></dd> 
    5354</dl> 
    5455 
  • alternc/trunk/bureau/admin/menu_mem.php

    r2145 r2234  
    3030?> 
    3131<dt id="settings"><?php __("Other"); ?></dt> 
    32 <dd><a href="mem_logout.php" target="_parent"><?php __("Logout"); ?></a></dd> 
    3332<dd><a href="mem_param.php"><?php __("Settings"); ?></a></dd> 
    3433<dd><a href="main.php"><?php __("Messages"); ?></a></dd>