// 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:
tDidierjean
2012-03-26 15:26:23 +00:00
parent d752b192f5
commit 7379317956
3 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -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>
-5
View File
@@ -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;
+1 -1
View File
@@ -341,7 +341,7 @@ function handleSaveButtons(e)
if (msg.length == 0)
{
$("#disableSaveMessage").remove();
enableSave()
enableSave();
}
else
{