* Hide the other products.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
<?php endif;?>
|
||||
</td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr>
|
||||
<td colspan='2'>
|
||||
<h5><?php echo $lang->install->promotion?></h5>
|
||||
@@ -56,6 +57,7 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
</table>
|
||||
</div>
|
||||
<div class='modal-footer'>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<div class='container mw-900px' id="zentaoLinks">
|
||||
<div class='row'>
|
||||
<?php foreach($lang->misc->zentao as $label => $groupItems):?>
|
||||
<?php if(strpos(',labels,icons,version,', ",$label,") !== false) continue; ?>
|
||||
<?php if(strpos(',labels,icons,version,others,', ",$label,") !== false) continue; ?>
|
||||
<div class='col-sm-2'>
|
||||
<div class='panel <?php echo $label;?>'>
|
||||
<div class='panel-heading'>
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
.adbox {margin-bottom: 0px; border: 0px; box-shadow: none;}
|
||||
.adbox .panel-body {padding-bottom: 0px; border: 0px;}
|
||||
|
||||
.col-md-6 {width: 49% !important;}
|
||||
.col-md-6 {width: 100% !important;}
|
||||
.row .divider {display: block; width: 2px; height: 450px; background-color: rgba(0,0,0,.05); float: left;}
|
||||
|
||||
.row .col-md-6 .message {padding-left: 50px; padding-top: 50px;}
|
||||
.row .col-md-6 .message #tohome {margin-top: 50px;}
|
||||
.row .col-md-6 .message p {font-size: 16px;}
|
||||
.row .col-md-6 .message .icon-check-circle {font-size: 40px; color: green;}
|
||||
.row .col-md-6 .message .icon-check-circle {font-size: 85px; color: green;}
|
||||
|
||||
.card {
|
||||
position: relative;
|
||||
|
||||
@@ -14,7 +14,7 @@ $lang->upgrade->start = 'Start';
|
||||
$lang->upgrade->result = 'Result';
|
||||
$lang->upgrade->fail = 'Failed';
|
||||
$lang->upgrade->successTip = 'Successed';
|
||||
$lang->upgrade->success = "<p><i class='icon icon-check-circle'></i></p><p>Congratulations!</p><p>Your ZenTao is updated.</p>";
|
||||
$lang->upgrade->success = "<p><i class='icon icon-check-circle'></i></p><p>Congratulations! Your ZenTao is updated.</p>";
|
||||
$lang->upgrade->tohome = 'Visit ZenTao';
|
||||
$lang->upgrade->license = 'ZenTao is under Z PUBLIC LICENSE(ZPL) 1.2.';
|
||||
$lang->upgrade->warnning = 'Warning!';
|
||||
|
||||
@@ -14,7 +14,7 @@ $lang->upgrade->start = '开始';
|
||||
$lang->upgrade->result = '升级结果';
|
||||
$lang->upgrade->fail = '升级失败';
|
||||
$lang->upgrade->successTip = '升级成功';
|
||||
$lang->upgrade->success = "<p><i class='icon icon-check-circle'></i></p><p>恭喜您!</p><p>您的禅道已经成功升级。</p>";
|
||||
$lang->upgrade->success = "<p><i class='icon icon-check-circle'></i></p><p>恭喜您!您的禅道已经成功升级。</p>";
|
||||
$lang->upgrade->tohome = '访问禅道';
|
||||
$lang->upgrade->license = '禅道项目管理软件已更换授权协议至 Z PUBLIC LICENSE(ZPL) 1.2';
|
||||
$lang->upgrade->warnning = '警告';
|
||||
|
||||
@@ -18,11 +18,12 @@
|
||||
<div class='modal-body'>
|
||||
<div class='row'>
|
||||
<div class='col-md-6'>
|
||||
<div class='message mgb-10'>
|
||||
<div class='message mgb-10 text-center'>
|
||||
<strong><?php echo $lang->upgrade->success?></strong>
|
||||
<div><?php echo html::a('index.php', $lang->upgrade->tohome, '', "class='btn btn-primary btn-wide' id='tohome'")?></div>
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class='divider'></div>
|
||||
<div class='col-md-6'>
|
||||
<div class='panel adbox'>
|
||||
@@ -39,6 +40,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user