From c8a707a80169fad61975f5576fbc1a13ef785ba1 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 --- 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; }