From e5f83633ea28f65bd99ce98d43964abb57c1fdff Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 24 Jan 2013 01:46:18 +0100 Subject: [PATCH] renamed accepted to verified --- TODO | 2 +- app/js/app.js | 2 +- app/partials/list.html.ep | 4 ++-- app/partials/{accepted.html.ep => verified.html.ep} | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename app/partials/{accepted.html.ep => verified.html.ep} (85%) diff --git a/TODO b/TODO index 30ba2ca..92f2564 100644 --- a/TODO +++ b/TODO @@ -8,7 +8,7 @@ - add audit traces to every store: _last_modified: timestamp, _ip: ip, _userid: userid - count by orgnization, user.name, edit links - print works.summary by registration.type -- registration.accepted: checkbox ++ registration.verified: checkbox ? registration.review = { - accpeted: checkbox - persons: { diff --git a/app/js/app.js b/app/js/app.js index d349de3..cf0efeb 100644 --- a/app/js/app.js +++ b/app/js/app.js @@ -7,7 +7,7 @@ angular.module('myApp', ['myApp.filters', 'myApp.services', 'myApp.directives' ] $routeProvider.when('/registration/:registrationId', {templateUrl: 'partials/registration.html', controller: RegistrationCtrl}); $routeProvider.when('/confirmation/:registrationId', {templateUrl: 'partials/confirmation.html', controller: RegistrationCtrl}); $routeProvider.when('/draft/:registrationId', {templateUrl: 'partials/draft.html', controller: RegistrationCtrl}); - $routeProvider.when('/accepted/:registrationId', {templateUrl: 'partials/accepted.html', controller: RegistrationCtrl}); + $routeProvider.when('/verified/:registrationId', {templateUrl: 'partials/verified.html', controller: RegistrationCtrl}); $routeProvider.when('/list', {templateUrl: 'partials/list.html', controller: ListCtrl}); $routeProvider.otherwise({redirectTo: '/registration/'}); }]); diff --git a/app/partials/list.html.ep b/app/partials/list.html.ep index 4c3b9bd..c2db9e4 100644 --- a/app/partials/list.html.ep +++ b/app/partials/list.html.ep @@ -51,7 +51,7 @@ Search:
- + @@ -67,7 +67,7 @@ Search:
  • {{registration.nr}} -change status +change status %= include 'registration/view'
  • diff --git a/app/partials/accepted.html.ep b/app/partials/verified.html.ep similarity index 85% rename from app/partials/accepted.html.ep rename to app/partials/verified.html.ep index 7ddb4f1..511d569 100644 --- a/app/partials/accepted.html.ep +++ b/app/partials/verified.html.ep @@ -8,7 +8,7 @@