]> git.wh0rd.org - tt-rss.git/commitdiff
use buttons in loginForm
authorAndrew Dolgov <fox@bah.org.ru>
Tue, 12 Jan 2010 15:50:08 +0000 (18:50 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Tue, 12 Jan 2010 15:50:08 +0000 (18:50 +0300)
login_form.php

index db28991f3400df9f07ba32ec955854e28a8ec7ba..b22407b80e747c102df171a6991ec4e1175c25ff 100644 (file)
@@ -125,10 +125,10 @@ window.onload = init;
 
                        <tr><td colspan="2" align="right" class="innerLoginCell">
 
-                       <input type="submit" class="button" value="<?php echo __('Log in') ?>" name='click'>
+                       <button name='click'><?php echo __('Log in') ?></button>
                        <?php if (defined('ENABLE_REGISTRATION') && ENABLE_REGISTRATION) { ?>
-                               <input type="submit" class="button" onclick="return gotoRegForm()"
-                                       value="<?php echo __("Create new account") ?>"/>
+                               <button onclick="return gotoRegForm()">
+                                       <?php echo __("Create new account") ?></button>
                        <?php } ?>
 
                                <input type="hidden" name="action" value="login">