mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 21:47:30 +00:00
add class table-sm to table
This commit is contained in:
parent
5d00837489
commit
4ea54923d3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user