mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
replace '/' by ', ' for better line break in table header
This commit is contained in:
parent
f86fe26eee
commit
555b586cda
|
@ -661,7 +661,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
<legend><?php printMLText('review_log'); ?></legend>
|
<legend><?php printMLText('review_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
|
||||||
$reviewStatusList = $latestContent->getReviewStatus(10);
|
$reviewStatusList = $latestContent->getReviewStatus(10);
|
||||||
foreach($reviewStatusList as $rec) {
|
foreach($reviewStatusList as $rec) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user