* code for task #2236.

This commit is contained in:
wangyidong
2015-05-06 11:16:28 +08:00
parent 7006837d1f
commit dca976c86a
3 changed files with 32 additions and 26 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ $jsRoot = $webRoot . "js/";
</div>
<form action="<?php echo inlink('edit', 'module=' . $module->id .'&type=' .$type);?>" target='hiddenwin' class='form-condensed' method='post' class='mt-10px' id='dataform'>
<table class='table table-form'>
<?php if($type == 'story'):?>
<?php if($showProduct):?>
<tr>
<th class='w-80px'><?php echo $lang->tree->product;?></th>
<td><?php echo html::select('root', $products, $module->root, "class='form-control chosen' onchange='getProductModules(this.value)'");?></td>