* adjust webapp.

This commit is contained in:
wangyidong
2013-02-25 05:59:11 +00:00
parent 9df65ddda0
commit b46581f4c1
11 changed files with 224 additions and 44 deletions
+2 -2
View File
@@ -14,13 +14,13 @@
<form method='post' target='hiddenwin'>
<div class='box-title'><?php echo $lang->webapp->install?></div>
<div class='box-content'>
<p><span><?php echo $lang->webapp->selectModule?></span>
<p align='center' style='margin-top:10px;'><span><?php echo $lang->webapp->selectModule?></span>
<?php
echo html::select('module', $modules);
echo html::submitButton();
common::printLink('tree', 'browse', "rootID=0&view=webapp", $lang->tree->manage, '_parent');
?>
</p>
<p align='center'><?php echo html::submitButton()?></p>
<div>
</form>
<?php include '../../common/view/footer.lite.html.php';?>