[Yanel-commits] rev 45560 - public/yanel/trunk/src/resources/user-mgmt/htdocs

michi at wyona.com michi at wyona.com
Wed Nov 18 11:19:10 CET 2009


Author: michi
Date: 2009-11-18 11:19:10 +0100 (Wed, 18 Nov 2009)
New Revision: 45560

Modified:
   public/yanel/trunk/src/resources/user-mgmt/htdocs/update-user-admin.jelly
Log:
title clarified

Modified: public/yanel/trunk/src/resources/user-mgmt/htdocs/update-user-admin.jelly
===================================================================
--- public/yanel/trunk/src/resources/user-mgmt/htdocs/update-user-admin.jelly	2009-11-18 10:18:44 UTC (rev 45559)
+++ public/yanel/trunk/src/resources/user-mgmt/htdocs/update-user-admin.jelly	2009-11-18 10:19:10 UTC (rev 45560)
@@ -2,7 +2,7 @@
 <j:jelly xmlns:j="jelly:core">
   <html xmlns="http://www.w3.org/1999/xhtml">
     <body>
-      <h1>Update User: ${resource.getParameterAsString('userID')}</h1>
+      <h1>Update/Edit User: ${resource.getParameterAsString('userID')}</h1>
       <p>${resource.getErrorMessages()}</p>
       <form action="" >
         <input type="hidden" name="userID" value="${resource.getParameterAsString('userID')}"/>



More information about the Yanel-commits mailing list