Commit 9155a2e9b7e4255af4b0115989654175d510ead5

Authored by Michael Joseph
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 25 // TODO: build login form using PatternMainPage
26 26 print "<html>
27 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 29 </head>
30 30 <body>
31 31 <center>
... ... @@ -43,7 +43,7 @@ if ($loginAction == &quot;loginForm&quot;) {
43 43 </td></tr>
44 44 <input type=\"hidden\" name=\"redirect\" value=\"$redirect\"/>
45 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 47 </table>
48 48 </center>
49 49 </body>
... ...