// Small fixes
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14270 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
{$conf}
|
||||
</div>
|
||||
{/if}
|
||||
{if count($errors) && (!isset($disableDefaultErrorOutPut) || $disableDefaultErrorOutPut == false)} {* @todo what is ??? AND $this->_includeContainer *}
|
||||
{if count($errors) && (!isset($disableDefaultErrorOutPut) || $disableDefaultErrorOutPut == false)}
|
||||
<div class="error">
|
||||
<span style="float:right">
|
||||
<a id="hideError" href="#"><img alt="X" src="../img/admin/close.png" /></a>
|
||||
|
||||
@@ -25,11 +25,6 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
/*
|
||||
* TODO : move HTML code in template files
|
||||
* TODO : phpDoc on two last methods: includeDatepicker() & bindDatepicker()
|
||||
*/
|
||||
|
||||
class HelperCore
|
||||
{
|
||||
public $currentIndex;
|
||||
|
||||
@@ -341,7 +341,7 @@ function handleSaveButtons(e)
|
||||
if (msg.length == 0)
|
||||
{
|
||||
$("#disableSaveMessage").remove();
|
||||
enableSave()
|
||||
enableSave();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user