Lines 20-26
Link Here
|
20 |
{ "aTargets": [ -1, -2, -3, -4, -5 ], "bSortable": false, "bSearchable": false }, |
20 |
{ "aTargets": [ -1, -2, -3, -4, -5 ], "bSortable": false, "bSearchable": false }, |
21 |
{ "aTargets": [ 0, 1 ], "sType": "natural" }, |
21 |
{ "aTargets": [ 0, 1 ], "sType": "natural" }, |
22 |
], |
22 |
], |
23 |
"bSort": false, |
23 |
"bSort": true, |
24 |
"sPaginationType": "four_button" |
24 |
"sPaginationType": "four_button" |
25 |
})); |
25 |
})); |
26 |
|
26 |
|
Lines 116-128
Link Here
|
116 |
[% CASE 'error_on_update' %] |
116 |
[% CASE 'error_on_update' %] |
117 |
An error occurred when updating this framework. Perhaps it already exists. |
117 |
An error occurred when updating this framework. Perhaps it already exists. |
118 |
[% CASE 'error_on_insert' %] |
118 |
[% CASE 'error_on_insert' %] |
119 |
An error occurred when inserting this framework. The framework might already exist. |
119 |
An error occurred when adding this framework. The framework might already exist. |
120 |
[% CASE 'error_on_delete' %] |
120 |
[% CASE 'error_on_delete' %] |
121 |
An error occurred when deleting this framework. Check the logs. |
121 |
An error occurred when deleting this framework. Check the logs. |
122 |
[% CASE 'success_on_update' %] |
122 |
[% CASE 'success_on_update' %] |
123 |
Framework updated successfully. |
123 |
Framework updated successfully. |
124 |
[% CASE 'success_on_insert' %] |
124 |
[% CASE 'success_on_insert' %] |
125 |
Framework inserted successfully. |
125 |
Framework added successfully. |
126 |
[% CASE 'success_on_delete' %] |
126 |
[% CASE 'success_on_delete' %] |
127 |
Framework deleted successfully. |
127 |
Framework deleted successfully. |
128 |
[% CASE 'already_exists' %] |
128 |
[% CASE 'already_exists' %] |
129 |
- |
|
|