mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Should fix bug #493448 I can't believe the cockup I made, that was a good one even by my standards ... PS: This one works ...
git-svn-id: file:///svn/phpbb/trunk@1601 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<tr><form method="get" action="{S_USERGROUP_ACTION}">
|
||||
<td width="40%"><span class="gensmall">{GROUP_MEMBER_SELECT}</span></td>
|
||||
<td align="center" width="30%">
|
||||
<input type="submit" value="{L_VIEW_INFORMATION}" class="liteoption" />
|
||||
<input type="submit" value="{L_VIEW_INFORMATION}" class="liteoption" />{S_HIDDEN_FIELDS}
|
||||
</td>
|
||||
</form></tr>
|
||||
</table>
|
||||
@@ -33,7 +33,7 @@
|
||||
<tr><form method="get" action="{S_USERGROUP_ACTION}">
|
||||
<td width="40%"><span class="gensmall">{GROUP_PENDING_SELECT}</span></td>
|
||||
<td align="center" width="30%">
|
||||
<input type="submit" value="{L_VIEW_INFORMATION}" class="liteoption" />
|
||||
<input type="submit" value="{L_VIEW_INFORMATION}" class="liteoption" />{S_HIDDEN_FIELDS}
|
||||
</td>
|
||||
</form></tr>
|
||||
</table>
|
||||
@@ -52,7 +52,7 @@
|
||||
<tr><form method="get" action="{S_USERGROUP_ACTION}">
|
||||
<td width="40%"><span class="gensmall">{GROUP_LIST_SELECT}</span></td>
|
||||
<td align="center" width="30%">
|
||||
<input type="submit" value="{L_VIEW_INFORMATION}" class="liteoption" />
|
||||
<input type="submit" value="{L_VIEW_INFORMATION}" class="liteoption" />{S_HIDDEN_FIELDS}
|
||||
</td>
|
||||
</form></tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user