Commit 9155a2e9b7e4255af4b0115989654175d510ead5
1 parent
2f793eff
changed stylesheet name
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@705 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
presentation/login.php
| @@ -25,7 +25,7 @@ if ($loginAction == "loginForm") { | @@ -25,7 +25,7 @@ if ($loginAction == "loginForm") { | ||
| 25 | // TODO: build login form using PatternMainPage | 25 | // TODO: build login form using PatternMainPage |
| 26 | print "<html> | 26 | print "<html> |
| 27 | <head> | 27 | <head> |
| 28 | - <link rel=\"stylesheet\" href=\"/presentation/lookAndFeel/knowledgeTree/stylesheet.css\" type=\"text/css\"> | 28 | + <link rel=\"stylesheet\" href=\"$default->owl_ui_url/stylesheet.php\"> |
| 29 | </head> | 29 | </head> |
| 30 | <body> | 30 | <body> |
| 31 | <center> | 31 | <center> |
| @@ -43,7 +43,7 @@ if ($loginAction == "loginForm") { | @@ -43,7 +43,7 @@ if ($loginAction == "loginForm") { | ||
| 43 | </td></tr> | 43 | </td></tr> |
| 44 | <input type=\"hidden\" name=\"redirect\" value=\"$redirect\"/> | 44 | <input type=\"hidden\" name=\"redirect\" value=\"$redirect\"/> |
| 45 | <input type=\"hidden\" name=\"loginAction\" value=\"login\">\n | 45 | <input type=\"hidden\" name=\"loginAction\" value=\"login\">\n |
| 46 | - <tr align=\"right\"><td><input type=\"image\" src=\"$default->owl_graphics_url/icons/login.jpg\"></td></tr>\n | 46 | + <tr align=\"right\"><td><input type=\"image\" src=\"$default->owl_graphics_url/icons/login.jpg\" border=\"0\"></td></tr>\n |
| 47 | </table> | 47 | </table> |
| 48 | </center> | 48 | </center> |
| 49 | </body> | 49 | </body> |