* adjust webapp.
This commit is contained in:
@@ -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';?>
|
||||
|
||||
Reference in New Issue
Block a user