[imp] minor readability fix in folders page
Liam Hoekenga
liamr at umich.edu
Tue Apr 1 09:14:33 PST 2003
> The way to do this is to increase the column width, not to add padding like
> that - that'll just make the column look very uneven.
That's how I did it on our test machine. I also replaced the column
headings with labels I thought were clearer, and swapped their order
because I thought having the total message number after the new message
number made more sense.
Liam
----------------------------
diff -U 2 /tmp/horde/imp/templates/folders/actions.inc actions.inc
--- /tmp/horde/imp/templates/folders/actions.inc Tue Jul 16
11:45:52 2002
+++ actions.inc Tue Apr 1 09:10:28 2003
@@ -29,5 +29,5 @@
<?php echo _("Collapse All") ?></a>
</td>
- <td width="1%" align="center"><b>#</b></td>
- <td width="1%" align="center"><?php echo Horde::img('unseen.gif',
'alt="' . _("Unseen Messages") . '" height="16" width="16"') ?></td>
+ <td width="5%" align="center"><b>New</b></td>
+ <td width="5%" align="center"><b>Total</b></td>
</tr>
More information about the imp
mailing list