Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-2924

Topic Status Icon Panel Alignment

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • None
    • 3.0.x
    • Styles
    • None
    • PHP Environment:
      Database:

      CVS: January 18 Snapshot

      Now I consider this nitpicking to an absurd level, but I noticed a slight alignment issue with the topic icon status key. Here I have highlighted the panel to show the issue clearly:

      !http://img250.imageshack.us/img250/5117/alignerrorls5.jpg

      It stems from the code in viewforum_body.html align code:

      <td align="left" valign="top">
      			<table cellspacing="3" cellpadding="0" border="0">
      			<tr>
      				<td width="20" align="left">{FOLDER_NEW_IMG}</td>
      				<td class="gensmall">{L_NEW_POSTS}</td>
      				<td>&nbsp;&nbsp;</td>
      				<td width="20" align="center">{FOLDER_IMG}</td>
      				<td class="gensmall">{L_NO_NEW_POSTS}</td>
      				<td>&nbsp;&nbsp;</td>
      				<td width="20" align="center">{FOLDER_ANNOUNCE_IMG}</td>
      				<td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
      			</tr>
      			<tr>
      				<td width="20" align="center">{FOLDER_HOT_NEW_IMG}</td>
      				<td class="gensmall">{L_NEW_POSTS_HOT}</td>
      				<td>&nbsp;&nbsp;</td>
      				<td width="20" align="center">{FOLDER_HOT_IMG}</td>
      				<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
      				<td>&nbsp;&nbsp;</td>
      				<td width="20" align="center">{FOLDER_STICKY_IMG}</td>
      				<td class="gensmall">{L_ICON_STICKY}</td>			
      			</tr>
      			<tr>
      				<td class="gensmall">{FOLDER_LOCKED_NEW_IMG}</td>
      				<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
      				<td>&nbsp;&nbsp;</td>
      				<td class="gensmall">{FOLDER_LOCKED_IMG}</td>
      				<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
      				<td>&nbsp;&nbsp;</td>
      				<td width="20" align="center">{FOLDER_MOVED_IMG}</td>
      				<td class="gensmall">{L_MOVED_TOPIC}</td>
      			</tr>
      			</table>

      I recommend having every image align to center.

            dhn Dominik Dröscher [X] (Inactive)
            BondGamer BondGamer [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: