[Bedework-commit] bedework r1397 -
trunk/deployment/webadmin/webapp/resources/default/default
svnadmin at bedework.org
svnadmin at bedework.org
Thu May 31 13:31:24 EDT 2007
Author: douglm
Date: 2007-05-31 13:31:23 -0400 (Thu, 31 May 2007)
New Revision: 1397
Modified:
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
Log:
Fix corrupted accents o new calendar
Modified: trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
===================================================================
--- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl 2007-05-30 20:55:19 UTC (rev 1396)
+++ trunk/deployment/webadmin/webapp/resources/default/default/default.xsl 2007-05-31 17:31:23 UTC (rev 1397)
@@ -2914,7 +2914,7 @@
<xsl:template match="currentCalendar" mode="addCalendar">
<h3>Add Calendar / Folder</h3>
- <form name="addCalForm" action="{$calendar-update}">
+ <form name="addCalForm" method="post" action="{$calendar-update}">
<table class="eventFormTable">
<tr>
<th>Name:</th>
More information about the Bedework-commit
mailing list