usability fix: put the logout button all the way at the bottom instead of somewhere near the bottom
This commit is contained in:
parent
5611cae418
commit
f06159603b
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue