Skip to content
Snippets Groups Projects
Commit 63b2c20c authored by gloas's avatar gloas
Browse files

datepicker indentation

parent a307f712
Branches
Tags 6.47
No related merge requests found
...@@ -25,8 +25,7 @@ class ZendAfi_Form_Decorator_DatePicker extends Zend_Form_Decorator_Abstract { ...@@ -25,8 +25,7 @@ class ZendAfi_Form_Decorator_DatePicker extends Zend_Form_Decorator_Abstract {
*/ */
public function render($content) { public function render($content) {
return $content return $content
.$this->_element->getView()->datePicker( .$this->_element->getView()->datePicker($this->_element->getName(),
$this->_element->getName(),
$this->_element->getValue()); $this->_element->getValue());
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment