diff --git a/lib/documentmanagement/observers.inc.php b/lib/documentmanagement/observers.inc.php
index c9f9f59..20b3764 100644
--- a/lib/documentmanagement/observers.inc.php
+++ b/lib/documentmanagement/observers.inc.php
@@ -70,9 +70,6 @@ class JavascriptObserver {
}
function start() {
- $this->context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js');
- $this->context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js');
- $this->context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js');
$this->context->oPage->requireJSResource('resources/js/add_document.js');
$this->context->oRedirector =& $this;
$this->context->handleOutput('
');
diff --git a/lib/templating/kt3template.inc.php b/lib/templating/kt3template.inc.php
index 8874ea7..dc665c1 100644
--- a/lib/templating/kt3template.inc.php
+++ b/lib/templating/kt3template.inc.php
@@ -130,7 +130,7 @@ class KTPage {
$aJS[] = 'thirdpartyjs/MochiKit/MochiKitPacked.js';
$aJS[] = 'resources/js/kt-utility.js';
$aJS[] = 'presentation/i18nJavascript.php';
- $aJS[] = 'thirdpartyjs/curvycorners/rounded_corners.inc.js';
+ $aJS[] = 'thirdpartyjs/curvycorners/rounded_corners_lite.inc.js';
$aJS[] = 'resources/js/loader.js';
$aJS[] = 'thirdpartyjs/yui/tools/tools.js';
$aJS[] = 'thirdpartyjs/yui/connection/connection.js';
diff --git a/plugins/ktcore/admin/fieldsets/basic.inc.php b/plugins/ktcore/admin/fieldsets/basic.inc.php
index 1678506..1011a3a 100644
--- a/plugins/ktcore/admin/fieldsets/basic.inc.php
+++ b/plugins/ktcore/admin/fieldsets/basic.inc.php
@@ -608,8 +608,6 @@ class BasicFieldsetManagementDispatcher extends KTAdminDispatcher {
$renderedTree = $this->_evilTreeRenderer($fieldTree);
$this->oPage->setTitle(_kt('Edit Lookup Tree'));
-
- //$this->oPage->requireJSResource('thirdparty/js/MochiKit/Base.js');
if ($current_node == 0) { $category_name = 'Root'; }
else {
diff --git a/plugins/ktstandard/KTBulkExportPlugin.php b/plugins/ktstandard/KTBulkExportPlugin.php
index f658f04..861793c 100644
--- a/plugins/ktstandard/KTBulkExportPlugin.php
+++ b/plugins/ktstandard/KTBulkExportPlugin.php
@@ -106,8 +106,6 @@ class KTBulkExportAction extends KTFolderAction {
exit(0);
}
- $this->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js');
- $this->oPage->requireJSResource('thirdpartyjs/MochiKit/Async.js');
$this->oPage->template = "kt3/minimal_page";
$this->handleOutput("");
diff --git a/sql/mysql/install/rebuild.bat b/sql/mysql/install/rebuild.bat
index bf56b25..baf0b1a 100644
--- a/sql/mysql/install/rebuild.bat
+++ b/sql/mysql/install/rebuild.bat
@@ -14,7 +14,7 @@ mysqladmin -u root -p -f drop %INPUT%
ECHO ---- Creating database %INPUT% ----
mysqladmin -u root -p create %INPUT%
ECHO ---- Creating structure for database %INPUT% ----
-mysql -u root %INPUT%oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Async.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DateTime.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')}
-
{$context->oPage->requireJSResource('resources/js/taillog.js')}
diff --git a/templates/ktcore/action/checkout_final.smarty b/templates/ktcore/action/checkout_final.smarty
index 43f5268..30e2c6d 100644
--- a/templates/ktcore/action/checkout_final.smarty
+++ b/templates/ktcore/action/checkout_final.smarty
@@ -1,8 +1,3 @@
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Async.js')}
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Iter.js")}
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/DOM.js")}
-
{capture assign=sLocation}action=checkout_final&fDocumentId={$context->oDocument->getId()}&reason={$reason|escape:'url'}{/capture}
{capture assign=sJavascript}
diff --git a/templates/ktcore/boolean_search_change.smarty b/templates/ktcore/boolean_search_change.smarty
index 2b8b08f..4a0f6b4 100644
--- a/templates/ktcore/boolean_search_change.smarty
+++ b/templates/ktcore/boolean_search_change.smarty
@@ -1,8 +1,3 @@
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Base.js")}
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/DateTime.js")}
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Iter.js")}
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/DOM.js")}
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Async.js")}
{$context->oPage->requireJSResource("resources/js/taillog.js")}
{$context->oPage->requireJSResource("resources/js/constructed_search.js")}
{$context->oPage->requireJSResource("resources/js/constructed_search_postprocess.js")}
diff --git a/templates/ktcore/boolean_search_edit.smarty b/templates/ktcore/boolean_search_edit.smarty
index f7003b2..1404bbb 100644
--- a/templates/ktcore/boolean_search_edit.smarty
+++ b/templates/ktcore/boolean_search_edit.smarty
@@ -1,8 +1,3 @@
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Base.js")}
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/DateTime.js")}
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Iter.js")}
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/DOM.js")}
-{$context->oPage->requireJSResource("thirdpartyjs/MochiKit/Async.js")}
{$context->oPage->requireJSResource("resources/js/taillog.js")}
{$context->oPage->requireJSResource("resources/js/constructed_search.js")}
{$context->oPage->requireJSResource("resources/js/constructed_search_postprocess.js")}
diff --git a/templates/ktcore/document/add.smarty b/templates/ktcore/document/add.smarty
index 520fc08..96d2090 100644
--- a/templates/ktcore/document/add.smarty
+++ b/templates/ktcore/document/add.smarty
@@ -1,9 +1,3 @@
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Async.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DateTime.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')}
-
{$context->oPage->requireJSResource('resources/js/taillog.js')}
@@ -50,6 +44,11 @@ function startupMetadata() {
document_type_changed();
}
+function progressIndicator(){
+ var indicator = document.getElementById();
+ indicator.style.display = "block";
+}
+
addLoadEvent(startupMetadata);
{/literal}
{/capture}
diff --git a/templates/ktcore/document/admin/deletedlist.smarty b/templates/ktcore/document/admin/deletedlist.smarty
index 8ac6ba7..e80a6ac 100644
--- a/templates/ktcore/document/admin/deletedlist.smarty
+++ b/templates/ktcore/document/admin/deletedlist.smarty
@@ -1,7 +1,3 @@
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')}
-
{$context->oPage->requireJSResource('resources/js/toggleselect.js')}
{$context->oPage->requireJSResource('resources/js/expungeList.js')}
diff --git a/templates/ktcore/document/edit.smarty b/templates/ktcore/document/edit.smarty
index ac124e6..7f989e4 100644
--- a/templates/ktcore/document/edit.smarty
+++ b/templates/ktcore/document/edit.smarty
@@ -1,9 +1,3 @@
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Async.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DateTime.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')}
-
{$context->oPage->requireJSResource('resources/js/taillog.js')}
diff --git a/templates/ktcore/folder/bulkImport.smarty b/templates/ktcore/folder/bulkImport.smarty
index 6f1f350..50a5f55 100644
--- a/templates/ktcore/folder/bulkImport.smarty
+++ b/templates/ktcore/folder/bulkImport.smarty
@@ -1,9 +1,3 @@
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Async.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DateTime.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')}
-
{$context->oPage->requireJSResource('resources/js/taillog.js')}
{$context->oPage->requireJSResource('resources/js/conditional_usage.js')}
diff --git a/templates/ktcore/folder/bulkUpload.smarty b/templates/ktcore/folder/bulkUpload.smarty
index 1ed3ce6..77721b4 100644
--- a/templates/ktcore/folder/bulkUpload.smarty
+++ b/templates/ktcore/folder/bulkUpload.smarty
@@ -1,9 +1,3 @@
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Async.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DateTime.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')}
-
{$context->oPage->requireJSResource('resources/js/taillog.js')}
{$context->oPage->requireJSResource('resources/js/conditional_usage.js')}
diff --git a/templates/ktcore/folder/roles_managegroups.smarty b/templates/ktcore/folder/roles_managegroups.smarty
index bfd4537..631c5c6 100644
--- a/templates/ktcore/folder/roles_managegroups.smarty
+++ b/templates/ktcore/folder/roles_managegroups.smarty
@@ -1,9 +1,6 @@
{i18n arg_rolename=$rolename}Allocate Groups to Role: #rolename#{/i18n}
{$context->oPage->requireJSResource('thirdpartyjs/OptionTransfer.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')}
{i18n}Groups must be allocated to roles to ensure that the workflow transition this role is supposed to support can be acted upon by a user.{/i18n}
diff --git a/templates/ktcore/folder/roles_manageusers.smarty b/templates/ktcore/folder/roles_manageusers.smarty
index b356687..6d7bb0a 100644
--- a/templates/ktcore/folder/roles_manageusers.smarty
+++ b/templates/ktcore/folder/roles_manageusers.smarty
@@ -1,9 +1,6 @@
{i18n}Allocate User to Role{/i18n}
{$context->oPage->requireJSResource('thirdpartyjs/OptionTransfer.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')}
-{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')}
{i18n}Add or remove users for this role. {/i18n}
diff --git a/templates/ktcore/forms/widgets/collection.smarty b/templates/ktcore/forms/widgets/collection.smarty
index 2d3c5f0..a9fdae1 100644
--- a/templates/ktcore/forms/widgets/collection.smarty
+++ b/templates/ktcore/forms/widgets/collection.smarty
@@ -7,12 +7,6 @@
-
-
-
-
-
-
diff --git a/templates/ktcore/login.smarty b/templates/ktcore/login.smarty
index 6b90288..650c0e1 100644
--- a/templates/ktcore/login.smarty
+++ b/templates/ktcore/login.smarty
@@ -11,7 +11,7 @@
-
+
@@ -45,6 +45,7 @@
@@ -54,24 +55,72 @@
{/if}
- {i18n arg_appname="$appname"}#appname# Version{/i18n} {$versionName}
- {i18n}Document Management Software{/i18n}
- {i18n}© 2007 The Jam Warehouse Software (Pty) Ltd.{/i18n}
- {if ($smallVersion == 'OSS')}
- {i18n}This program is free software and published under the GNU General Public License version 3{/i18n}
- {else}
- {i18n}All rights reserved.{/i18n}
- {/if}
+ {i18n}Access to this service is subject to the KnowledgeTreeLive Terms and Conditions of use.{/i18n}
+ {i18n}© 2007 The Jam Warehouse Software (Pty) Ltd. All Rights Reserved{/i18n}
-
-
+
+
+ {if $reset_password == true}
+
+ {else}
+
+ {/if}
-
-
-
-