aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/ucp_header.html
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-10-01 17:37:08 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-10-01 17:37:08 +0000
commitc41938fd8a67f3353143a667a85c563cae548e9e (patch)
treea98dd6f4c3e49a3fde3aea558225a1682e6bf808 /phpBB/styles/subSilver/template/ucp_header.html
parent78c0f3ad5dc79fea68899f78ebcd57b77a41db95 (diff)
downloadforums-c41938fd8a67f3353143a667a85c563cae548e9e.tar
forums-c41938fd8a67f3353143a667a85c563cae548e9e.tar.gz
forums-c41938fd8a67f3353143a667a85c563cae548e9e.tar.bz2
forums-c41938fd8a67f3353143a667a85c563cae548e9e.tar.xz
forums-c41938fd8a67f3353143a667a85c563cae548e9e.zip
Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic
git-svn-id: file:///svn/phpbb/trunk@4524 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/ucp_header.html')
-rw-r--r--phpBB/styles/subSilver/template/ucp_header.html37
1 files changed, 34 insertions, 3 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_header.html b/phpBB/styles/subSilver/template/ucp_header.html
index e506b73a47..8110d33491 100644
--- a/phpBB/styles/subSilver/template/ucp_header.html
+++ b/phpBB/styles/subSilver/template/ucp_header.html
@@ -51,7 +51,7 @@ function marklist(form_name, status)
<table class="tablebg" width="20%" cellspacing="1" cellpadding="4" border="0" align="left">
<tr>
- <th height="28">{L_OPTIONS}</th>
+ <th>{L_OPTIONS}</th>
</tr>
<!-- BEGIN ucp_section -->
<tr>
@@ -60,8 +60,8 @@ function marklist(form_name, status)
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<!-- BEGIN ucp_subsection -->
<tr>
- <td class="nav">&#187;</td>
- <td class="nav" height="20"><!-- IF ucp_section.ucp_subsection.S_SELECTED --><b>{ucp_section.ucp_subsection.L_TITLE}</b><!-- ELSE --><a href="{ucp_section.ucp_subsection.U_TITLE}">{ucp_section.ucp_subsection.L_TITLE}</a><!-- ENDIF --></td>
+ <td class="nav">&#187;&nbsp;</td>
+ <td class="nav" width="100%" height="20"><!-- IF ucp_section.ucp_subsection.S_SELECTED --><b>{ucp_section.ucp_subsection.L_TITLE}</b><!-- ELSE --><a href="{ucp_section.ucp_subsection.U_TITLE}">{ucp_section.ucp_subsection.L_TITLE}</a><!-- ENDIF --></td>
</tr>
<!-- END ucp_subsection -->
</table>
@@ -71,6 +71,37 @@ function marklist(form_name, status)
</td>
</tr>
<!-- END ucp_section -->
+ <tr>
+ <th>{L_FRIENDS}</th>
+ </tr>
+ <tr>
+ <td class="row1"><table width="100%" cellspacing="1" cellpadding="0" border="0">
+ <tr>
+ <td class="genmed" height="20" align="center"><b style="color:green">{L_FRIENDS_ONLINE}</td>
+ </tr>
+ <!-- BEGIN friends_online -->
+ <tr>
+ <td class="gensmall" align="center"><a href="{friends_online.U_PROFILE}">{friends_online.USERNAME}</a></td>
+ </tr>
+ <!-- BEGINELSE -->
+ <tr>
+ <td class="genmed" align="center">{L_NO_FRIENDS_ONLINE}</td>
+ </tr>
+ <!-- END friends_online -->
+ <tr>
+ <td class="genmed" height="20" align="center"><b style="color:red">{L_FRIENDS_OFFLINE}</td>
+ </tr>
+ <!-- BEGIN friends_offline -->
+ <tr>
+ <td class="gensmall" align="center"><a href="{friends_offline.U_PROFILE}">{friends_offline.USERNAME}</a></td>
+ </tr>
+ <!-- BEGINELSE -->
+ <tr>
+ <td class="genmed" align="center">{L_NO_FRIENDS_OFFLINE}</td>
+ </tr>
+ <!-- END friends_offline -->
+ </table></td>
+ </tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="left">