* Fix bugs.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
#budget {border-right:0px;}
|
||||
@@ -1331,7 +1331,7 @@ class programModel extends model
|
||||
echo $project->code;
|
||||
break;
|
||||
case 'PRJName':
|
||||
echo html::a(helper::createLink('program', 'index', "projectID=$project->id"), $project->name);
|
||||
echo html::a(helper::createLink('program', 'index', "projectID=$project->id", '', '', $project->id), $project->name);
|
||||
break;
|
||||
case 'PRJModel':
|
||||
echo zget($this->lang->program->modelList, $project->model);
|
||||
|
||||
@@ -14,7 +14,7 @@ $programsPinYin = common::convert2Pinyin($programNames);
|
||||
</div>
|
||||
<div class="col-footer">
|
||||
<div class='pull-left'>
|
||||
<?php echo html::a(helper::createLink('program', 'browse', 'status=all'), '<i class="icon icon-cards-view muted"></i> ' . $lang->project->all, '', 'class="not-list-item"'); ?>
|
||||
<?php echo html::a(helper::createLink('program', 'pgmbrowse', 'status=all'), '<i class="icon icon-cards-view muted"></i> ' . $lang->project->all, '', 'class="not-list-item"'); ?>
|
||||
</div>
|
||||
<div class='pull-right'>
|
||||
<?php echo html::checkbox('showClosed', array('1' => $lang->program->PGMShowClosed), '', $this->cookie->showClosed ? 'checked=checked' : '');?>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->program->PGMParent;?></th>
|
||||
<td><?php echo html::select('parent', $parents, $project->parent, "class='form-control chosen' onchange='setAclList(this.value)");?></td><td></td><td></td>
|
||||
<td><?php echo html::select('parent', $parents, $project->parent, "class='form-control chosen' onchange='setAclList(this.value)'");?></td><td></td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->program->PRJName;?></th>
|
||||
|
||||
Reference in New Issue
Block a user