This commit is contained in:
Catouse
2018-05-18 15:06:54 +08:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<?php include '../../common/view/header.lite.html.php';?>
<div class='container'>
<div class='modal-dialog'>
<form method='post' action='<?php echo $this->createLink('install', 'step3');?>' class='form-condensed'>
<form method='post' action='<?php echo $this->createLink('install', 'step3');?>'>
<div class='modal-header'><strong><?php echo $lang->install->setConfig;?></strong></div>
<div class='modal-body'>
<table align='center' class='table table-bordered table-form'>
+1 -1
View File
@@ -43,7 +43,7 @@
<strong><?php echo $lang->install->getPriv;?></strong>
</div>
<div class='modal-body'>
<form class='form-condensed' method='post' target='hiddenwin'>
<form method='post' target='hiddenwin'>
<table class='table table-form mw-400px' style='margin: 0 auto'>
<tr>
<th class='w-100px'><?php echo $lang->install->company;?></th>
+1 -1
View File
@@ -12,7 +12,7 @@
<?php include '../../common/view/header.lite.html.php';?>
<?php include '../../common/view/chosen.html.php';?>
<div class='container'>
<form class='form-condensed' method='post' action='<?php echo inlink('confirm');?>'>
<form method='post' action='<?php echo inlink('confirm');?>'>
<div class='modal-dialog'>
<div class='modal-header'>
<strong><?php echo $lang->upgrade->selectVersion;?></strong>