You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jw...@apache.org on 2005/04/26 15:01:03 UTC

svn commit: r164784 - /lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx

Author: jwkaltz
Date: Tue Apr 26 06:01:02 2005
New Revision: 164784

URL: http://svn.apache.org/viewcvs?rev=164784&view=rev
Log:
[minor change] removed duplicate access to error messages

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

Modified: lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx?rev=164784&r1=164783&r2=164784&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx (original)
+++ lenya/trunk/src/webapp/lenya/usecases/tab/overview.jx Tue Apr 26 06:01:02 2005
@@ -35,26 +35,6 @@
               </td>
             </tr>
             <tr>
-              <td colspan="2">
-                <ul>
-                  <jx:forEach var="message" items="${usecase.getErrorMessages()}">
-                    <li>
-                      <i18n:text>
-                        <jx:out value="${message}"/>
-                      </i18n:text>
-                    </li>
-                  </jx:forEach>
-                  <jx:forEach var="message" items="${usecase.getInfoMessages()}">
-                    <li>
-                      <i18n:text>
-                        <jx:out value="${message}"/>
-                      </i18n:text>
-                    </li>
-                  </jx:forEach>
-                </ul>
-              </td>
-            </tr>
-            <tr>
               <td class="lenya-entry-caption"><i18n:text>Title</i18n:text>:</td>
               <td>
                 <jx:out value="${usecase.getParameter('title')}"/>



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