Update of /cvsroot/cobricks/cobricks2/web/ADMIN/org.cobricks.discussion
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv30569/web/ADMIN/org.cobricks.discussion
Modified Files:
index.html
Log Message:
Bugfixes in Topic Display and WYSIWYG Editor for Disucssion Forms (FCKeditor)
Index: index.html
===================================================================
RCS file: /cvsroot/cobricks/cobricks2/web/ADMIN/org.cobricks.discussion/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.html 30 May 2006 14:48:06 -0000 1.2
+++ index.html 2 Jun 2006 12:04:46 -0000 1.3
@@ -1,4 +1,5 @@
-#parse ( "adminpageheader.html" )
+
+$portalPresenter.parse("$!contextPath/ADMIN/pageheader.html.en",$portalRequest)
#if ($returnCode == 1005)
<p><div class="success">Item annotation added.</div></p>
@@ -30,5 +31,5 @@
</table>
</form>
-#parse ( "adminpagefooter.html" )
+$portalPresenter.parse("$!contextPath/ADMIN/pagefooter.html.en",$portalRequest)
|