remove location
This commit is contained in:
parent
bd2c6f25f5
commit
c74ba5ed85
17 changed files with 39 additions and 287 deletions
|
|
@ -28,14 +28,6 @@
|
|||
<option value="{$cat.id}"{if $selected_cat == $cat.id} selected="selected"{/if}>{$cat.name}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
</dd>
|
||||
<dt><label for="f_cat">Localisation</label> <b>(obligatoire)</b></dt>
|
||||
<dd>
|
||||
<select name="location_id" id="f_loc">
|
||||
{foreach from=$locs item="loc"}
|
||||
<option value="{$loc.id}"{if $selected_loc == $loc.id} selected="selected"{/if}>{$loc.name}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
</dd>
|
||||
{input type="text" name="designation" label="Désignation" required=true maxlength="255"}
|
||||
</dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue