This commit is contained in:
Romain Neutron
2011-12-21 17:48:12 +01:00
parent 612593e090
commit 903809cff9

View File

@@ -1,19 +0,0 @@
<form method="POST" action="/prod/baskets/">
<label for="add_sel">{% trans 'Ajouter ma selection courrante' %}</label>
<input type="checkbox" id="bask_create_sel" name="lst" value=""/>
<label>{% trans 'Nom du nouveau panier' %}</label>
<input name="name" value="" type="text"/>
<label>{% trans 'paniers::description du nouveau panier' %}</label>
<textarea name="description"></textarea>
<button>{% trans 'boutton::valider' %}</button>
<script type="text/javascript">
$(document).ready(function(){
$('#bask_create_sel').val(p4.sel.join(';'));
});
</script>
</form>