Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2021-05-06 20:56:40 +02:00
commit 39e9ba904a

View File

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