mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
#34815 Thanks to Raimon for being persistent about this
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9032 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9b5064b640
commit
6bfed69d4f
1 changed files with 2 additions and 16 deletions
|
@ -115,7 +115,7 @@
|
||||||
<th class="info"><a href="{U_SORT_WEBSITE}#memberlist">{L_WEBSITE}</a>{L_COMMA_SEPARATOR}<a href="{U_SORT_LOCATION}">{L_LOCATION}</a></th>
|
<th class="info"><a href="{U_SORT_WEBSITE}#memberlist">{L_WEBSITE}</a>{L_COMMA_SEPARATOR}<a href="{U_SORT_LOCATION}">{L_LOCATION}</a></th>
|
||||||
<th class="joined"><a href="{U_SORT_JOINED}#memberlist">{L_JOINED}</a></th>
|
<th class="joined"><a href="{U_SORT_JOINED}#memberlist">{L_JOINED}</a></th>
|
||||||
<!-- IF U_SORT_ACTIVE --><th class="active"><a href="{U_SORT_ACTIVE}#memberlist">{L_LAST_ACTIVE}</a></th><!-- ENDIF -->
|
<!-- IF U_SORT_ACTIVE --><th class="active"><a href="{U_SORT_ACTIVE}#memberlist">{L_LAST_ACTIVE}</a></th><!-- ENDIF -->
|
||||||
<!-- ELSE -->
|
<!-- ELSEIF S_SHOW_GROUP -->
|
||||||
<th class="name">{L_GROUP_MEMBERS}</th>
|
<th class="name">{L_GROUP_MEMBERS}</th>
|
||||||
<th class="posts"> </th>
|
<th class="posts"> </th>
|
||||||
<th class="info"> </th>
|
<th class="info"> </th>
|
||||||
|
@ -137,20 +137,6 @@
|
||||||
<!-- IF S_VIEWONLINE --><td>{memberrow.VISITED} </td><!-- ENDIF -->
|
<!-- IF S_VIEWONLINE --><td>{memberrow.VISITED} </td><!-- ENDIF -->
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGINELSE -->
|
<!-- BEGINELSE -->
|
||||||
<div class="forumbg">
|
|
||||||
<div class="inner"><span class="corners-top"><span></span></span>
|
|
||||||
|
|
||||||
<table class="table1" cellspacing="1">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th class="name">{L_GROUP_MEMBERS}</th>
|
|
||||||
<th class="posts"> </th>
|
|
||||||
<th class="info"> </th>
|
|
||||||
<th class="joined"> </th>
|
|
||||||
<!-- IF U_SORT_ACTIVE --><th class="active"> </th><!-- ENDIF -->
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr class="bg1">
|
<tr class="bg1">
|
||||||
<td colspan="<!-- IF S_VIEWONLINE -->5<!-- ELSE -->4<!-- ENDIF -->">{L_NO_MEMBERS}</td>
|
<td colspan="<!-- IF S_VIEWONLINE -->5<!-- ELSE -->4<!-- ENDIF -->">{L_NO_MEMBERS}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -195,4 +181,4 @@
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<!-- INCLUDE jumpbox.html -->
|
<!-- INCLUDE jumpbox.html -->
|
||||||
<!-- INCLUDE overall_footer.html -->
|
<!-- INCLUDE overall_footer.html -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
Loading…
Add table
Reference in a new issue