This commit is contained in:
hufangzhou
2021-04-09 15:46:44 +08:00
parent c33405683a
commit f8101d02b8
+8
View File
@@ -23,6 +23,14 @@
<table class='table table-form'>
<tr>
<th class='w-110px'><?php echo $lang->doc->libType?></th>
<?php if($this->app->openApp != 'doc'):?>
<?php
foreach($libTypeList as $key => $libType)
{
if($this->app->openApp != $key) unset($libTypeList[$key]);
}
?>
<?php endif;?>
<td><?php echo html::radio('type', $libTypeList, $type ? $type : key($libTypeList))?></td>
</tr>
<tr class='product'>