mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
13 lines
541 B
Twig
13 lines
541 B
Twig
<form method="POST" action="{{ path('prod_baskets') }}">
|
|
<label>{{ 'Nom du nouveau panier' | trans }}</label>
|
|
<input name="name" class="input-block-level" value="" type="text"/>
|
|
|
|
<label>{{ 'paniers::description du nouveau panier' | trans }}</label>
|
|
<textarea name="description" class="input-block-level" ></textarea>
|
|
|
|
<label for="new_basket_add_sel" class="checkbox">
|
|
<input type="checkbox" name="lst" value="" id="new_basket_add_sel"/>
|
|
{{ 'Ajouter ma selection courrante' | trans }}
|
|
</label>
|
|
</form>
|