mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Tom's changes
git-svn-id: file:///svn/phpbb/trunk@1121 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b9d1d73fc3
commit
e1342f817a
2 changed files with 4 additions and 2 deletions
|
@ -92,7 +92,7 @@
|
|||
<!-- END img -->
|
||||
|
||||
<!-- BEGIN url -->
|
||||
<a href="{URL}" target="_blank">{DESCRIPTION}</a>
|
||||
<a href="{URL}" target="_blank" class="postbody">{DESCRIPTION}</a>
|
||||
<!-- END url -->
|
||||
|
||||
<!-- BEGIN email -->
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
<td class="row1"> <span class="topictitle"><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td>
|
||||
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
|
||||
<td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.LAST_POST}</span></td>
|
||||
<td class="row2" align="center" valign="middle"><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" /></td>
|
||||
<td class="row2" align="center" valign="middle">
|
||||
<input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
<tr align="right">
|
||||
|
|
Loading…
Add table
Reference in a new issue