Skip to content
Snippets Groups Projects
Commit f0a84306 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Merge branch 'master' into Feature#4255AttachmentsFuerEmails

parents 907f54f2 b90a7206
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ class BuildFormTable extends AbstractBuildForm { ...@@ -72,7 +72,7 @@ class BuildFormTable extends AbstractBuildForm {
/** /**
* @return string * @return string
*/ */
public function head() { public function head($mode = FORM_LOAD) {
$html = ''; $html = '';
$html .= '<div ' . Support::doAttribute('class', $this->formSpec[F_CLASS], true) . '>'; // main <div class=...> around everything $html .= '<div ' . Support::doAttribute('class', $this->formSpec[F_CLASS], true) . '>'; // main <div class=...> around everything
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment