diff options
| author | lucifer4o <lucifer@anavaro.com> | 2014-02-13 13:10:00 +0200 |
|---|---|---|
| committer | Stanislav Atanasov <lucifer@anavaro.com> | 2014-02-13 14:51:53 +0200 |
| commit | 89007db5050799927c54ab7bd5407c4e172d2760 (patch) | |
| tree | 1ff0d95036b48f93d4822d868b47bbf1e436dfe4 /phpBB/styles/subsilver2 | |
| parent | 13e7bd76a5f5849d839d37438f5fc15229835c79 (diff) | |
| download | forums-89007db5050799927c54ab7bd5407c4e172d2760.tar forums-89007db5050799927c54ab7bd5407c4e172d2760.tar.gz forums-89007db5050799927c54ab7bd5407c4e172d2760.tar.bz2 forums-89007db5050799927c54ab7bd5407c4e172d2760.tar.xz forums-89007db5050799927c54ab7bd5407c4e172d2760.zip | |
[ticket/12177] Add ucp_friend_list_before/after
Add events before and after list of friends in UCP template
PHPBB3-12177
Diffstat (limited to 'phpBB/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_zebra_friends.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_zebra_friends.html b/phpBB/styles/subsilver2/template/ucp_zebra_friends.html index 45280a35c5..3e18af9969 100644 --- a/phpBB/styles/subsilver2/template/ucp_zebra_friends.html +++ b/phpBB/styles/subsilver2/template/ucp_zebra_friends.html @@ -4,6 +4,7 @@ <tr> <th colspan="2" valign="middle">{L_TITLE}</th> </tr> +<!-- EVENT ucp_friend_list_before --> <tr> <td class="row3" colspan="2"><span class="gensmall">{L_FRIENDS_EXPLAIN}</span></td> </tr> @@ -16,6 +17,7 @@ <td class="row1" width="40%"><b class="genmed">{L_YOUR_FRIENDS}{L_COLON}</b><br /><span class="gensmall">{L_YOUR_FRIENDS_EXPLAIN}</span></td> <td class="row2" align="center"><!-- IF S_USERNAME_OPTIONS --><select name="usernames[]" multiple="multiple" size="5">{S_USERNAME_OPTIONS}</select><!-- ELSE --><b class="genmed">{L_NO_FRIENDS}</b><!-- ENDIF --></td> </tr> +<!-- EVENT ucp_friend_list_after --> <tr> <td class="row1"><b class="genmed">{L_ADD_FRIENDS}{L_COLON}</b><br /><span class="gensmall">{L_ADD_FRIENDS_EXPLAIN} [ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span></td> <td class="row2" align="center"><textarea name="add" rows="5" cols="30">{USERNAMES}</textarea><br /></td> |
