+2006-05-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
+
+ * Added class "checkbox" to "Expand all" checkbox (removes border in IE)
+
2006-05-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
* Corrected error message for config.baseURL=1
<td align="center">
<form action="alt_menu.php" method="get">
<input type="hidden" name="collapsableExpandAll" value="1" />
- <input type="checkbox" name="expandAll" id="expandall" value="1" onclick="this.form.submit();" '.($config['expandAll']?'checked="checked"':'').' />
+ <input type="checkbox" name="expandAll" id="expandall" class="checkbox" value="1" onclick="this.form.submit();" '.($config['expandAll']?'checked="checked"':'').' />
</form>
</td>
<td class="c-subitem-label"><label for="expandall">'.$LANG->sL('LLL:EXT:lang/locallang_core.php:labels.expandAll',1).'</label></td>
if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['typo3/class.alt_menu_functions.inc']) {
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['typo3/class.alt_menu_functions.inc']);
}
-?>
\ No newline at end of file
+?>