<?=t('Pixels reserved above and below the vertically collapsed board columns (page header, column header and the horizontal scrollbar). A larger value makes the columns shorter. Default: 240.')?>
<?=$this->form->checkbox('shrink_vertically_auto',t('Auto adjust (fit columns to the screen automatically)'),1,isset($values['shrink_vertically_auto'])&&$values['shrink_vertically_auto']==1,'',array('id'=>'form-shrink_vertically_auto'))?>
<pclass="form-help">
<?=t('When enabled, the collapsed column height is measured live on the board to fit the screen, so the right-side vertical scrollbar is not needed. The pixel offset above is then ignored (shown dimmed).')?>
<?=$this->form->checkbox('shrink_vertically_top_scrollbar',t('Add a top horizontal scrollbar to the board'),1,isset($values['shrink_vertically_top_scrollbar'])&&$values['shrink_vertically_top_scrollbar']==1)?>
<?=t('Adds a second horizontal scrollbar above the columns, mirrored with the board scrollbar, so you do not have to scroll to the bottom to move sideways.')?>