Skip to content

Commit

Permalink
Div missing
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Aug 20, 2017
1 parent d14f839 commit bc5cc84
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
// Add the client selector before the form filters.
$clientIdField = $data['view']->filterForm->getField('client_id');
?>
<div class="js-stools-field-filter js-stools-client_id">
<?php echo $clientIdField->input; ?>
<div class="js-stools-container-selector">
<div class="js-stools-field-selector js-stools-client_id">
<?php echo $clientIdField->input; ?>
</div>
</div>
<?php
}
Expand Down

0 comments on commit bc5cc84

Please sign in to comment.