add class table-sm to table

This commit is contained in:
Uwe Steinmann 2021-05-06 15:18:01 +02:00
parent 5d00837489
commit 4ea54923d3

View File

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