Merge branch 'fix-braderie'
This commit is contained in:
commit
9ecb1ae139
@ -212,6 +212,10 @@ class AdminBraderie extends AdminTab
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// $("#formBraderie").submit(function(){
|
||||||
|
// return false;
|
||||||
|
// });
|
||||||
|
|
||||||
$("#add_button").click(function(event) {
|
$("#add_button").click(function(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
return false;
|
return false;
|
||||||
@ -374,7 +378,7 @@ class AdminBraderie extends AdminTab
|
|||||||
<select class="chosen-select" id="category" name="category">
|
<select class="chosen-select" id="category" name="category">
|
||||||
<option value=""></option>
|
<option value=""></option>
|
||||||
</select>
|
</select>
|
||||||
<input type="submit" class="button" id="show_current_category_button" value="'.$this->l('Voir cette catégorie').'" style="margin-left: 20px; display: none">
|
<a href="?tab=AdminCatalog" class="button" id="show_current_category_button" style="margin-left: 20px; display: none">'.$this->l('Voir cette catégorie').'</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="margin-form" id="quantity_input_group" style="display: none;">
|
<div class="margin-form" id="quantity_input_group" style="display: none;">
|
||||||
<label>'.$this->l('Quantité').' : </label>
|
<label>'.$this->l('Quantité').' : </label>
|
||||||
|
Loading…
Reference in New Issue
Block a user