Merge branch 'sprint207_zg_57907' into 'master'
* Code for task#57907 See merge request easycorp/zentaopms!4089
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.c-company {width: 80px !important;}
|
||||
.c-company {width: 85px !important;}
|
||||
.c-company-value {width: 300px !important;}
|
||||
|
||||
.mw-table {max-width: 650px !important;}
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->install->password;?></th>
|
||||
<td><?php echo html::input('password', '', "class='form-control' oninput=\"this.value = this.value.replace(/[\u4e00-\u9fa5d]/g, '');\"");?></td>
|
||||
<td><?php echo html::input('password', '', "class='form-control' oninput=\"this.value = this.value.replace(/[\u4e00-\u9fa5]/g, '');\"");?></td>
|
||||
<td><?php echo $lang->install->placeholder->password;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user