mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Icon name changes
git-svn-id: file:///svn/phpbb/trunk@647 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ea98341099
commit
27a4ee3f94
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@
|
||||||
<font style="{font-size: 8pt;}">{postrow.POSTER_JOINED}<br>{postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font>
|
<font style="{font-size: 8pt;}">{postrow.POSTER_JOINED}<br>{postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font>
|
||||||
</td>
|
</td>
|
||||||
<td><i><b>{postrow.POST_SUBJECT}</b></i></td>
|
<td><i><b>{postrow.POST_SUBJECT}</b></i></td>
|
||||||
<td align="right" width="15%"><img src="images/posticon.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {postrow.POST_DATE}</font></td>
|
<td align="right" width="15%"><img src="images/icon_minipost.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {postrow.POST_DATE}</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr bgcolor="{postrow.ROW_COLOR}" class="tablebody">
|
<tr bgcolor="{postrow.ROW_COLOR}" class="tablebody">
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="cat" colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
<td class="cat" colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class="cattitle"> {INBOX} {SENTBOX} {OUTBOX} {SAVEBOX} </span></td>
|
<td><span class="cattitle">{INBOX} {SENTBOX} {OUTBOX} {SAVEBOX} </span></td>
|
||||||
<td align="right">{S_POST_REPLY_MSG} {S_POST_NEW_MSG}</td>
|
<td align="right">{S_POST_REPLY_MSG} {S_POST_NEW_MSG}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></td>
|
</table></td>
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
<td><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="images/posticon.gif" alt="Post image icon"><span class="gensmall">{L_POSTED}: {POST_DATE} {L_SUBJECT}: {POST_SUBJECT}</span></td>
|
<td><img src="images/icon_minipost.gif" alt="Post image icon"><span class="gensmall">{L_POSTED}: {POST_DATE} {L_SUBJECT}: {POST_SUBJECT}</span></td>
|
||||||
<td align="right" valign="middle"> {EDIT_IMG} {QUOTE_IMG} </td>
|
<td align="right" valign="middle"> {EDIT_IMG} {QUOTE_IMG} </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></td>
|
</table></td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue