[rt-devel] [PATCH] Another group ID removed
Blair Zajac
blair at orcaware.com
Thu Jan 10 02:31:21 EST 2002
Jesse,
Here's another place to remove the group ID:
Best,
Blair
--
Blair Zajac <blair at orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
--- ../rt-2-0-11/webrt/Admin/Groups/index.html Tue Nov 6 15:06:13 2001
+++ webrt/Admin/Groups/index.html Wed Jan 9 23:29:02 2002
@@ -16,7 +16,7 @@
<UL>
<LI><A HREF="Modify.html?Create=1">Create a new group</A><BR><BR></LI>
%while ( $Group = $Groups->Next) {
-<LI><A HREF="Modify.html?id=<%$Group->id%>"><%$Group->id%>:
<%$Group->Name%></a><BR>
+<LI><A HREF="Modify.html?id=<%$Group->id%>"> <%$Group->Name%></a><BR>
%}
</UL>
More information about the Rt-devel
mailing list