aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/groupcp_user_body.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Euclid/groupcp_user_body.tpl')
-rw-r--r--phpBB/templates/Euclid/groupcp_user_body.tpl43
1 files changed, 21 insertions, 22 deletions
diff --git a/phpBB/templates/Euclid/groupcp_user_body.tpl b/phpBB/templates/Euclid/groupcp_user_body.tpl
index a959e7e94f..c3a62c005c 100644
--- a/phpBB/templates/Euclid/groupcp_user_body.tpl
+++ b/phpBB/templates/Euclid/groupcp_user_body.tpl
@@ -1,58 +1,57 @@
-<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
+
+<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
- <td align="left"><span class="gensmall"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a></span></td>
+ <td><span class="gensmall"><a href="{U_INDEX}">{L_INDEX}</a></span></td>
</tr>
-</table></div>
+</table>
-<div align="center"><table border="0" cellpadding="1" cellspacing="0" width="98%">
+<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
- <!-- BEGIN group_joined -->
+ <!-- BEGIN groups_joined -->
<tr>
- <td class="cat" colspan="2"><span class="cattitle"><b>{L_GROUP_MEMBERSHIP_DETAILS}</b></span></td>
+ <td class="cat" colspan="2" height="30"><span class="cattitle">{L_GROUP_MEMBERSHIP_DETAILS}</span></td>
</tr>
- <!-- BEGIN group_member -->
+ <!-- BEGIN groups_member -->
<tr>
<td class="row1"><span class="gen">{L_YOU_BELONG_GROUPS}</span></td>
<td class="row2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><form method="post" action="{S_USERGROUP_ACTION}">
- <td width="40%" align="center">&nbsp;{GROUP_MEMBER_SELECT}&nbsp;</td>
- <td width="30%" align="center">&nbsp;<input type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}">&nbsp;</td>
- <td width="30%" align="center">&nbsp;<input type="submit" name="unsub" value="{L_UNSUBSCRIBE}">&nbsp;</td>
+ <td width="50%" align="center">&nbsp;{GROUP_MEMBER_SELECT}&nbsp;</td>
+ <td width="50%" align="center">&nbsp;<input class="mainoptiontable" type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}">&nbsp;</td>
</form></tr>
</table></td>
</tr>
- <!-- END group_member -->
- <!-- BEGIN group_pending -->
+ <!-- END groups_member -->
+ <!-- BEGIN groups_pending -->
<tr>
<td class="row1"><span class="gen">{L_PENDING_GROUPS}</span></td>
<td class="row2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><form method="post" action="{S_USERGROUP_ACTION}">
<td width="40%" align="center">&nbsp;{GROUP_PENDING_SELECT}&nbsp;</td>
- <td width="30%" align="center">&nbsp;<input type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}">&nbsp;</td>
- <td width="30%" align="center">&nbsp;<input type="submit" name="unsubpending" value="{L_UNSUBSCRIBE}">&nbsp;</td>
+ <td width="30%" align="center">&nbsp;<input class="mainoptiontable" type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}">&nbsp;</td>
</form></tr>
</table></td>
</tr>
- <!-- END group_pending -->
- <!-- END group_joined -->
- <!-- BEGIN group_subscribe -->
+ <!-- END groups_pending -->
+ <!-- END groups_joined -->
+ <!-- BEGIN groups_remaining -->
<tr>
- <td class="cat" colspan="2"><span class="cattitle"><b>{L_JOIN_A_GROUP}</b></span></td>
+ <td class="cat" colspan="2" height="30"><span class="cattitle"><b>{L_JOIN_A_GROUP}</b></span></td>
</tr>
<tr>
<td class="row1"><span class="gen">{L_SELECT_A_GROUP}</span></td>
<td class="row2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><form method="post" action="{S_USERGROUP_ACTION}">
<td width="40%" align="center">&nbsp;{GROUP_LIST_SELECT}&nbsp;</td>
- <td width="30%" align="center">&nbsp;<input type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}">&nbsp;</td>
+ <td width="30%" align="center">&nbsp;<input class="mainoptiontable" type="submit" name="viewinfo" value="{L_VIEW_INFORMATION}">&nbsp;</td>
<td width="30%" align="center">&nbsp;</td>
</form></tr>
</table></td>
</tr>
- <!-- END group_join -->
+ <!-- END groups_remaining -->
</table></td>
</tr>
-</table></div>
+</table>
-<br clear="all">
+<br clear="all" />