- moved styles into css

- no need for javascript for theme selection
This commit is contained in:
Sebastian Mendel
2005-11-23 16:56:16 +00:00
parent fef607cd64
commit 8f1bb56896
4 changed files with 67 additions and 80 deletions

View File

@@ -396,8 +396,8 @@ if ( isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding']
if (isset($available_themes_choices) && $available_themes_choices > 1) {
$theme_selected = FALSE;
$theme_preview_path= './themes.php';
$theme_preview_href = '<a href="' . $theme_preview_path . '" target="themes" onclick="'
. "window.open('" . $theme_preview_path . "','themes','left=10,top=20,width=510,height=350,scrollbars=yes,status=yes,resizable=yes');"
$theme_preview_href = '<a href="' . $theme_preview_path . '" onclick="'
. "window.open('" . $theme_preview_path . "','themes','left=10,top=20,width=510,height=350,scrollbars=yes,status=yes,resizable=yes'); return false;"
. '">';
?>
<tr>