change to POST
This commit is contained in:
parent
e8035f284b
commit
df1ca91454
@ -13,7 +13,7 @@ text-align:center;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
<form name="feld" action="index.php" method="GET">
|
||||
<form name="feld" action="index.php" method="POST">
|
||||
<table border="1">
|
||||
<tr>
|
||||
<td><input type="text" size="1" name="feld[0][0]" value="{$POST.feld.0.0}"{if $POST.feld.0.0 != 0} style="color:#FF0000 "{/if}></td>
|
||||
|
Loading…
Reference in New Issue
Block a user