more compatability tweaks for login form. Each browser has its own heuristics for...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 1 Nov 2010 21:22:06 +0000 (21:22 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 1 Nov 2010 21:22:06 +0000 (21:22 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18564 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/skin/default/xml/common/login.xml

index 3199e07..b63ec2e 100644 (file)
 
        <br/>
 
-    <form id='login_form'>
+    <form id='login_form' method='POST'>
         <table id='login_table' class='data_grid' style='margin-left: 20px;' width='95%'>
             <tbody id='login_tbody'>
                 <tr>
                     <td><span class='login_text'>&login.username;</span></td>
                     <td>
                         <span class='login_text'>
-                            <input id='login_username' type='text' size='16' />
+                            <input id='login_username' name='login_username' type='text' size='16'></input>
                         </span>
                     </td>
                 </tr>
@@ -40,7 +40,7 @@
                     </td>
                     <td>
                         <span class='login_text'>
-                            <input id='login_password' type='password' size='16' />
+                            <input id='login_password' name='login_password' type='password' size='16'></input>
                         </span>
                     </td>
                 </tr>
                 <tr class='color_1'>
                     <td colspan='2' align='center'>
                         <span class='login_text' style='margin-right: 20px;'>
-                        <input type='submit' value='&common.login;'  id='login_button'/>
+                        <input type='submit' value='&common.login;' name='login_button' id='login_button'></input>
                         </span>
                         <span class='login_text' style='margin-left: 20px;'>
-                            <input type='submit' id='login_cancel_button' value='&common.cancel;'/>
+                            <input type='submit' name='login_cancel_button' id='login_cancel_button' value='&common.cancel;'></input>
                         </span>
                     </td>
                 </tr>