$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;
<th width="2%"> </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 -->