replace '/' by ', ' for better line break in table header

This commit is contained in:
Uwe Steinmann 2015-05-21 15:44:18 +02:00
parent f86fe26eee
commit 555b586cda

View File

@ -661,7 +661,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
<div class="span6">
<legend><?php printMLText('review_log'); ?></legend>
<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
$reviewStatusList = $latestContent->getReviewStatus(10);
foreach($reviewStatusList as $rec) {