|
Lines 181-187
$(document).ready(function() {
Link Here
|
| 181 |
[% CASE 'success_on_update' %] |
181 |
[% CASE 'success_on_update' %] |
| 182 |
Authorized value updated successfully. |
182 |
Authorized value updated successfully. |
| 183 |
[% CASE 'success_on_insert' %] |
183 |
[% CASE 'success_on_insert' %] |
| 184 |
Authorized value inserted successfully. |
184 |
Authorized value added successfully. |
| 185 |
[% CASE 'success_on_delete' %] |
185 |
[% CASE 'success_on_delete' %] |
| 186 |
Authorized value deleted successfully. |
186 |
Authorized value deleted successfully. |
| 187 |
[% CASE 'already_exists' %] |
187 |
[% CASE 'already_exists' %] |
| 188 |
- |
|
|