[Bedework-commit] bedework r2104 - trunk/deployment/webadmin/webapp/resources/default/default

svnadmin at bedework.org svnadmin at bedework.org
Tue Mar 10 14:24:21 EDT 2009


Author: johnsa
Date: 2009-03-10 14:24:21 -0400 (Tue, 10 Mar 2009)
New Revision: 2104

Modified:
   trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
Log:
admin client: hide setting of calendar colors; in a single calendar model, we need to rethink this or define in the xsl for now.

Modified: trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
===================================================================
--- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl	2009-03-10 06:28:49 UTC (rev 2103)
+++ trunk/deployment/webadmin/webapp/resources/default/default/default.xsl	2009-03-10 18:24:21 UTC (rev 2104)
@@ -3494,8 +3494,9 @@
               </xsl:if>
             </textarea>
           </td>
-        </tr>
-        <tr>
+        </tr>
+        <!-- For now, colors need to be set in the calendar suite stylesheet. -->
+        <!-- tr>
           <th>Color:</th>
           <td>
             <select name="calendar.color">
@@ -3509,7 +3510,7 @@
               </xsl:for-each>
             </select>
           </td>
-        </tr>
+        </tr-->
         <tr>
           <th>Filter Expression:</th>
           <td>
@@ -3675,15 +3676,16 @@
               </xsl:if>
             </textarea>
           </td>
-        </tr>
-        <tr>
+        </tr>
+        <!-- For now, colors need to be set in the calendar suite stylesheet. -->
+        <!-- tr>
           <th>Color:</th>
           <td>
             <input type="text" name="calendar.color" value="" size="40">
               <xsl:attribute name="value"><xsl:value-of select="color"/></xsl:attribute>
             </input>
           </td>
-        </tr>
+        </tr-->
         <tr>
           <th>Display:</th>
           <td>
@@ -4401,8 +4403,9 @@
               </xsl:if>
             </textarea>
           </td>
-        </tr>
-        <tr>
+        </tr>
+        <!-- For now, colors need to be set in the calendar suite stylesheet. -->
+        <!-- tr>
           <th>Color:</th>
           <td>
             <select name="calendar.color">
@@ -4416,7 +4419,7 @@
               </xsl:for-each>
             </select>
           </td>
-        </tr>
+        </tr-->
         <tr>
           <th>Filter Expression:</th>
           <td>



More information about the Bedework-commit mailing list