mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
CLeanup
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user