mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
prosilver adjustments for important announcements in ucp - #9995 MCP fixes for user notes/warnings - #9981 Preserving imageset values on save/edit find a member link for Mass PM's - #9925 syndicate window.onload events where necessary - #9878 Duplicate topics in forums with announcements - #9840 Email template for forced re-activation - #9808 Topic pagination adjustment - #9763 Changed compose message layout in UCP - #9706, #9702 Fixed inline attachment font size (hopefully) git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
65 lines
No EOL
2.9 KiB
HTML
65 lines
No EOL
2.9 KiB
HTML
<!-- INCLUDE ucp_header.html -->
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<th colspan="5">{L_UCP}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" colspan="5" align="center"><span class="genmed">{L_BOOKMARKS_EXPLAIN}</span></td>
|
|
</tr>
|
|
<!-- IF .topicrow -->
|
|
<tr>
|
|
<th colspan="5">{L_BOOKMARKS}</th>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
|
|
<!-- IF S_NO_DISPLAY_BOOKMARKS -->
|
|
<tr class="row1">
|
|
<td colspan="5" align="center"><b class="genmed">{L_BOOKMARKS_DISABLED}</b></td>
|
|
</tr>
|
|
<!-- ELSE -->
|
|
|
|
<!-- BEGIN topicrow -->
|
|
|
|
<!-- IF topicrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
|
|
|
<td style="padding: 4px;" width="20" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td>
|
|
<!-- IF topicrow.S_DELETED_TOPIC -->
|
|
<td class="postdetails" style="padding: 4px" width="100%" colspan="2">{L_DELETED_TOPIC}</td>
|
|
<!-- ELSE -->
|
|
<td style="padding: 4px;" width="100%" valign="top">
|
|
<p class="topictitle">{topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p>
|
|
<!-- IF topicrow.S_GLOBAL_TOPIC --><span class="gensmall">{L_GLOBAL_ANNOUNCEMENT}</span><!-- ELSE --><span class="gensmall"><b>{L_FORUM}: </b><a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a></span><!-- ENDIF -->
|
|
<!-- IF topicrow.PAGINATION -->
|
|
<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
|
|
<!-- ENDIF -->
|
|
</td>
|
|
<td style="padding: 4px;" align="{S_CONTENT_FLOW_BEGIN}" valign="top" nowrap="nowrap">
|
|
<p class="topicdetails">{topicrow.LAST_POST_TIME}</p>
|
|
<p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}
|
|
<a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a>
|
|
</p>
|
|
</td>
|
|
<!-- ENDIF -->
|
|
<td class="postdetails" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap"> <!-- IF topicrow.U_MOVE_UP --><a href="{topicrow.U_MOVE_UP}">{L_MOVE_UP}</a><!-- ENDIF --><!-- IF topicrow.U_MOVE_UP and topicrow.U_MOVE_DOWN --> | <!-- ENDIF --><!-- IF topicrow.U_MOVE_DOWN --><a href="{topicrow.U_MOVE_DOWN}">{L_MOVE_DOWN}</a><!-- ENDIF --> </td>
|
|
<td style="padding: 4px;"> <input type="checkbox" class="radio" name="t[{topicrow.TOPIC_ID}]" /> </td>
|
|
</tr>
|
|
<!-- BEGINELSE -->
|
|
<tr class="row1">
|
|
<td colspan="5" align="center"><b class="genmed">{L_NO_BOOKMARKS}</b></td>
|
|
</tr>
|
|
<!-- END topicrow -->
|
|
|
|
<!-- IF .topicrow -->
|
|
<tr>
|
|
<td class="cat" colspan="5" align="{S_CONTENT_FLOW_END}"><input class="btnlite" type="submit" name="unbookmark" value="{L_REMOVE_BOOKMARK_MARKED}" /> </td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<!-- ENDIF -->
|
|
</table>
|
|
|
|
<!-- IF not S_NO_DISPLAY_BOOKMARKS and .topicrow -->
|
|
<div class="gensmall" style="float: {S_CONTENT_FLOW_END}; padding-top: 2px;"><b><a href="#" onclick="marklist('ucp', 't', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('ucp', 't', false); return false;">{L_UNMARK_ALL}</a></b></div>
|
|
<!-- ENDIF -->
|
|
|
|
<!-- INCLUDE ucp_footer.html --> |