mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
change column headers in processes without user/group
This commit is contained in:
parent
4c532dedea
commit
e7a67b67e9
|
@ -418,9 +418,9 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style {
|
||||||
print "<thead>\n<tr>\n";
|
print "<thead>\n<tr>\n";
|
||||||
print "<th>".getMLText("process")."</th>\n";
|
print "<th>".getMLText("process")."</th>\n";
|
||||||
print "<th>".getMLText("user_group")."</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("version")."</th>\n";
|
||||||
print "<th>".getMLText("required")."</th>\n";
|
print "<th>".getMLText("userid_groupid")."</th>\n";
|
||||||
print "</tr>\n</thead>\n<tbody>\n";
|
print "</tr>\n</thead>\n<tbody>\n";
|
||||||
foreach(array('review', 'approval') as $process) {
|
foreach(array('review', 'approval') as $process) {
|
||||||
foreach(array('user', 'group') as $ug) {
|
foreach(array('user', 'group') as $ug) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user