From 52d4292f76437cc5374a4b3c6407679c3e8031a0 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Mon, 21 Nov 2011 11:07:37 +0000 Subject: [PATCH] // File missing in last commit git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10335 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/homeslider/homeslider.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/homeslider/homeslider.php b/modules/homeslider/homeslider.php index 998c18a88..e425d04bb 100644 --- a/modules/homeslider/homeslider.php +++ b/modules/homeslider/homeslider.php @@ -206,7 +206,7 @@ class HomeSlider extends Module
'.$this->l('Slides configuration').' - + '.$this->l('Add Slide').' '; @@ -227,8 +227,8 @@ class HomeSlider extends Module #'.$slide['id_slide'].' '.$slide['title'].'

'. $this->displayStatus($slide['id_slide'], $slide['active']).' - - + +

'; } @@ -358,7 +358,7 @@ class HomeSlider extends Module $this->_html .= '

- '.$this->l('Cancel').' + '.$this->l('Cancel').'

'; /* End of fieldset & form */ @@ -642,7 +642,7 @@ class HomeSlider extends Module { $title = ((int)$active == 0 ? $this->l('Disabled') : $this->l('Enabled')); $img = ((int)$active == 0 ? 'disabled.gif' : 'enabled.gif'); - $html = ''; + $html = ''; return $html; }