Lines 143-153
function validate1(date) {
Link Here
|
143 |
|
143 |
|
144 |
[% IF ( error ) %] |
144 |
[% IF ( error ) %] |
145 |
<div class="dialog alert"> |
145 |
<div class="dialog alert"> |
146 |
[% IF ( AUTH_UPDATE_FAILED ) %] |
|
|
147 |
<h3>Userid / Password update failed</h3> |
148 |
<strong>Insufficient privileges.</strong> |
149 |
<p>Other fields updated.</p> |
150 |
[% END %] |
151 |
[% IF ( error == 'CANT_DELETE_STAFF' ) %] |
146 |
[% IF ( error == 'CANT_DELETE_STAFF' ) %] |
152 |
<h3>Unable to delete staff user</h3> |
147 |
<h3>Unable to delete staff user</h3> |
153 |
<p>Insufficient privileges.</p> |
148 |
<p>Insufficient privileges.</p> |
154 |
- |
|
|