Author: benj
Date: Thu Jan 12 17:36:14 2017
New Revision: 1784
URL: http://svn.gna.org/viewcvs/gdtc?rev=1784&view=rev
Log:
Fix defaul
Modified:
trunk/gdtc/templates/smarty/admin/edit_subscription.tpl
Modified: trunk/gdtc/templates/smarty/admin/edit_subscription.tpl
URL:
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/templates/smarty/admin/edit_subscription.tpl?rev=1784&r1=1783&r2=1784&view=diff
==============================================================================
--- trunk/gdtc/templates/smarty/admin/edit_subscription.tpl (original)
+++ trunk/gdtc/templates/smarty/admin/edit_subscription.tpl Thu Jan 12
17:36:14 2017
@@ -141,7 +141,7 @@
<label class="col-sm-2 control-label"
for="prelevement_cancelled">Prélévement annulé ?</label>
<div class="col-sm-10">
<select class="form-control" name="prelevement_cancelled">
- <option {if ! $additional.prelevement_cancelled}selected{/if}
value="">N/A</option>
+ <option {if ! $additional.prelevement_cancelled}selected{/if}
value="N/A">N/A</option>
<option {if $additional.prelevement_cancelled ==
"oui"}selected{/if} value="oui">Oui</option>
<option {if $additional.prelevement_cancelled ==
"non"}selected{/if} value="non">Non, Ã faire</option>
</select>
_______________________________________________
Gdtc-commits mailing list
[email protected]
https://mail.gna.org/listinfo/gdtc-commits