// delete confirm message when updating module configuration

This commit is contained in:
vChabot
2012-05-09 08:29:07 +00:00
parent f887b7546d
commit 67c108ddd3
13 changed files with 29 additions and 22 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class BlockCategories extends Module
Configuration::updateValue('BLOCK_CATEG_SORT', Tools::getValue('BLOCK_CATEG_SORT'));
$this->_clearBlockcategoriesCache();
$output .= '<div class="conf confirm"><img src="../img/admin/ok.gif" alt="'.$this->l('Confirmation').'" />'.$this->l('Settings updated').'</div>';
$output .= '<div class="conf confirm">'.$this->l('Settings updated').'</div>';
}
}
return $output.$this->displayForm();