Report #15: Can't write global announcement reply
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>
|
||||
<span style="float: left;">{L_TOPIC_VIEWS}: {announcements_row.TOPIC_VIEWS} • <a href="{announcements_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}: {announcements_row.REPLIES}</a> • <a href="{announcements_row.U_POST_COMMENT}">{L_POST_REPLY}</a></span>
|
||||
<span style="float: left;">{L_TOPIC_VIEWS}: {announcements_row.TOPIC_VIEWS}<!-- IF S_CAN_READ --> • <a href="{announcements_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}: {announcements_row.REPLIES}</a> • <a href="{announcements_row.U_POST_COMMENT}">{L_POST_REPLY}</a><!-- ENDIF --></span>
|
||||
<span style="float: right;">{announcements_row.OPEN}<a href="{announcements_row.U_READ_FULL}">{announcements_row.L_READ_FULL}</a>{announcements_row.CLOSE} <a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
{L_POST_BY_AUTHOR}: <strong><a href="{announcements_row.U_USER_PROFILE}">{announcements_row.POSTER}</a></strong>
|
||||
</span>
|
||||
<br />
|
||||
<span style="float: left;font-size:0.9em;">
|
||||
<!-- IF S_CAN_READ --><span style="float: left;font-size:0.9em;">
|
||||
<a href="{announcements_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}"><em>{L_COMMENTS}: {announcements_row.REPLIES}</em></a>
|
||||
</span>
|
||||
</span><!-- ENDIF -->
|
||||
<span style="font-size:0.9em;"><em>{L_TOPIC_VIEWS}: {announcements_row.TOPIC_VIEWS}</em></span>
|
||||
<span style="float: right;">{L_POSTED_ON_DATE} <strong>{announcements_row.TIME}</strong></span>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user