Make this "Response", just like the attendee's column
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 12 Sep 2009 15:44:07 +0000 (11:44 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:54 +0000 (16:53 -0400)
kronolith/attendees.php
kronolith/templates/attendees/attendees.inc

index 42e3519..9665197 100644 (file)
@@ -105,7 +105,6 @@ case 'add':
         $resource = Kronolith::getDriver('Resource')->getResource($newResource);
 
         /* If we know we always accept/deny mark it that way now. */
-        /* @TODO: Should we attempt to get the proposed event time from the event form and pass it here? */
         $type = $resource->getResponseType();
         if ($type == Kronolith_Resource::RESPONSETYPE_ALWAYS_ACCEPT) {
             $response = Kronolith::RESPONSE_ACCEPTED;
index 1ccc2ac..f6b9a82 100644 (file)
@@ -82,7 +82,7 @@ function switchDateView(view, date)
  <th width="2%">&nbsp;</th>
  <th width="48%"><?php echo htmlspecialchars(_("Resource")) ?></th>
  <th wiidth="25%"><?php echo _("Attendance") ?></th>
- <th width="25%"><?php echo _("Status") ?></th>
+ <th width="25%"><?php echo _("Response") ?></th>
 </tr>
 
 <!--  resources -->