Report#79: Change Style - activate this function - Code provided by Christian_N

This commit is contained in:
Kevin
2008-03-16 13:56:26 +00:00
parent ca743e8809
commit e22397bb64
9 changed files with 77 additions and 65 deletions

View File

@@ -13,14 +13,12 @@
}
//-->
</script>
<form method="get" name="jumpbox" action="portal.php" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<select name="demo" onchange="jumpMenu('self',this,0)" class="input">
<option selected="selected" disabled="disabled">{L_STYLE_CHOOSE}</option>
<!-- BEGIN styles-->
<option value="{styles.U_STYLE}">{styles.STYLE_NAME}</option>
<!-- END styles -->
</select>
<form method="get" action="{S_STYLE_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<fieldset class="style_change">
<select name="demo" id="demo" onchange="jumpMenu('parent',this,0)">
{STYLE_SELECT}
</select>
</fieldset>
</form>
<br />