[dev] proposed change to maintenance display

Eric Rostetter eric.rostetter@physics.utexas.edu
Sun, 1 Sep 2002 11:18:54 -0500


Today starts a new month, so I got the maintenance display (CVS HEAD using
my burnt-orange theme).  Due to the use of consecutive spans, there is a
background color space between the "Notice" and the " -- Mail is ... " messages
that looks bad.  So I did this quick fix to remove that space.  I'll leave
it up to others to decide if this is a desirable fix, and if so to commit
it.  All I did was nest the spans, rather than letting them follow sequentially.

Diff is at https://mail.ph.utexas.edu/patches/misc/confirm_top.inc.diff
and shown below (but probably mutilated by cut/paste/mailer/etc):

Index: confirm_top.inc
===================================================================
RCS file: /repository/horde/templates/maintenance/confirm_top.inc,v
retrieving revision 1.8
diff -u -r1.8 confirm_top.inc
--- confirm_top.inc     16 Jul 2002 20:08:30 -0000      1.8
+++ confirm_top.inc     1 Sep 2002 16:15:39 -0000
@@ -7,10 +7,10 @@
 <tr><td>&nbsp;</td></tr>
 <tr>
     <td class="light">
-        <span class="header"><?php echo _("Notice") ?></span>
+        <span class="header"><?php echo _("Notice") ?>
         <span class="smallheader"><?php printf(_(" &#151; %s is ready to perfor
m the maintenance operations checked below."), $registry->getParam('name')); ?>
         <br />
-        <?php echo _("Check the box for any operation(s) you want to perform at
 this time.") ?></span>
+        <?php echo _("Check the box for any operation(s) you want to perform at
 this time.") ?></span></span>
     </td>
 </tr>
 <tr><td>&nbsp;</td></tr>

-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin

"TAD (Technology Attachment Disorder) is an unshakable, impractical devotion
to a brand, platform, product line, or programming language. It's relatively
harmless among the rank and file, but when management is afflicted the damage
can be measured in dollars. It's also contagious -- someone with sufficient
political clout can infect an entire organization."

--"Enterprise Strategies" columnist Tom Yager.