+2010-07-02 Christian Kuhn <lolli@schwarzbu.ch>
+
+ * Fixed bug #14947: Missing closing div in db_new_content_el.php (Thanks to Georg Ringer)
+
2010-06-29 Ernesto Baschny <ernst@cron-it.de>
* Fixed bug #14810: Follow-up to bug #13670: Export module does not keep pagetree configuration (exports only the page tree) (Thanks to Thomas Juhnke)
$code.= $posMap->printContentElementColumns($this->id,0,$colPosList,1,$this->R_URI);
$this->content.= $this->doc->section($LANG->getLL('2_selectPosition'),$code,0,1);
}
+
+ // Close wrapper div
+ $this->content .= '</div>';
} else { // In case of no access:
$this->content = '';
$this->content.= $this->doc->header($LANG->getLL('newContentElement'));