collapses the block to save screen space.

This commit is contained in:
buttle 2021-07-25 15:12:41 +02:00
parent 85e040c449
commit e7a3707799
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class TechDocument extends AbstractBlockLayout
$form->prepare(); $form->prepare();
$html = ''; $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 .= '<div class="collapsible" style="padding-top:6px;">';
$html .= $view->formCollection($form); $html .= $view->formCollection($form);
$html .= '</div>'; $html .= '</div>';