Report#79: Change Style - activate this function - Code provided by Christian_N
This commit is contained in:
@@ -14,14 +14,13 @@
|
||||
}
|
||||
//-->
|
||||
</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>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user