Lines 99-105
Link Here
|
99 |
<div class="dialog [% m.type | html %]"> |
99 |
<div class="dialog [% m.type | html %]"> |
100 |
[% SWITCH m.code %] |
100 |
[% SWITCH m.code %] |
101 |
[% CASE 'error_on_update_source' %] |
101 |
[% CASE 'error_on_update_source' %] |
102 |
<span>An error occurred when updating this classification source.</span> |
102 |
<span>An error occurred when updating this classification source. Check the logs for details.</span> |
103 |
[% CASE 'success_on_update_source' %] |
103 |
[% CASE 'success_on_update_source' %] |
104 |
<span>Classification source updated successfully.</span> |
104 |
<span>Classification source updated successfully.</span> |
105 |
[% CASE 'error_on_insert_source' %] |
105 |
[% CASE 'error_on_insert_source' %] |
Lines 111-117
Link Here
|
111 |
[% CASE 'success_on_delete_source' %] |
111 |
[% CASE 'success_on_delete_source' %] |
112 |
<span>Classification source deleted successfully.</span> |
112 |
<span>Classification source deleted successfully.</span> |
113 |
[% CASE 'error_on_update_sort_rule' %] |
113 |
[% CASE 'error_on_update_sort_rule' %] |
114 |
<span>An error occurred when updating this filing rule.</span> |
114 |
<span>An error occurred when updating this filing rule. Check the logs for details.</span> |
115 |
[% CASE 'success_on_update_sort_rule' %] |
115 |
[% CASE 'success_on_update_sort_rule' %] |
116 |
<span>Filing rule updated successfully.</span> |
116 |
<span>Filing rule updated successfully.</span> |
117 |
[% CASE 'error_on_insert_sort_rule' %] |
117 |
[% CASE 'error_on_insert_sort_rule' %] |
Lines 123-129
Link Here
|
123 |
[% CASE 'success_on_delete_sort_rule' %] |
123 |
[% CASE 'success_on_delete_sort_rule' %] |
124 |
<span>Filing rule deleted successfully.</span> |
124 |
<span>Filing rule deleted successfully.</span> |
125 |
[% CASE 'error_on_update_split_rule' %] |
125 |
[% CASE 'error_on_update_split_rule' %] |
126 |
<span>An error occurred when updating this splitting rule.</span> |
126 |
<span>An error occurred when updating this splitting rule. Check the logs for details.</span> |
127 |
[% CASE 'success_on_update_split_rule' %] |
127 |
[% CASE 'success_on_update_split_rule' %] |
128 |
<span>Splitting rule updated successfully.</span> |
128 |
<span>Splitting rule updated successfully.</span> |
129 |
[% CASE 'error_on_insert_split_rule' %] |
129 |
[% CASE 'error_on_insert_split_rule' %] |