Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a0195250

Von Werner Hahn vor mehr als 6 Jahren hinzugefügt

  • ID a0195250b9607c1ccd7a50e86100c048120c5ca6
  • Vorgänger 15fb4c6f
  • Nachfolger 3c7d9283

Shopmodul: Bilder hochladen und löschen

Unterschiede anzeigen:

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