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/05/26 14:45:33 UTC

svn commit: r178629 - /lenya/trunk/src/webapp/lenya/usecases/site/archive.jx

Author: andreas
Date: Thu May 26 05:45:33 2005
New Revision: 178629

URL: http://svn.apache.org/viewcvs?rev=178629&view=rev
Log:
added error messages to archive.jx

Modified:
    lenya/trunk/src/webapp/lenya/usecases/site/archive.jx

Modified: lenya/trunk/src/webapp/lenya/usecases/site/archive.jx
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/usecases/site/archive.jx?rev=178629&r1=178628&r2=178629&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecases/site/archive.jx (original)
+++ lenya/trunk/src/webapp/lenya/usecases/site/archive.jx Thu May 26 05:45:33 2005
@@ -47,6 +47,11 @@
               </td>
             </tr>
             <tr>
+              <td>
+                <jx:import uri="templates/messages.jx"/>
+              </td>
+            </tr>
+            <tr>
               <jx:if test="${not(empty(usecase.getParameter('inconsistentdocument')))}">
                 <td class="lenya-entry-caption">
                   <span class="lenya-form-message-error"><i18n:text key="docs-have-links-to-doc"/>:</span>
@@ -60,9 +65,8 @@
             </tr>
             <tr>
               <td>
-                <br/>
-                <input i18n:attr="value" type="submit" value="Archive"/>&#160;
-                <input i18n:attr="value" type="button" onClick="location.href='{$request-uri}';" value="Cancel"/>
+                <input i18n:attr="value" type="submit" name="submit" value="Archive"/>&#160;
+                <input i18n:attr="value" type="submit" name="cancel" value="Cancel"/>
               </td>
             </tr>
           </table>



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