adjust columns width'
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
<div class='tab-pane active' id='legendBasicInfo'>
|
||||
<table class='table table-data table-condensed table-borderless table-fixed'>
|
||||
<tr valign='middle'>
|
||||
<th class='w-60px'><?php echo $lang->bug->product;?></th>
|
||||
<th class='w-70px'><?php echo $lang->bug->product;?></th>
|
||||
<td><?php if(!common::printLink('bug', 'browse', "productID=$bug->product", $productName)) echo $productName;?></td>
|
||||
</tr>
|
||||
<?php if($this->session->currentProductType != 'normal'):?>
|
||||
@@ -239,7 +239,7 @@
|
||||
<div class='tab-pane active' id='legendLife'>
|
||||
<table class='table table-data table-condensed table-borderless table-fixed'>
|
||||
<tr>
|
||||
<th class='w-60px'><?php echo $lang->bug->openedBy;?></th>
|
||||
<th class='w-90px'><?php echo $lang->bug->openedBy;?></th>
|
||||
<td> <?php echo zget($users, $bug->openedBy) . $lang->at . $bug->openedDate;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -288,7 +288,7 @@
|
||||
<div class='tab-pane' id='legendMisc'>
|
||||
<table class='table table-data table-condensed table-borderless table-fixed'>
|
||||
<tr class='text-top'>
|
||||
<th class='w-60px'><?php echo $lang->bug->linkBug;?></th>
|
||||
<th class='w-80px'><?php echo $lang->bug->linkBug;?></th>
|
||||
<td>
|
||||
<?php
|
||||
if(isset($bug->linkBugTitles))
|
||||
|
||||
+11
-10
@@ -1,14 +1,15 @@
|
||||
<?php
|
||||
$lang->mail->common = 'Email Settings';
|
||||
$lang->mail->index = 'Home';
|
||||
$lang->mail->detect = 'Testing';
|
||||
$lang->mail->edit = 'Edit Settings';
|
||||
$lang->mail->save = 'Saved';
|
||||
$lang->mail->test = 'Email Sending Test';
|
||||
$lang->mail->reset = 'Reset';
|
||||
$lang->mail->resend = 'Resend';
|
||||
$lang->mail->browse = 'Email List';
|
||||
$lang->mail->delete = 'Delete Email';
|
||||
$lang->mail->common = 'Email Settings';
|
||||
$lang->mail->index = 'Home';
|
||||
$lang->mail->detect = 'Testing';
|
||||
$lang->mail->edit = 'Edit Settings';
|
||||
$lang->mail->save = 'Save';
|
||||
$lang->mail->saveSuccess = 'Saved Successfully';
|
||||
$lang->mail->test = 'Email Sending Test';
|
||||
$lang->mail->reset = 'Reset';
|
||||
$lang->mail->resend = 'Resend';
|
||||
$lang->mail->browse = 'Email List';
|
||||
$lang->mail->delete = 'Delete Email';
|
||||
$lang->mail->ztCloud = 'ZenTao CloudMail';
|
||||
$lang->mail->gmail = 'GMAIL';
|
||||
$lang->mail->sendCloud = 'Notice SendCloud';
|
||||
|
||||
+11
-10
@@ -1,14 +1,15 @@
|
||||
<?php
|
||||
$lang->mail->common = '发信配置';
|
||||
$lang->mail->index = '首页';
|
||||
$lang->mail->detect = '检测';
|
||||
$lang->mail->edit = '编辑配置';
|
||||
$lang->mail->save = '成功保存';
|
||||
$lang->mail->test = '测试发信';
|
||||
$lang->mail->reset = '重置';
|
||||
$lang->mail->resend = '重发';
|
||||
$lang->mail->browse = '邮件列表';
|
||||
$lang->mail->delete = '删除邮件';
|
||||
$lang->mail->common = '发信配置';
|
||||
$lang->mail->index = '首页';
|
||||
$lang->mail->detect = '检测';
|
||||
$lang->mail->edit = '编辑配置';
|
||||
$lang->mail->save = '保存';
|
||||
$lang->mail->saveSuccess = '保存成功';
|
||||
$lang->mail->test = '测试发信';
|
||||
$lang->mail->reset = '重置';
|
||||
$lang->mail->resend = '重发';
|
||||
$lang->mail->browse = '邮件列表';
|
||||
$lang->mail->delete = '删除邮件';
|
||||
$lang->mail->ztCloud = '禅道云发信';
|
||||
$lang->mail->gmail = 'GMAIL发信';
|
||||
$lang->mail->sendCloud = 'Notice发信';
|
||||
|
||||
+11
-10
@@ -1,14 +1,15 @@
|
||||
<?php
|
||||
$lang->mail->common = '發信配置';
|
||||
$lang->mail->index = '首頁';
|
||||
$lang->mail->detect = '檢測';
|
||||
$lang->mail->edit = '編輯配置';
|
||||
$lang->mail->save = '成功保存';
|
||||
$lang->mail->test = '測試發信';
|
||||
$lang->mail->reset = '重置';
|
||||
$lang->mail->resend = '重發';
|
||||
$lang->mail->browse = '郵件列表';
|
||||
$lang->mail->delete = '刪除郵件';
|
||||
$lang->mail->common = '發信配置';
|
||||
$lang->mail->index = '首頁';
|
||||
$lang->mail->detect = '檢測';
|
||||
$lang->mail->edit = '編輯配置';
|
||||
$lang->mail->save = '保存';
|
||||
$lang->mail->saveSuccess = '成功保存';
|
||||
$lang->mail->test = '測試發信';
|
||||
$lang->mail->reset = '重置';
|
||||
$lang->mail->resend = '重發';
|
||||
$lang->mail->browse = '郵件列表';
|
||||
$lang->mail->delete = '刪除郵件';
|
||||
$lang->mail->ztCloud = '禪道雲發信';
|
||||
$lang->mail->gmail = 'GMAIL發信';
|
||||
$lang->mail->sendCloud = 'Notice發信';
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<div class='heading'>
|
||||
<span class='prefix'><?php echo html::icon($lang->icons['mail']);?></span>
|
||||
<strong><?php echo $lang->mail->common;?></strong>
|
||||
<small class='text-success'> <?php echo $lang->mail->save;?> <?php echo html::icon('ok-sign');?></small>
|
||||
<small class='text-success'> <?php echo $lang->mail->saveSuccess;?> <?php echo html::icon('ok-sign');?></small>
|
||||
</div>
|
||||
</div>
|
||||
<div class='alert alert-block with-icon'>
|
||||
|
||||
@@ -134,12 +134,12 @@
|
||||
<table class='table table-data table-condensed table-borderless table-fixed'>
|
||||
<?php if($isLibCase):?>
|
||||
<tr>
|
||||
<th class='w-60px'><?php echo $lang->testcase->lib;?></th>
|
||||
<th class='w-80px'><?php echo $lang->testcase->lib;?></th>
|
||||
<td><?php if(!common::printLink('testsuite', 'library', "libID=$case->lib", $libName)) echo $libName;?></td>
|
||||
</tr>
|
||||
<?php else:?>
|
||||
<tr>
|
||||
<th class='w-60px'><?php echo $lang->testcase->product;?></th>
|
||||
<th class='w-80px'><?php echo $lang->testcase->product;?></th>
|
||||
<td><?php if(!common::printLink('testcase', 'browse', "productID=$case->product", $productName)) echo $productName;?></td>
|
||||
</tr>
|
||||
<?php if($this->session->currentProductType != 'normal'):?>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<strong class='pull-left'><small class='text-muted'><?php echo html::icon($lang->icons['batchCreate']);?></small> <?php echo $lang->todo->batchCreate;?></strong>
|
||||
<div class='input-group w-200px pull-left' id='datepicker'>
|
||||
<span class='input-group-addon'><?php echo $lang->todo->date;?></span>
|
||||
<?php echo html::input('date', $date, "class='form-control form-date' onchange='updateAction(this.value)'");?>
|
||||
<?php echo html::input('date', $date, "class='form-control form-date' style='width:90px;' onchange='updateAction(this.value)'");?>
|
||||
<span class='input-group-addon'><input type='checkbox' id='switchDate' onclick='switchDateTodo(this);'> <?php echo $lang->todo->periods['future'];?></span>
|
||||
</div>
|
||||
<div class='actions'>
|
||||
|
||||
Reference in New Issue
Block a user