diff --git a/views/enquiries/index.ctp b/views/enquiries/index.ctp
index f5f0a444..32dec63b 100755
--- a/views/enquiries/index.ctp
+++ b/views/enquiries/index.ctp
@@ -1,5 +1,9 @@
-
-
- echo $this->element('enquiry_table', $enquiries, $status_list, array('cache'=>'+1 day')); ?>
+
image('ajax-loader.gif'); ?>
+
+
+
+
+ echo $this->element('enquiry_table', $enquiries, $status_list, array('cache'=>'+1 day')); ?>
+
diff --git a/views/users/view_user.ctp b/views/users/view_user.ctp
index e240d383..3a242307 100644
--- a/views/users/view_user.ctp
+++ b/views/users/view_user.ctp
@@ -41,13 +41,5 @@
- /* If there are enquiries for this user, render the enquiries table passing the $enquiries array */ ?>
- element('enquiry_table', $user['Enquiry']);
- }
- else {
- echo "No Enquiries for this User";
- }
- ?>
diff --git a/webroot/js/ajax_pagination.js b/webroot/js/ajax_pagination.js
index f446e521..1213a47b 100644
--- a/webroot/js/ajax_pagination.js
+++ b/webroot/js/ajax_pagination.js
@@ -18,7 +18,7 @@ $(function() {
return false;
- })
+ });
});