dashboard: Display link to edit recurring contribution payment info.
[org.fsf.memberdashboard.git] / templates / CRM / Memberdashboard / Page / Element / CiviContribute.tpl
index 8ef442f59080e5b6ec85d5fc65ecfacebf884ac7..f59c981f4e7f46a5bf695e72896ca16d3e87ef28 100644 (file)
                         <td>{if $recurRows.$id.completed}<a href="{$recurRows.$id.link}">{$recurRows.$id.completed}/{$recurRows.$id.installments}</a>
                             {else}0/{$recurRows.$id.installments} {/if}</td>
                        <td>{$recurRows.$id.create_date|crmDate}</td>
-                       <td>{$recurRows.$id.action|replace:'xx':$recurRows.id}</td>
+                       <td>
+                         <a href="{crmURL p="civicrm/contribute/updatebilling"
+                                          q="reset=1&crid=`$recurRows.$id.id`"}">
+                           Edit
+                         </a>
+                       </td>
                     </tr>
                 {/foreach}
             </table>