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

This commit is contained in:
Antoine Beaupré 2008-04-27 03:38:34 +00:00
parent 5611cae418
commit f06159603b
2 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,7 @@ while (!feof ($tt)) {
} }
fclose($tt); fclose($tt);
?> ?>
<dd><a href="mem_logout.php" target="_parent"><?php __("Logout"); ?></a></dd>
</dl> </dl>
</body> </body>

View File

@ -29,6 +29,5 @@
*/ */
?> ?>
<dt id="settings"><?php __("Other"); ?></dt> <dt id="settings"><?php __("Other"); ?></dt>
<dd><a href="mem_logout.php" target="_parent"><?php __("Logout"); ?></a></dd>
<dd><a href="mem_param.php"><?php __("Settings"); ?></a></dd> <dd><a href="mem_param.php"><?php __("Settings"); ?></a></dd>
<dd><a href="main.php"><?php __("Messages"); ?></a></dd> <dd><a href="main.php"><?php __("Messages"); ?></a></dd>