MT#6693 Let subscriber edit reminder.

agranig/subprof
Andreas Granig 11 years ago
parent 40663ebf56
commit 340542c55c

@ -441,7 +441,10 @@
</td>
<td class="ngcp-actions-column">
<div class="sw_actions">
[% IF (c.user.roles == "admin" || c.user.roles == "reseller") && c.user.read_only != 1 -%]
[% IF
((c.user.roles == "admin" || c.user.roles == "reseller") && c.user.read_only != 1) ||
c.user.roles == "subscriber" || c.user.roles == "subscriberadmin"
-%]
<a class="btn btn-primary btn-small" href="[% c.uri_for_action("/subscriber/edit_reminder", [c.req.captures.0]) %]">
<i class="icon-edit"></i> [% c.loc('Edit') %]
</a>

Loading…
Cancel
Save