You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/04/06 18:37:32 UTC

svn commit: r160310 - lenya/trunk/src/webapp/lenya/usecases/tab/meta.jx

Author: andreas
Date: Wed Apr  6 09:37:31 2005
New Revision: 160310

URL: http://svn.apache.org/viewcvs?view=rev&rev=160310
Log:
use document area for meta data instead of usecase area

Modified:
    lenya/trunk/src/webapp/lenya/usecases/tab/meta.jx

Modified: lenya/trunk/src/webapp/lenya/usecases/tab/meta.jx
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/usecases/tab/meta.jx?view=diff&r1=160309&r2=160310
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/tab/meta.jx (original)
+++ lenya/trunk/src/webapp/lenya/usecases/tab/meta.jx Wed Apr  6 09:37:31 2005
@@ -83,7 +83,7 @@
             <td>
               <br/>
               <jx:choose>
-                <jx:when test="${usecase.getParameter('area').equals('authoring')}">
+                <jx:when test="${usecase.getParameter('document').getArea().equals('authoring')}">
                   <input i18n:attr="value" name="submit" type="submit" value="Save"/>
                 </jx:when>
                 <jx:otherwise>



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