* Project add type selection.

This commit is contained in:
leiyong
2020-09-21 14:56:13 +08:00
parent 239ae2eefe
commit cc046270aa
5 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
</div>
<div class='pull-right'>
<?php if(isset($lang->pageActions)) echo $lang->pageActions;?>
<?php if(common::hasPriv('program', 'createguide')) echo html::a($this->createLink('program', 'createguide'), "<i class='icon icon-sm icon-plus'></i> " . $this->lang->program->PRJCreate, '', "class='btn btn-primary' data-toggle='modal'");?>
<?php if(common::hasPriv('program', 'createguide')) echo html::a($this->createLink('program', 'createguide', 'program=0&from=PGM'), "<i class='icon icon-sm icon-plus'></i> " . $this->lang->program->PRJCreate, '', "class='btn btn-primary' data-toggle='modal'");?>
</div>
</div>
<div id='mainContent' class='main-row'>