Commit 2cf47f370999bb10d898750a26f447c728de8d06

Authored by Michael Joseph
1 parent 12c6cb2e

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 42 </td></tr>
43 43 <input type=\"hidden\" name=\"redirect\" value=\"$redirect\"/>
44 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 46 </table>
47 47 </center>
48 48 </body>
... ...