* Adjust code.

This commit is contained in:
tianshujie98
2021-07-06 08:19:15 +08:00
parent c4191da835
commit 480c6e4afc
-3
View File
@@ -18,9 +18,6 @@
<div id="mainMenu" class="clearfix">
<div class="btn-toolbar pull-left">
<span class='btn btn-link btn-active-text'><span class='text'><?php echo $lang->execution->linkStory;?></span></span>
<?php if($this->app->rawModule == 'execution' and $config->systemMode == 'new'):?>
<span class='btn btn-link'><span class='text'><?php echo $lang->execution->linkAllStoryTip;?></span></span>
<?php endif;?>
</div>
<div class='btn-toolbar pull-right'>
<?php common::printBack($this->createLink($this->app->rawModule, 'story', "objectID=$object->id"), 'btn btn-link');?>