* finish task #5982.

This commit is contained in:
wangyidong
2019-07-11 15:57:45 +08:00
parent d1846f9a53
commit 6b58d9a1cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
<div class="detail-content">
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->testreport->startEnd?></th>
<th class='w-100px'><?php echo $lang->testreport->startEnd?></th>
<td class='w-p50'>
<div class='input-group'>
<?php echo html::input('begin', $begin, "class='form-control form-date'")?>
+1 -1
View File
@@ -25,7 +25,7 @@
<div class='detail-title'><?php echo $lang->testreport->legendBasic?></div>
<table class='table table-form'>
<tr>
<th class='w-80px'><?php echo $lang->testreport->startEnd?></th>
<th class='w-100px'><?php echo $lang->testreport->startEnd?></th>
<td class='w-p50'>
<div class='input-group'>
<?php echo html::input('begin', $report->begin, "class='form-control form-date'")?>