steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees attendees.inc, 1.5, 1.6

cvs at intevation.de cvs at intevation.de
Thu Sep 29 16:44:20 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees
In directory doto:/tmp/cvs-serv6382/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees

Modified Files:
	attendees.inc 
Log Message:
Fix for issue666. This fixed the problem described in the issue, but the overall layout of the week-view just sucks, and I failed to make it any better...

Index: attendees.inc
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees/attendees.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- attendees.inc	2 Dec 2004 22:50:37 -0000	1.5
+++ attendees.inc	29 Sep 2005 14:44:18 -0000	1.6
@@ -34,7 +34,7 @@
 
 <div align="center">
 
-<table border="0" width="500" cellspacing="0" cellpadding="2">
+<table border="0" width="700" cellspacing="0" cellpadding="2">
 
 <!-- header -->
 <tr><td colspan="2" class="header"><b><?php echo $title ?></b></td></tr>
@@ -69,7 +69,7 @@
 <br /><br />
 
 <?php $i = 0 ?>
-<table border="0" width="500" cellspacing="0" cellpadding="2">
+<table border="0" width="700" cellspacing="0" cellpadding="2">
 <tr><td align="right" class="light" nowrap="nowrap"><b><?php echo Horde::highlightAccessKey(_("Add attendees"), $ak = Horde::getAccessKey(_("Add attendees"))) ?>  </b></td>
 <td align="left" class="item<?php echo ($i++ % 2) ?>" colspan="2"><input type="text" name="newAttendees" size="50" maxlength="255" <?php echo (!empty($ak)) ? 'accesskey="' . $ak . '" ' : '' ?>/> <input type="submit" class="button" name="addNew" value="<?php echo htmlspecialchars(_("Add")) ?>" /></td></tr>
 <?php if ($registry->hasMethod('contacts/search')): ?>
@@ -93,7 +93,7 @@
 <?php if (count($attendees) >= 1): ?>
 <br /><br />
 
-<table border="0" width="500" cellspacing="0" cellpadding="2">
+<table border="0" width="800" cellspacing="0" cellpadding="2">
 <tr>
   <td class="item" style="padding-left:10px; padding-right:10px; padding-top:10px">
     <?php echo $vfb_html ?><br/>
@@ -110,7 +110,7 @@
 
 <br /><br />
 
-<table border="0" width="500" cellspacing="0" cellpadding="2"><tr>
+<table border="0" width="700" cellspacing="0" cellpadding="2"><tr>
 <td align="left">
 <?php if ($view != 'day'): ?>
 <input type="button" class="button" value="<?php echo htmlspecialchars(_("Day View")) ?>" onclick="switchView('day')" />





More information about the commits mailing list