diff options
| author | Cesar G <prototech91@gmail.com> | 2014-10-16 19:32:11 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-10-16 19:32:11 -0700 |
| commit | 39e51e559980d239a08a59e789a1165cc2bbcfff (patch) | |
| tree | 23bb90d895d1c36096de66451e536805591d6d31 /phpBB/styles | |
| parent | 6768490f692df82d050d84755b0e40df8ee903d4 (diff) | |
| parent | 1a128f9a768fac8e27c960172153b0be9cc53b61 (diff) | |
| download | forums-39e51e559980d239a08a59e789a1165cc2bbcfff.tar forums-39e51e559980d239a08a59e789a1165cc2bbcfff.tar.gz forums-39e51e559980d239a08a59e789a1165cc2bbcfff.tar.bz2 forums-39e51e559980d239a08a59e789a1165cc2bbcfff.tar.xz forums-39e51e559980d239a08a59e789a1165cc2bbcfff.zip | |
Merge remote-tracking branch 'PayBas/ticket/12796' into develop-ascraeus
* PayBas/ticket/12796:
[ticket/12796] Use dedicated lang vars
[ticket/12796] Use & in path
[ticket/12796] Add view own profile to UCP (and vice versa)
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/memberlist_view.html | 1 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_profile_info.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index eb151af8df..5d8e6ec8a8 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -20,6 +20,7 @@ <dt>{L_USERNAME}{L_COLON}</dt> <dd> <!-- IF USER_COLOR --><span style="color: {USER_COLOR}; font-weight: bold;"><!-- ELSE --><span><!-- ENDIF -->{USERNAME}</span> + <!-- IF U_EDIT_SELF --> [ <a href="{U_EDIT_SELF}">{L_EDIT_PROFILE}</a> ]<!-- ENDIF --> <!-- IF U_USER_ADMIN --> [ <a href="{U_USER_ADMIN}">{L_USER_ADMIN}</a> ]<!-- ENDIF --> <!-- IF U_USER_BAN --> [ <a href="{U_USER_BAN}">{L_USER_BAN}</a> ]<!-- ENDIF --> <!-- IF U_SWITCH_PERMISSIONS --> [ <a href="{U_SWITCH_PERMISSIONS}">{L_USE_PERMISSIONS}</a> ]<!-- ENDIF --> diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html index 986bc92298..e8e2aedc14 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html @@ -2,7 +2,7 @@ <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}> -<h2>{L_TITLE}</h2> +<h2>{L_TITLE} <span class="small">[ <a href="{U_USER_PROFILE}" title="{L_VIEW_PROFILE}">{L_VIEW_PROFILE}</a> ]</span></h2> <div class="panel"> <div class="inner"> |
