[imp] minor readability fix in folders page

Leena Heino Leena.Heino at uta.fi
Tue Apr 1 15:09:32 PST 2003


In folders view there is supposed to be folders name and two numbers
meaning number of mails and number of recent mails.

Unfortunately these numbers have very little or no space between them and
one might easily read them as single number, eg: 30034.

This patch adds a couple of nbsp's to separate the numbers. This patch is
intended for IMP RELENG version and should also apply to HEAD version.
--- imp/templates/folders/row.inc.orig	Tue Jul 16 18:45:53 2002
+++ imp/templates/folders/row.inc	Tue Apr  1 14:57:27 2003
@@ -5,6 +5,6 @@
         <?php echo $dir . '&nbsp;&nbsp;' . $name ?>
     </td>
     <td>&nbsp;</td>
-    <td align="center"><?php echo $msgs ?></td>
+    <td align="center"><?php echo $msgs ?>&nbsp;&nbsp;</td>
     <td align="center"><?php echo $new ?></td>
 </tr>

-- 
  -- Leena Heino (liinu at uta.fi)


More information about the imp mailing list