Version 1.13a
This commit is contained in:
parent
de31cd3e9a
commit
ba8f323879
1634 changed files with 10080 additions and 213021 deletions
|
|
@ -6,10 +6,10 @@
|
|||
<tr>
|
||||
<td>
|
||||
<form action="?p={$linkpage}&id={$idPlan}&" method="post">
|
||||
{if $type.0 == 'text' || $type.0 == 'longtext'}<textarea cols="10" rows="10" name="mod">{$tableau.$key}</textarea><br />
|
||||
{else}<input type="text" value="{$tableau.$key}" name="mod" />{/if}
|
||||
{if $type.0 == 'text' || $type.0 == 'longtext'}<textarea cols="10" rows="10" name="mod" tabindex="1">{$tableau.$key}</textarea><br />
|
||||
{else}<input type="text" value="{$tableau.$key}" name="mod" tabindex="1" />{/if}
|
||||
<input type="hidden" value="{$key}" name="key" />
|
||||
<input type="submit" class="submit" value="GO" />
|
||||
<input type="submit" class="submit" value="GO" tabindex="2" />
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue