Commit 25c936ba4b6dcc103840befb8e414e38c37fd53c
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 | 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> | ... | ... |