[-] BO: fixed bug #PSCFV-9461

This commit is contained in:
sLorenzini
2013-06-18 14:46:09 +02:00
parent 39b679e97c
commit 3daf4cdb99
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ class HomeSlider extends Module
$this->_html .= '
<p class="center">
<input type="submit" class="button" name="submitSlide" value="'.$this->l('Save').'" />
<a class="button" style="position:relative; padding:3px 3px 4px 3px; top:1px" href="'.AdminController::$currentIndex.'&configure='.$this->name.'&token='.Tools::getAdminTokenLite('AdminModules').'">'.$this->l('Cancel').'</a>
<a class="button" style="position:relative; padding:4px 3px;" href="'.AdminController::$currentIndex.'&configure='.$this->name.'&token='.Tools::getAdminTokenLite('AdminModules').'">'.$this->l('Cancel').'</a>
</p>';
/* End of fieldset & form */