authors table view
[angular-drzb] / app / partials / verified.html.ep
index 77d04cd..e420d01 100644 (file)
 <%= locale en => 'Registration', hr => 'Registracija' %>
 </legend>
 
-<input
-       type="checkbox"
-       ng-model="registration.verified"
-       ng-change="change_state('verified')"
-       class="my-label-input"
-       label="<%= locale en => 'Verified', hr => 'Provjerena' %>"
->
-
 <select
        ng-model="registration.state"
-       ng-options="state for state in RegistrationState()"
+       ng-options="state for state in ValidStates"
        class="my-label-select"
        label="<%= locale en => 'State', hr => 'Stanje' %>"
 >
 <%= locale en => 'Fees', hr => 'Plaćanja' %>
 </legend>
 
+<input
+       type="checkbox"
+       ng-model="registration.payment.received"
+       class="my-label-input"
+       label="<%= locale en => 'Payment received', hr => 'Primljena uplata' %>"
+>
+
 <input
        type="text"
        ng-model="registration.payment.amount"