Author: benj
Date: Thu Nov 24 16:03:59 2016
New Revision: 1760

URL: http://svn.gna.org/viewcvs/gdtc?rev=1760&view=rev
Log:
Add select


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=1760&r1=1759&r2=1760&view=diff
==============================================================================
--- trunk/gdtc/templates/smarty/admin/edit_subscription.tpl     (original)
+++ trunk/gdtc/templates/smarty/admin/edit_subscription.tpl     Thu Nov 24 
16:03:59 2016
@@ -75,8 +75,12 @@
 <td><input size=60 value="{$additional.prelevement_amount}" type="text" 
name="prelevement_amount">&nbsp;&euro;
 </tr>
 
-<tr><td>Prélévement annulé</td>
-<td><input value="{$additional.prelevement_cancelled}" type="text" 
name="prelevement_cancelled">
+<tr><td>Prélévement annulé ?</td>
+<td>
+<select name="prelevement_cancelled">
+<option {if ! $additional.prelevement_cancelled}selected{/if} 
value="">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>
 </tr>
 
 {if $additional.payment_mode == 'cbweb_recur'}


_______________________________________________
Gdtc-commits mailing list
[email protected]
https://mail.gna.org/listinfo/gdtc-commits

Reply via email to