ok for movement, delete old entry and output

This commit is contained in:
JBthePenguin 2021-09-02 14:06:03 +02:00
parent 0b97418682
commit 27c9d653f7
30 changed files with 52 additions and 943 deletions

View file

@ -1,7 +1,7 @@
{include file="admin/_head.tpl" title="%s"|args:$plugin.nom current="plugin_%s"|args:$plugin.id}
{include file="%s_nav.tpl"|args:$plugin_tpl current="index"}
<!-- nav bar -->
{include file="%s_nav.tpl"|args:$plugin_tpl current_nav="index"}
<!-- -->
<!-- edit form -->
<form method="post" action="{$self_url}" data-focus="1">
{form_errors}
<fieldset>
@ -15,7 +15,7 @@
{/foreach}
</select>
</dd>
{input type="text" name="designation" label="Désignation" required=true source=$eq maxlength="255"}
{input type="text" name="designation" label="Désignation" required=true source=$eqmt_requested maxlength="255"}
</dl>
</fieldset>
<p class="submit">
@ -24,5 +24,7 @@
{linkbutton label="Annuler" shape="export" href=$cancel_link}
</p>
</form>
<!-- -->
<!-- footer -->
{include file="admin/_foot.tpl"}
<!-- -->