* Fix bug #11948.
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user