2009-02-10 Ingo Renner <ingo@typo3.org>
* Fixed a bug with the module menu forgeting it's open/closed states, caused by #9136
+ * Fixed look of logout button; width was fixed and thus didn't expand to fit wider labels coming from translation (credits Steffen Kamper)
2009-02-10 Michael Stucki <michael@typo3.org>
$buttonForm = '
<form action="logout.php" target="_top">
- <input type="submit" value="'.$GLOBALS['LANG']->sL($buttonLabel, 1).'" />
+ <input type="submit" value=" ' . $GLOBALS['LANG']->sL($buttonLabel, 1) . ' " />
</form>';
return $buttonForm;
background-color: #a2aab8;
color: #fff;
border: 1px solid #888;
- width: 48px;
height: 18px;
line-height: 14px;
vertical-align: baseline;