[occam] Change days for hours and a permissions question.
Edwin Culp
eculp at encontacto.net
Tue Jul 20 11:45:19 PDT 2004
Shouldn't the course list, courses.html, show hours rather than
days? If so, I've attached a simple patch.
Also shouldn't any user with permissions set correctly for occam
be able to view the courses?
Thanks,
ed
The attachment was removed. I changed it to txt.
-------------- next part --------------
--
occam mailing list - Join the hunt: http://horde.org/bounties/#occam
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: occam-unsubscribe at lists.horde.org
-------------- next part --------------
Index: courses.html
===================================================================
RCS file: /repository/occam/templates/courses.html,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 courses.html
--- courses.html 8 Jul 2004 21:37:54 -0000 1.1.1.1
+++ courses.html 20 Jul 2004 18:29:32 -0000
@@ -10,7 +10,7 @@
<td nowrap="nowrap"><tag:courses.delete /><tag:courses.edit /></td>
<td><tag:courses.name /></td>
<td><tag:courses.link /></td>
- <td><tag:courses.duration /> <gettext>days</gettext></td>
+ <td><tag:courses.duration /> <gettext>hours</gettext></td>
<td><tag:courses.startDate /></td>
<td><tag:courses.endDate /></td>
<td><tag:courses.price /></td>
@@ -22,4 +22,4 @@
</td></tr>
</else:courses>
</if:courses>
-</table>
\ No newline at end of file
+</table>
More information about the occam
mailing list