You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/04/25 17:53:52 UTC

svn commit: r532397 - /lenya/trunk/src/modules/editors/usecases/forms/oneform.jx

Author: nettings
Date: Wed Apr 25 08:53:51 2007
New Revision: 532397

URL: http://svn.apache.org/viewvc?view=rev&rev=532397
Log:
this patch removes the "reformat" button from the oneform editor
temporarily.  andreas has made a fix available at
http://issues.apache.org/bugzilla/show_bug.cgi?id=42237,
but it was decided to postpone it until 1.4.1 because it touches the
core API.

Modified:
    lenya/trunk/src/modules/editors/usecases/forms/oneform.jx

Modified: lenya/trunk/src/modules/editors/usecases/forms/oneform.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/editors/usecases/forms/oneform.jx?view=diff&rev=532397&r1=532396&r2=532397
==============================================================================
--- lenya/trunk/src/modules/editors/usecases/forms/oneform.jx (original)
+++ lenya/trunk/src/modules/editors/usecases/forms/oneform.jx Wed Apr 25 08:53:51 2007
@@ -77,7 +77,14 @@
           <div style="float: left;">
             <input type="submit" value="Save" name="submit" i18n:attr="value"/>
             <input type="submit" value="Cancel" name="cancel" i18n:attr="value"/>
+<!--
+
+FIXME: this does not currently work (see bug http://issues.apache.org/bugzilla/show_bug.cgi?id=42237)
+there is a working fix in bugzilla, but since it touches a low-level part of the core API, we decided to
+postpone it until 1.4.1.
+
             <input type="submit" value="Reformat" name="reformat" i18n:attr="value"/>
+-->
           </div>
 
           <div style="clear: both;">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org