add form-control and placeholder to filter field

This commit is contained in:
Uwe Steinmann 2021-05-06 20:55:48 +02:00
parent 1746842aa3
commit 0356d65cce

View File

@ -57,7 +57,7 @@ class SeedDMS_View_SubstituteUser extends SeedDMS_Theme_Style {
$this->contentHeading(getMLText("substitute_user")); $this->contentHeading(getMLText("substitute_user"));
?> ?>
<input type="text" id="myInput"> <input type="text" id="myInput" class="form-control" placeholder="<?= getMLText('type_to_filter'); ?>">
<table id="myTable" class="table table-condensed table-sm"> <table id="myTable" class="table table-condensed table-sm">
<thead> <thead>
<tr><th><?php printMLText('name'); ?></th><th><?php printMLText('role'); ?>/<?php printMLText('groups'); ?></th><th></th></tr> <tr><th><?php printMLText('name'); ?></th><th><?php printMLText('role'); ?>/<?php printMLText('groups'); ?></th><th></th></tr>