aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/simple_header.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-06-13 15:06:32 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-06-13 15:06:32 +0000
commite1437d7a21e294b7531cbd6acd5b77814c82ec8b (patch)
treeaa9f835fb87678577103091c2bb708f071867e73 /phpBB/adm/style/simple_header.html
parent298d3c0c50f14601472b832f3ecd8fcd8c07dfe4 (diff)
downloadforums-e1437d7a21e294b7531cbd6acd5b77814c82ec8b.tar
forums-e1437d7a21e294b7531cbd6acd5b77814c82ec8b.tar.gz
forums-e1437d7a21e294b7531cbd6acd5b77814c82ec8b.tar.bz2
forums-e1437d7a21e294b7531cbd6acd5b77814c82ec8b.tar.xz
forums-e1437d7a21e294b7531cbd6acd5b77814c82ec8b.zip
- added class="radio" to all radio- and checkboxes
- make sure the database gets closed correctly in cron.php - bugfixes git-svn-id: file:///svn/phpbb/trunk@6055 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/simple_header.html')
-rw-r--r--phpBB/adm/style/simple_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html
index 67e66b3a9d..836c2b8a52 100644
--- a/phpBB/adm/style/simple_header.html
+++ b/phpBB/adm/style/simple_header.html
@@ -78,7 +78,7 @@ function marklist(id, name, state)
*/
function swatch()
{
- window.open('{UA_SWATCH}', '_swatch', 'height=115, resizable=yes, scrollbars=no, width=636');
+ window.open('{UA_SWATCH}', '_swatch', 'height=150, resizable=yes, scrollbars=no, width=636');
return false;
}
<!-- ENDIF -->