mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +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"));
|
$this->contentHeading(getMLText("substitute_user"));
|
||||||
?>
|
?>
|
||||||
<input type="text" id="myInput">
|
<input type="text" id="myInput">
|
||||||
<table id="myTable" class="table table-condensed">
|
<table id="myTable" class="table table-condensed table-sm">
|
||||||
<thead>
|
<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>
|
<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>
|
</thead>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user