approval/review log was mixed up

This commit is contained in:
Uwe Steinmann 2015-03-18 11:54:01 +01:00
parent c67f279572
commit 67bd3171b4

View File

@ -597,8 +597,11 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
$this->contentContainerEnd(); $this->contentContainerEnd();
?> ?>
<div class="row-fluid"> <div class="row-fluid">
<?php
if($workflowmode != 'traditional_only_approval') {
?>
<div class="span6"> <div class="span6">
<legend><?php printMLText('approval_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
@ -648,10 +651,10 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
</table> </table>
</div> </div>
<?php <?php
if($workflowmode != 'traditional_only_approval') { }
?> ?>
<div class="span6"> <div class="span6">
<legend><?php printMLText('review_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
@ -701,7 +704,6 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
</table> </table>
</div> </div>
<?php <?php
}
} }
?> ?>
</div> </div>