diff --git a/src/application/views/backend/users.php b/src/application/views/backend/users.php index 86275db9..f26d7a24 100644 --- a/src/application/views/backend/users.php +++ b/src/application/views/backend/users.php @@ -33,166 +33,16 @@
- - -
-
-
-
-
- - - -
- - -
-
-
-
- -

- -
-
- -
-
-
- - - -
- - -
- -

- - - - - -
-
-
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
-
-
-
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
-
-
-
-
- -
+
@@ -640,5 +490,155 @@
+ + + +
+
+
+ +
+ + + +
+ + +
+
+
+ + +

+ +
+
+ +
+
+
+ + + +
+ + +
+ +

+ + + + + +
+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+
+
+
diff --git a/src/assets/js/backend_users.js b/src/assets/js/backend_users.js index 0ab545b1..d26765a9 100644 --- a/src/assets/js/backend_users.js +++ b/src/assets/js/backend_users.js @@ -52,15 +52,15 @@ window.BackendUsers = window.BackendUsers || {}; exports.initialize = function(defaultEventHandlers) { defaultEventHandlers = defaultEventHandlers || true; + exports.wp = new WorkingPlan(); + exports.wp.bindEventHandlers(); + // Instantiate default helper object (admin). - helper = new AdminsHelper(); + helper = new ProvidersHelper(); helper.resetForm(); helper.filter(''); helper.bindEventHandlers(); - exports.wp = new WorkingPlan(); - exports.wp.bindEventHandlers(); - // Fill the services and providers list boxes. var html = '
'; $.each(GlobalVariables.services, function(index, service) {