[Yanel-commits] rev 40889 - public/yanel/contributions/resources/xinha/htdocs

simon at wyona.com simon at wyona.com
Sat Jan 10 18:28:42 CET 2009


Author: simon
Date: 2009-01-10 18:28:41 +0100 (Sat, 10 Jan 2009)
New Revision: 40889

Modified:
   public/yanel/contributions/resources/xinha/htdocs/xinha-status.jelly
Log:
label changed: finish -> close

Modified: public/yanel/contributions/resources/xinha/htdocs/xinha-status.jelly
===================================================================
--- public/yanel/contributions/resources/xinha/htdocs/xinha-status.jelly	2009-01-10 03:43:04 UTC (rev 40888)
+++ public/yanel/contributions/resources/xinha/htdocs/xinha-status.jelly	2009-01-10 17:28:41 UTC (rev 40889)
@@ -8,7 +8,7 @@
       <p class="yanel-usecase-error">${resource.getErrorMessages()}</p>
       <p>${resource.getInfoMessages()}</p>
       <form action="">
-        <input type="button" name="finish" value="Finish" onclick="window.location.href='${resource.getParameterAsString('continue-path')}'"/>
+        <input type="button" name="close" value="Close" onclick="window.location.href='${resource.getParameterAsString('continue-path')}'"/>
       </form>
     </body>
   </html>



More information about the Yanel-commits mailing list