mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-30 04:31:19 +00:00
replace '/' by ', ' for better line break in header
This commit is contained in:
parent
f76536b0a4
commit
5e846059f7
|
|
@ -120,7 +120,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
?>
|
||||
<legend><?php printMLText($type.'_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
|
||||
switch($type) {
|
||||
case "review":
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user