Commit 25c936ba4b6dcc103840befb8e414e38c37fd53c

Authored by michael
1 parent ab63ca39

added login button image


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@545 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
presentation/login.php
@@ -42,7 +42,7 @@ if ($loginAction == "loginForm") { @@ -42,7 +42,7 @@ if ($loginAction == "loginForm") {
42 </td></tr> 42 </td></tr>
43 <input type=\"hidden\" name=\"redirect\" value=\"$redirect\"/> 43 <input type=\"hidden\" name=\"redirect\" value=\"$redirect\"/>
44 <input type=\"hidden\" name=\"loginAction\" value=\"login\">\n 44 <input type=\"hidden\" name=\"loginAction\" value=\"login\">\n
45 - <tr align=\"right\"><td><input type=\"submit\" value=\"$lang_login\"></td></tr>\n 45 + <tr align=\"right\"><td><input type=\"image\" src=\"$default->owl_graphics_url/icons/login.jpg\"></td></tr>\n
46 </table> 46 </table>
47 </center> 47 </center>
48 </body> 48 </body>