|
Lines 143-149
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 ( error == 'AUTH_UPDATE_FAILED' ) %] |
146 |
[% IF ( AUTH_UPDATE_FAILED ) %] |
| 147 |
<h3>Userid / Password update failed</h3> |
147 |
<h3>Userid / Password update failed</h3> |
| 148 |
<strong>Insufficient privileges.</strong> |
148 |
<strong>Insufficient privileges.</strong> |
| 149 |
<p>Other fields updated.</p> |
149 |
<p>Other fields updated.</p> |
| 150 |
- |
|
|