* Finish task #42432.

This commit is contained in:
liyuchun
2021-09-08 11:28:13 +08:00
parent bc87c4bd4c
commit a409ef22f0
+13 -5
View File
@@ -1,3 +1,15 @@
<?php
/**
* The select lib type view file of doc module of ZenTaoPMS.
*
* @copyright Copyright 2009-2021 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.zentao.net)
* @license ZPL (http://zpl.pub/page/zplv12.html)
* @author Yuchun Li <liyuchun@easycorp.ltd>
* @package doc
* @version $Id: selectlibtype.html.php 958 2021-09-3 17:09:42Z liyuchun $
* @link http://www.zentao.net
*/
?>
<?php include '../../common/view/header.lite.html.php';?>
<div id='mainContent' class='main-content'>
<div class='center-block'>
@@ -12,11 +24,7 @@
<td class='w-p85'><?php echo html::radio('objectType', $lang->doc->libTypeList, 'product');?></td>
</tr>
<tr>
<td colspan='3' class='text-center form-actions'>
<?php
echo html::submitButton($lang->confirm);
?>
</td>
<td colspan='3' class='text-center form-actions'><?php echo html::submitButton($lang->confirm);?></td>
</tr>
</table>
</form>