Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -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'>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user