* finish task #6017.
This commit is contained in:
@@ -19,7 +19,7 @@ if(!$selfCall) die(include('./todolist.html.php'));
|
||||
.block-todoes .todoes-input .form-control:-ms-input-placeholder {font-size: 12px; line-height: 20px;color: #a4a8b6;}
|
||||
.block-todoes .todoes-input .form-control::placeholder {font-size: 12px; line-height: 20px; color: #a4a8b6;}
|
||||
.block-todoes .todoes {padding: 0 10px 10px 10px; margin: 0 -20px; max-height: 350px; overflow: auto; overflow-x:hidden}
|
||||
.block-todoes .todoes > li {position: relative; padding: 5px 10px 5px 35px; list-style: none; white-space:nowrap; overflow: auto; overflow-x:hidden; text-overflow: ellipsis;}
|
||||
.block-todoes .todoes > li {position: relative; padding: 5px 10px 5px 35px; list-style: none; white-space:nowrap; overflow: auto; overflow-x:hidden;}
|
||||
.block-todoes .todoes > li:hover {background-color: #e9f2fb;}
|
||||
.block-todoes .todo-title {padding: 5px;}
|
||||
.block-todoes .todo-pri {margin: 0 5px;}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<?php else:?>
|
||||
<div class="detail histories" id='actionbox' data-textDiff="<?php echo $lang->action->textDiff;?>" data-original="<?php echo $lang->action->original;?>">
|
||||
<?php endif;?>
|
||||
<style>.histories-list > li{word-break: break-all; word-wrap: break-word;}</style>
|
||||
<style>.histories-list > li{word-break: break-word; word-wrap: break-word;}</style>
|
||||
<script>
|
||||
$(function()
|
||||
{
|
||||
|
||||
@@ -21,6 +21,7 @@ $lang->file->label = 'Label:';
|
||||
$lang->file->maxUploadSize = "<span class='text-red'>%s</span>";
|
||||
$lang->file->applyTemplate = "Apply Template";
|
||||
$lang->file->tplTitle = "Template Name";
|
||||
$lang->file->tplTitleAB = "Template";
|
||||
$lang->file->setPublic = "Set Public Template";
|
||||
$lang->file->exportFields = "Fields";
|
||||
$lang->file->exportRange = "Data";
|
||||
|
||||
@@ -21,6 +21,7 @@ $lang->file->label = '标题:';
|
||||
$lang->file->maxUploadSize = "(不超过%s)";
|
||||
$lang->file->applyTemplate = "应用模板";
|
||||
$lang->file->tplTitle = "模板名称";
|
||||
$lang->file->tplTitleAB = "模板名称";
|
||||
$lang->file->setPublic = "设置公共模板";
|
||||
$lang->file->exportFields = "要导出字段";
|
||||
$lang->file->exportRange = "要导出的数据";
|
||||
|
||||
@@ -177,7 +177,7 @@ if($isCustomExport)
|
||||
</tr>
|
||||
<?php if($isCustomExport):?>
|
||||
<tr>
|
||||
<th><?php echo $lang->file->tplTitle;?></th>
|
||||
<th><?php echo $lang->file->tplTitleAB;?></th>
|
||||
<td id="tplBox"><?php echo $this->fetch('file', 'buildExportTPL', 'module=' . $this->moduleName);?></td>
|
||||
<td>
|
||||
<button type='button' onclick='setExportTPL()' class='btn'><?php echo $lang->file->setExportTPL?></button>
|
||||
|
||||
@@ -31,15 +31,13 @@ function closeWindow()
|
||||
<td>
|
||||
<div class='input-group'>
|
||||
<span class='input-group-addon'><?php echo $lang->testcase->num;?></span>
|
||||
<?php
|
||||
echo html::input('num', '10', "class='form-control'");
|
||||
?>
|
||||
<?php echo html::input('num', '10', "class='form-control'");?>
|
||||
</div>
|
||||
</td>
|
||||
<td class='w-100px'>
|
||||
<?php echo html::select('encode', $config->charsets[$this->cookie->lang], 'utf-8', "class='form-control'");?>
|
||||
</td>
|
||||
<td class="w-150px">
|
||||
<td class="w-100px">
|
||||
<?php echo html::submitButton('', '', 'btn btn-primary btn-block');?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user