[dev] Nitpick: imp quota display

John Morrissey jwm at horde.net
Tue Mar 25 14:24:58 PST 2003


The attached patch removes the border around the quota display; it looked a
little funny since little else in the imp interface is bordered.

john
-- 
John Morrissey          _o            /\         ----  __o
jwm at horde.net        _-< \_          /  \       ----  <  \,
www.horde.net/    __(_)/_(_)________/    \_______(_) /_(_)__
-------------- next part --------------
Index: imp/templates/quota/quota.inc
===================================================================
RCS file: /repository/imp/templates/quota/quota.inc,v
retrieving revision 1.1
diff -u -r1.1 quota.inc
--- imp/templates/quota/quota.inc	22 Jul 2002 16:18:54 -0000	1.1
+++ imp/templates/quota/quota.inc	25 Mar 2003 19:19:35 -0000
@@ -1,9 +1,5 @@
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
-  <tr><td class="item">
-    <table border="0" cellspacing="2" cellpadding="2" width="100%">
-      <tr><td align="center" class="<?php echo $class ?>">
-        <?php echo $message ?>
-      </td></tr>
-    </table>
+<table width="100%" border="0" cellpadding="3" cellspacing="0">
+  <tr><td class="<?php echo $class ?>" align="center">
+    <?php echo $message ?>
   </td></tr>
 </table>


More information about the dev mailing list