Commit 5cf5ba27bcc9c7feb4b0186fbc80a55b0c29f9e3

Authored by Yusuf Davids
1 parent 84c5a70b

KTC-256

"UI not displaying correctly"
Fixed. UI changed.

Committed By:Yusuf Davids
Reviewed By:Jalaloedien Abrahams

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7776 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/templating/kt3template.inc.php
@@ -130,7 +130,7 @@ class KTPage { @@ -130,7 +130,7 @@ class KTPage {
130 $aJS[] = 'thirdpartyjs/MochiKit/MochiKitPacked.js'; 130 $aJS[] = 'thirdpartyjs/MochiKit/MochiKitPacked.js';
131 $aJS[] = 'resources/js/kt-utility.js'; 131 $aJS[] = 'resources/js/kt-utility.js';
132 $aJS[] = 'presentation/i18nJavascript.php'; 132 $aJS[] = 'presentation/i18nJavascript.php';
133 - $aJS[] = 'thirdpartyjs/curvycorners/rounded_corners_lite.inc.js'; 133 + $aJS[] = 'thirdpartyjs/curvycorners/rounded_corners.inc.js';
134 $aJS[] = 'resources/js/loader.js'; 134 $aJS[] = 'resources/js/loader.js';
135 $aJS[] = 'thirdpartyjs/yui/tools/tools.js'; 135 $aJS[] = 'thirdpartyjs/yui/tools/tools.js';
136 $aJS[] = 'thirdpartyjs/yui/connection/connection.js'; 136 $aJS[] = 'thirdpartyjs/yui/connection/connection.js';
templates/ktcore/login.smarty
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 11
12 <link rel="stylesheet" href="{$rootUrl}/resources/css/kt-ie-icons.css" type="text/css" /> 12 <link rel="stylesheet" href="{$rootUrl}/resources/css/kt-ie-icons.css" type="text/css" />
13 13
14 - <script type="text/javascript" src="{$rootUrl}/thirdpartyjs/curvycorners/rounded_corners_lite.inc.js"> </script> 14 + <script type="text/javascript" src="{$rootUrl}/thirdpartyjs/curvycorners/rounded_corners.inc.js"> </script>
15 <script type="text/javascript" src="{$rootUrl}/resources/js/login_loader.js"> </script> 15 <script type="text/javascript" src="{$rootUrl}/resources/js/login_loader.js"> </script>
16 </head> 16 </head>
17 <body> 17 <body>