* adjust the link of import and create story.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user