* fix style of tree menu.

This commit is contained in:
Catouse
2016-02-22 15:03:44 +08:00
parent 0f2f5eaf1a
commit 9141bb13d7
11 changed files with 22 additions and 29 deletions
+5 -1
View File
@@ -35,8 +35,12 @@
<td class='w-300px'><?php echo html::radio('productproject', $lang->custom->productproject->relation, isset($config->custom->productproject) ? $config->custom->productproject : '0_0');?></td>
<td><?php echo html::submitButton()?></td>
</tr>
<tr>
<td colspan='3' class='pd-0'>
<div class='alert alert-info alert-block'><strong><?php echo $lang->custom->productproject->notice?></strong></div>
</td>
</tr>
</table>
<div class='alert alert-info'><strong><?php echo $lang->custom->productproject->notice?></strong></div>
</form>
</div>
<?php include '../../common/view/footer.html.php';?>