steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees attendees.inc, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Wed Dec 1 03:13:25 CET 2004


Author: steffen

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

Modified Files:
	attendees.inc 
Log Message:
Fix for Issue546 (month view)

Index: attendees.inc
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/kronolith/templates/attendees/attendees.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- attendees.inc	30 Nov 2004 14:32:46 -0000	1.3
+++ attendees.inc	1 Dec 2004 02:13:23 -0000	1.4
@@ -118,6 +118,8 @@
 <input type="button" class="button" value="<?php echo htmlspecialchars(_("Work Week View")) ?>" onclick="switchView('workweek')" />
 <?php endif; if ($view != 'week'): ?>
 <input type="button" class="button" value="<?php echo htmlspecialchars(_("Week View")) ?>" onclick="switchView('week')" />
+<?php endif; if ($view != 'month'): ?>
+<input type="button" class="button" value="<?php echo htmlspecialchars(_("Month View")) ?>" onclick="switchView('month')" />
 <?php endif; ?>
 </td>
 <?php if ($allow_dismiss): ?>





More information about the commits mailing list