* Fix bug.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</div>
|
||||
<div class='btn-toolbar pull-right'>
|
||||
<?php
|
||||
if(!$plan->deleted)
|
||||
if(!$plan->deleted && !isonlybody())
|
||||
{
|
||||
echo $this->buildOperateMenu($plan, 'view');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user