Revision 7e2e8c30
Von Werner Hahn vor etwa 7 Jahren hinzugefügt
js/kivi.ShopPart.js | ||
---|---|---|
104 | 104 |
} |
105 | 105 |
|
106 | 106 |
ns.show_images = function(id) { |
107 |
var url = 'controller.pl?action=ShopPart/show_files&modul=shop_part&id='+id;
|
|
107 |
var url = 'controller.pl?action=ShopPart/show_files&id='+id; |
|
108 | 108 |
$('#shop_images').load(url); |
109 | 109 |
} |
110 | 110 |
|
... | ... | |
154 | 154 |
}, |
155 | 155 |
id: 'files_upload', |
156 | 156 |
dialog: { title: upload_title, width: 650, height: 240 } }); |
157 |
kivi.ShopPart.show_image(id); |
|
157 | 158 |
return true; |
158 | 159 |
} |
159 | 160 |
|
Auch abrufbar als: Unified diff
Shopmodul: Bilder hochladen und löschen