// fix product edition page
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10634 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -297,7 +297,7 @@ $(document).ready(function(){
|
||||
{/if}
|
||||
</div>
|
||||
<input type="hidden" name="id_product_attribute" id="id_product_attribute" value="0" />
|
||||
<input id="product_form_submit_btn" type="submit" value="{l s='Save'}" name="submitAddProduct" class="button" />
|
||||
<input id="product_form_submit_btn" type="submit" value="{l s='Save'}" name="submitAddproduct" class="button" />
|
||||
</form>
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
$('#go_to_categ').bind('change', function(){
|
||||
var base_url = '{$base_url}';
|
||||
var base_url = '{$currentIndex}';
|
||||
if (this.value !== "")
|
||||
location.href = base_url + '&id_category=' + parseInt(this.value);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user