+ add proversion at report page.
This commit is contained in:
@@ -6,3 +6,6 @@ ul#report-list{margin:0px;}
|
||||
ul li{list-style:none;}
|
||||
#product td, tr, th{ border:1px solid #E4E4E4;}
|
||||
#product p{margin:2px 0;}
|
||||
|
||||
.proversion {text-align:center; margin-top:10px}
|
||||
.proversion a{color:red}
|
||||
|
||||
@@ -58,3 +58,5 @@ $lang->report->devTestRate = 'Dev/Test';
|
||||
$lang->report->details = 'Details';
|
||||
$lang->report->total = 'Total';
|
||||
$lang->report->to = 'to';
|
||||
|
||||
$lang->report->proVersion = '<a href="http://www.zentao.net/goto.php?item=proversion&from=reportpage" target="_blank">Try pro version for more!</a>';
|
||||
|
||||
@@ -58,3 +58,5 @@ $lang->report->devTestRate = '开发/测试';
|
||||
$lang->report->details = '详情';
|
||||
$lang->report->total = '总计';
|
||||
$lang->report->to = '至';
|
||||
|
||||
$lang->report->proVersion = '<a href="http://www.zentao.net/goto.php?item=proversion&from=reportpage" target="_blank">更多精彩,尽在专业版!</a>';
|
||||
|
||||
@@ -5,10 +5,12 @@
|
||||
<td class='side'>
|
||||
<div class='box-title'><?php echo $lang->report->list;?></div>
|
||||
<div class='box-content'>
|
||||
<ul id="report-list">
|
||||
<li><?php echo html::a(inlink('projectDeviation'), $lang->report->projectDeviation);?></li>
|
||||
</ul>
|
||||
<ul id="report-list">
|
||||
<li><?php echo html::a(inlink('projectDeviation'), $lang->report->projectDeviation);?></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='proversion'><?php echo $lang->report->proVersion;?></div>
|
||||
|
||||
</td>
|
||||
<td class='divider'></td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user