* adjust the link of import and create story.

This commit is contained in:
wangchunsheng
2011-12-07 00:08:30 +00:00
parent 49749d1509
commit bd98ab60af

View File

@@ -16,10 +16,10 @@
<caption class='caption-tl'>
<div class='f-left'><?php echo $lang->project->story;?></div>
<div class='f-right'>
<?php
if(common::hasPriv('project', 'linkstory')) echo html::a($this->createLink('project', 'linkstory', "project=$project->id"), $lang->project->linkStory);
common::printLink('story', 'create', "productID=0&moduleID=0&story=0&project=$project->id", $lang->story->create);
?>
<?php
common::printLink('story', 'create', "productID=0&moduleID=0&story=0&project=$project->id", $lang->story->create);
if(common::hasPriv('project', 'linkstory')) echo html::a($this->createLink('project', 'linkstory', "project=$project->id"), $lang->project->linkStory);
?>
</div>
</caption>
<thead>