mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
39e9ba904a
|
@ -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" 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">
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user