collapses the block to save screen space.
This commit is contained in:
parent
85e040c449
commit
e7a3707799
|
@ -115,7 +115,7 @@ class TechDocument extends AbstractBlockLayout
|
|||
$form->prepare();
|
||||
|
||||
$html = '';
|
||||
$html .= '<a href="#" class="collapse" aria-label="collapse"><h4>Options (save as you go)</h4></a>';
|
||||
$html .= '<a href="#" class="expand" aria-label="Expand"><h4>Options (save as you go)</h4></a>';
|
||||
$html .= '<div class="collapsible" style="padding-top:6px;">';
|
||||
$html .= $view->formCollection($form);
|
||||
$html .= '</div>';
|
||||
|
|
Loading…
Reference in New Issue