mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/7720] Fix alternative image-description for unread posts.
Changed the wrong word "new" to "unread" as that is, what we show with the red-icons, not whether the post is new or not. Language variables were kept for backwards compatibility. PHPBB3-7720
This commit is contained in:
committed by
Andreas Fischer
parent
b7ae0fe4e9
commit
954b3c3484
@@ -89,11 +89,11 @@
|
||||
|
||||
<table class="legend">
|
||||
<tr>
|
||||
<td width="20" align="center">{FORUM_NEW_IMG}</td>
|
||||
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
|
||||
<td width="20" align="center">{FORUM_UNREAD_IMG}</td>
|
||||
<td><span class="gensmall">{L_UNREAD_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_IMG}</td>
|
||||
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
|
||||
<td><span class="gensmall">{L_NO_UNREAD_POSTS}</span></td>
|
||||
<td> </td>
|
||||
<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
|
||||
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
|
||||
|
@@ -281,31 +281,31 @@
|
||||
<td align="{S_CONTENT_FLOW_BEGIN}" valign="top">
|
||||
<table cellspacing="3" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td width="20" style="text-align: center;">{FOLDER_NEW_IMG}</td>
|
||||
<td class="gensmall">{L_NEW_POSTS}</td>
|
||||
<td width="20" style="text-align: center;">{FOLDER_UNREAD_IMG}</td>
|
||||
<td class="gensmall">{L_UNREAD_POSTS}</td>
|
||||
<td> </td>
|
||||
<td width="20" style="text-align: center;">{FOLDER_IMG}</td>
|
||||
<td class="gensmall">{L_NO_NEW_POSTS}</td>
|
||||
<td class="gensmall">{L_NO_UNREAD_POSTS}</td>
|
||||
<td> </td>
|
||||
<td width="20" style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>
|
||||
<td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center;">{FOLDER_HOT_NEW_IMG}</td>
|
||||
<td class="gensmall">{L_NEW_POSTS_HOT}</td>
|
||||
<td style="text-align: center;">{FOLDER_HOT_UNREAD_IMG}</td>
|
||||
<td class="gensmall">{L_UNREAD_POSTS_HOT}</td>
|
||||
<td> </td>
|
||||
<td style="text-align: center;">{FOLDER_HOT_IMG}</td>
|
||||
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
|
||||
<td class="gensmall">{L_NO_UNREAD_POSTS_HOT}</td>
|
||||
<td> </td>
|
||||
<td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
|
||||
<td class="gensmall">{L_ICON_STICKY}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td>
|
||||
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
|
||||
<td style="text-align: center;">{FOLDER_LOCKED_UNREAD_IMG}</td>
|
||||
<td class="gensmall">{L_UNREAD_POSTS_LOCKED}</td>
|
||||
<td> </td>
|
||||
<td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>
|
||||
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
|
||||
<td class="gensmall">{L_NO_UNREAD_POSTS_LOCKED}</td>
|
||||
<td> </td>
|
||||
<td style="text-align: center;">{FOLDER_MOVED_IMG}</td>
|
||||
<td class="gensmall">{L_TOPIC_MOVED}</td>
|
||||
|
Reference in New Issue
Block a user