Merge branch 'sprint/174_hufangzhou_17311' into 'master'

* Fix bug #17311.

See merge request easycorp/zentaopms!865
This commit is contained in:
孙广明
2021-12-09 08:55:43 +00:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -497,6 +497,8 @@ class program extends control
die(js::locate($this->createLink('program', 'stakeholder', "programID=$programID"), 'parent'));
}
$this->program->setMenu($programID);
$this->loadModel('user');
$this->lang->program->switcherMenu = $this->program->getSwitcher($programID, true);
@@ -85,7 +85,7 @@
</tr>
<?php endfor;?>
</tbody>
<tfoot><tr><td colspan='6' class='text-center form-actions'><?php echo html::submitButton() . ' ' . html::backButton(); ?></td></tr></tfoot>
<tfoot><tr><td colspan='6' class='form-actions'><?php echo html::submitButton() . ' ' . html::backButton(); ?></td></tr></tfoot>
</table>
</form>
</div>