Author: benj
Date: Thu Oct 27 17:32:24 2016
New Revision: 1754

URL: http://svn.gna.org/viewcvs/gdtc?rev=1754&view=rev
Log:
Better display of renewal for cbrecur

Modified:
    trunk/gdtc/css/style.css
    trunk/gdtc/templates/smarty/admin/edit_actor.tpl

Modified: trunk/gdtc/css/style.css
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/css/style.css?rev=1754&r1=1753&r2=1754&view=diff
==============================================================================
--- trunk/gdtc/css/style.css    (original)
+++ trunk/gdtc/css/style.css    Thu Oct 27 17:32:24 2016
@@ -310,4 +310,8 @@
 tr.non-payment td {
     padding: 0px 0px 0px 6px;
     color: #800;
+}
+
+small {
+    color: #888;
 }

Modified: trunk/gdtc/templates/smarty/admin/edit_actor.tpl
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/templates/smarty/admin/edit_actor.tpl?rev=1754&r1=1753&r2=1754&view=diff
==============================================================================
--- trunk/gdtc/templates/smarty/admin/edit_actor.tpl    (original)
+++ trunk/gdtc/templates/smarty/admin/edit_actor.tpl    Thu Oct 27 17:32:24 2016
@@ -214,6 +214,8 @@
        </td>
        <td>
           {$additional.memberships[i].subscription[j].payment_mode}
+         {if $prev && $prev == 
$additional.memberships[i].subscription[j].voucher} 
<small>(renouvellement)</small>{/if}
+         {assign var=prev 
value=$additional.memberships[i].subscription[j].voucher}
        </td>
         <td>
          {if $additional.memberships[i].subscription[j].payment_received_date}


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

Reply via email to