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

This commit is contained in:
Uwe Steinmann 2015-05-21 15:59:32 +02:00
parent 555b586cda
commit 967f85a463

View File

@ -714,7 +714,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
<div class="span6">
<legend><?php printMLText('approval_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
$approvalStatusList = $latestContent->getApprovalStatus(10);
foreach($approvalStatusList as $rec) {