Latest UI changes. Add button labels on all pages.

This commit is contained in:
chouseknecht
2013-05-24 07:43:06 -04:00
parent 8b919b666f
commit b4709c5138
33 changed files with 2351 additions and 518 deletions

View File

@@ -44,7 +44,10 @@ angular.module('Utilities',[])
'requested action. Please contact a system administrator.');
}
else if (data.non_field_errors) {
Alert('Error!', data.non_field_errors);
Alert('Error!', data.non_field_errors);
}
else if (data.detail) {
Alert(defaultMsg.hdr, defaultMsg.msg + ' ' + data.detail);
}
else if (form) {
var fieldErrors = false;