Revision 7e2e8c30
Von Werner Hahn vor etwa 7 Jahren hinzugefügt
js/kivi.File.js | ||
---|---|---|
170 | 170 |
return false; |
171 | 171 |
} |
172 | 172 |
|
173 |
ns.delete_file = function(id,controller_action) { |
|
174 |
$.post('controller.pl', { action: controller_action, id: id }, function(data) { |
|
175 |
kivi.eval_json_result(data); |
|
176 |
}); |
|
177 |
}; |
|
178 |
|
|
173 | 179 |
ns.unimport = function(id,type,file_type,checkbox_class) { |
174 | 180 |
var checkboxes = $('.'+checkbox_class).filter(function () { return $(this).prop('checked'); }); |
175 | 181 |
|
Auch abrufbar als: Unified diff
Shopmodul: Bilder hochladen und löschen