Author: simoneg
Date: Mon Sep 14 11:48:43 2009
New Revision: 814594

URL: http://svn.apache.org/viewvc?rev=814594&view=rev
Log:
LABS-443 : patch applied for login box title

Modified:
    
labs/magma/trunk/fragment-user-web/src/main/resources/org/apache/magma/web/user/loginBox.vm

Modified: 
labs/magma/trunk/fragment-user-web/src/main/resources/org/apache/magma/web/user/loginBox.vm
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-user-web/src/main/resources/org/apache/magma/web/user/loginBox.vm?rev=814594&r1=814593&r2=814594&view=diff
==============================================================================
--- 
labs/magma/trunk/fragment-user-web/src/main/resources/org/apache/magma/web/user/loginBox.vm
 (original)
+++ 
labs/magma/trunk/fragment-user-web/src/main/resources/org/apache/magma/web/user/loginBox.vm
 Mon Sep 14 11:48:43 2009
@@ -12,7 +12,10 @@
 ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
-<div id="register">            
-  <p><a href="magma:/user/newUser/">$i18n.tr("Register")</a><P>
-  <p><a href="magma:/login/resendPassword">$i18n.tr("Forgot your 
Password?")</a></p>           
+<div id="register">
+       <h1>Login</h1>
+       <ul class="magmaLoginMenu">
+               <li><a href="magma:/user/newUser/">$i18n.tr("Register")</a></li>
+               <li><a href="magma:/login/resendPassword">$i18n.tr("Forgot 
Password?")</a></li>
+       </ul>
 </div>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to