]> git.wh0rd.org - tt-rss.git/commitdiff
settings profiles dialog: use proper buttons
authorAndrew Dolgov <fox@bah.org.ru>
Mon, 18 Jan 2010 14:07:45 +0000 (17:07 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Mon, 18 Jan 2010 14:07:45 +0000 (17:07 +0300)
modules/popup-dialog.php

index 3c00afba2c436575be174ca27687961c9407d7a4..a806e0c70242692b37e7c2fb58c6239068b2a1ec 100644 (file)
                                <div style='float : left'>
                                <button onclick=\"return removeSelectedPrefProfiles()\">".
                                __('Remove')."</button>
-                               <input class=\"button\"
-                               type=\"submit\" onclick=\"return activatePrefProfile()\" 
-                               value=\"".__('Activate')."\">
+                               <button onclick=\"return activatePrefProfile()\">".
+                               __('Activate')."</button>
                                </div>";
 
-                       print "<input class=\"button\"
-                               type=\"submit\" onclick=\"return closeInfoBox()\" 
-                               value=\"".__('Close this window')."\">";
+                       print "<button onclick=\"return closeInfoBox()\">".
+                               __('Close this window')."</button>";
 
                        print "</div></div>";