Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
8eca8028
Unverified
Commit
8eca8028
authored
Apr 26, 2019
by
Luc Didry
Browse files
Fix missing unsubscribe/edit buttons in search_user.tt2
parent
6d712e4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/search_user.tt2
View file @
8eca8028
...
...
@@ -51,14 +51,14 @@
<td>
[% l.value.bounce %]
</td>
[% IF l.value.
subscribed
%]
[% IF l.value.
is_member
%]
<td>
<form action="[% path_cgi %]" method="post">
<fieldset>
<input type="hidden" name="previous_action" value="search_user" />
<input type="hidden" name="email" value="[% email %]" />
<input type="hidden" name="list" value="[% l.key %]" />
<input class="MainMenuLinks" type="submit" name="action_del" value="[%|loc%]
delete
[%END%]" />
<input class="MainMenuLinks" type="submit" name="action_del" value="[%|loc%]
Unsubscribe the User
[%END%]" />
<input id="quiet" type="checkbox" name="quiet" /> <label for="quiet">[%|loc%]quiet[%END%]</label>
</fieldset>
</form>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment