mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
replace '/' by ', ' for better line break in header of table
This commit is contained in:
parent
555b586cda
commit
967f85a463
|
@ -714,7 +714,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
<legend><?php printMLText('approval_log'); ?></legend>
|
<legend><?php printMLText('approval_log'); ?></legend>
|
||||||
<table class="table condensed">
|
<table class="table condensed">
|
||||||
<tr><th><?php printMLText('name'); ?></th><th><?php printMLText('last_update'); ?>/<?php printMLText('comment'); ?></th><th><?php printMLText('status'); ?></th></tr>
|
<tr><th><?php printMLText('name'); ?></th><th><?php printMLText('last_update'); ?>, <?php printMLText('comment'); ?></th><th><?php printMLText('status'); ?></th></tr>
|
||||||
<?php
|
<?php
|
||||||
$approvalStatusList = $latestContent->getApprovalStatus(10);
|
$approvalStatusList = $latestContent->getApprovalStatus(10);
|
||||||
foreach($approvalStatusList as $rec) {
|
foreach($approvalStatusList as $rec) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user