change button style
This commit is contained in:
parent
0e884a6ca6
commit
59736d36bd
|
@ -29,7 +29,7 @@ $this->headLink()->appendStylesheet('/css/mdreview.css');
|
|||
<div class="media-body">
|
||||
<h4 class="media-heading"><a href="/data/<?php echo $md['uuid'];?>"><?php echo $this->escape($md['title']); ?> </a>【状态:<?php echo $md['statustext']; ?>】</h4>
|
||||
<?php if ($md['status']!=5) : ?>
|
||||
<a href="/review/review/uuid/<?php echo $md['uuid'];?>"><img src="/images/review.png" alt="查看评审页" title="进行数据评审"></a>
|
||||
<a class="btn btn-primary" href="/review/review/uuid/<?php echo $md['uuid'];?>">进行数据评审</a>
|
||||
<?php else : ?>
|
||||
【接收时间:<?php echo date('Y-m-d',strtotime($md['ts_accepted'])); ?>
|
||||
审结时间:<?php echo date('Y-m-d',strtotime($md['ts_finished'])); ?>】
|
||||
|
|
Loading…
Reference in New Issue