librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1610] make this into a div


From: Matt Lee
Subject: [Librefm-commits] [1610] make this into a div
Date: Thu, 14 May 2009 20:53:18 +0000

Revision: 1610
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1610
Author:   mattl
Date:     2009-05-14 20:53:17 +0000 (Thu, 14 May 2009)
Log Message:
-----------
make this into a div

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/templates/login.tpl

Modified: trunk/nixtape/themes/librefm/templates/login.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/login.tpl    2009-05-14 20:52:28 UTC 
(rev 1609)
+++ trunk/nixtape/themes/librefm/templates/login.tpl    2009-05-14 20:53:17 UTC 
(rev 1610)
@@ -8,10 +8,12 @@
 </div>
 
 {if !empty($errors)}
-       <p id='errors'>{$errors}</p>
+<div id='errors'>
+       <p>{$errors}</p>
     {if isset($invalid)}
        <p><a href="{$base_url}/reset.php">{t}Reset my password{/t}?</a></p>
     {/if}
+</div>
 {/if}
 
 <div id='login-form'>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]