mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
This commit is contained in:
commit
a9dd8842bf
|
@ -418,9 +418,9 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style {
|
|||
print "<thead>\n<tr>\n";
|
||||
print "<th>".getMLText("process")."</th>\n";
|
||||
print "<th>".getMLText("user_group")."</th>\n";
|
||||
print "<th>".getMLText("documentid")."</th>\n";
|
||||
print "<th>".getMLText("document")."</th>\n";
|
||||
print "<th>".getMLText("version")."</th>\n";
|
||||
print "<th>".getMLText("required")."</th>\n";
|
||||
print "<th>".getMLText("userid_groupid")."</th>\n";
|
||||
print "</tr>\n</thead>\n<tbody>\n";
|
||||
foreach(array('review', 'approval') as $process) {
|
||||
foreach(array('user', 'group') as $ug) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user