Version 1.13a

This commit is contained in:
nemunaire 2020-11-15 16:12:30 +01:00
commit ba8f323879
1634 changed files with 10080 additions and 213021 deletions

View file

@ -6,10 +6,10 @@
<tr>
<td>
<form action="?p={$linkpage}&amp;id={$idPlan}&amp;" 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>