[Yanel-commits] rev 44450 - public/yanel/trunk/src/contributions/resources/forgotpw/htdocs

michi at wyona.com michi at wyona.com
Thu Aug 27 22:40:09 CEST 2009


Author: michi
Date: 2009-08-27 22:40:09 +0200 (Thu, 27 Aug 2009)
New Revision: 44450

Modified:
   public/yanel/trunk/src/contributions/resources/forgotpw/htdocs/forgotpw.xsl
Log:
some phrases improved

Modified: public/yanel/trunk/src/contributions/resources/forgotpw/htdocs/forgotpw.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/forgotpw/htdocs/forgotpw.xsl	2009-08-27 20:35:49 UTC (rev 44449)
+++ public/yanel/trunk/src/contributions/resources/forgotpw/htdocs/forgotpw.xsl	2009-08-27 20:40:09 UTC (rev 44450)
@@ -16,9 +16,7 @@
             <title>I forgot my password!</title>
           </head>
           <body>
-            <h1>
-              I forgot my password!
-            </h1>
+            <h1>I forgot my password!</h1>
 
             <xsl:apply-templates select="/yanel:yanel-forgotpw/yanel:exception"/>
             <xsl:apply-templates select="/yanel:yanel-forgotpw/yanel:requestemail"/>
@@ -35,19 +33,19 @@
   </xsl:template>
 
   <xsl:template match="yanel:requestemail" >
-    <h2>Get a new password by E-mail</h2>
+    <h2>Get a new password by E-Mail</h2>
     <form name="forgotpw-form" method="post" action="#">
       <p>
         <table cellpadding="0" cellspacing="0" border="0">
           <tr>
-            <td>Email address:</td>
+            <td>Your E-Mail address:</td>
             <td>
               <input type="text" name="email"/>
             </td>
           </tr>
           <tr>
             <td colspan="2">
-              <input type="submit" name="submitForgotPW" value="Send Email"/>
+              <input type="submit" name="submitForgotPW" value="Send E-Mail"/>
             </td>
           </tr>
         </table>



More information about the Yanel-commits mailing list