Merge branch 'catalog' of https://github.com/thelia/thelia into catalog
This commit is contained in:
@@ -62,6 +62,7 @@ $(function($){
|
|||||||
$imageListArea.html(
|
$imageListArea.html(
|
||||||
data
|
data
|
||||||
);
|
);
|
||||||
|
$.imageUploadManager.onClickDeleteImage();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ Parameters:
|
|||||||
<form action="{url path="/admin/image/type/$imageType/$parentId/save-ajax"}" class="dropzone" id="images-dropzone" enctype="multipart/form-data">
|
<form action="{url path="/admin/image/type/$imageType/$parentId/save-ajax"}" class="dropzone" id="images-dropzone" enctype="multipart/form-data">
|
||||||
<div class="fallback">
|
<div class="fallback">
|
||||||
<input name="file" type="file" multiple />
|
<input name="file" type="file" multiple />
|
||||||
|
<button type="submit" class="btn btn-info btn-upload"><span class="glyphicon glyphicon-send"></span> {intl l="Send files"}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="btn-browse hide">
|
<div class="btn-browse hide">
|
||||||
@@ -18,6 +19,8 @@ Parameters:
|
|||||||
<span>Or</span>
|
<span>Or</span>
|
||||||
<button type="button" class="btn btn-info btn-upload"><span class="glyphicon glyphicon-upload"></span> {intl l="Browse files"}</button>
|
<button type="button" class="btn btn-info btn-upload"><span class="glyphicon glyphicon-upload"></span> {intl l="Browse files"}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="existing-image">
|
<div class="existing-image">
|
||||||
|
|||||||
Reference in New Issue
Block a user