steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees attendees.inc, 1.1.1.1, 1.2

cvs at intevation.de cvs at intevation.de
Tue Nov 30 14:57:57 CET 2004


Author: steffen

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

Modified Files:
	attendees.inc 
Log Message:
Fix for Issue547 (button layout in fbview)

Index: attendees.inc
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees/attendees.inc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- attendees.inc	11 Jun 2004 10:52:21 -0000	1.1.1.1
+++ attendees.inc	30 Nov 2004 13:57:55 -0000	1.2
@@ -37,7 +37,7 @@
 <table border="0" width="500" cellspacing="0" cellpadding="2">
 
 <!-- header -->
-<tr><td colspan="4" class="header"><b><?php echo $title ?></b></td></tr>
+<tr><td colspan="2" class="header"><b><?php echo $title ?></b></td></tr>
 
 <!-- attendee list header -->
 <tr class="item">
@@ -58,7 +58,12 @@
   <td><?php echo Horde::link($registry->call('mail/compose', array(array('to' => addslashes($email)))), sprintf(_("Send an email to %s"), $email)), htmlspecialchars($email) . '</a>'; ?></td>
  </tr>
 <?php endforeach; endif; ?>
-
+<tr>
+<td align="center" class="item<?php echo ($i % 2) ?>">
+ <input type="button" class="button" name="clearAll" value="<?php echo htmlspecialchars(_("Clear all attendees")) ?>" onclick="<?php echo "javascript:performAction(" . KRONOLITH_ACTIONID_CLEAR . ", '')" ?>" />
+</td>
+<td class="item<?php echo ($i++ % 2) ?>" > </td>
+</tr>
 </table>
 
 <br /><br />
@@ -66,7 +71,7 @@
 <?php $i = 0 ?>
 <table border="0" width="500" 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 . '" ' : '' ?>/></td></tr>
+<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')): ?>
  <tr><td> </td>
  <td align="right" class="item<?php echo ($i++ % 2) ?>" colspan="2">
@@ -76,20 +81,13 @@
 <?php endif; ?>
 <tr>
 <td> </td>
-<td align="left" class="item<?php echo ($i % 2) ?>">
- <input type="button" name="saveattlist" class="button" value="<?php echo _("Save Attendee List") ?>" onclick="<?php echo "javascript:performAction(" . KRONOLITH_ACTIONID_SAVE . ", '')"?>" />
-</td>
 <td align="right" class="item<?php echo ($i++ % 2) ?>">
  <input type="button" name="loadattlist" class="button" value="<?php echo _("Load Attendee List") ?>" onclick="<?php echo $savedattlist_url ?>" />
-</td></tr>
-<tr>
-<td> </td>
+</td>
 <td align="left" class="item<?php echo ($i % 2) ?>">
- <input type="button" class="button" name="clearAll" value="<?php echo htmlspecialchars(_("Clear all attendees")) ?>" onclick="<?php echo "javascript:performAction(" . KRONOLITH_ACTIONID_CLEAR . ", '')" ?>" />
+ <input type="button" name="saveattlist" class="button" value="<?php echo _("Save Attendee List") ?>" onclick="<?php echo "javascript:performAction(" . KRONOLITH_ACTIONID_SAVE . ", '')"?>" />
 </td>
-<td align="right" class="item<?php echo ($i++ % 2) ?>">
- <input type="submit" class="button" name="addNew" value="<?php echo htmlspecialchars(_("Add selected attendees")) ?>" />
-</td></tr>
+</tr>
 </table>
 
 <?php if (count($attendees) >= 1): ?>





More information about the commits mailing list