* adjust the placeholder of chosen.
This commit is contained in:
@@ -87,5 +87,4 @@ $(document).ready(function()
|
||||
setPreview();
|
||||
$("#story").chosen({no_results_text: noResultsMatch});
|
||||
$("#mailto").chosen({no_results_text: noResultsMatch});
|
||||
$("#mailto_chzn .chzn-choices li.search-field input").attr('value', mailto);
|
||||
});
|
||||
|
||||
@@ -2,7 +2,6 @@ $(function()
|
||||
{
|
||||
$("#story").chosen({no_results_text: noResultsMatch});
|
||||
$("#mailto").chosen({no_results_text: noResultsMatch});
|
||||
$("#mailto_chzn .chzn-choices li.search-field input").attr('value', mailto);
|
||||
$('.iframe').colorbox({width:900, height:500, iframe:true, transition:'none', onCleanup:function(){parent.location.href=parent.location.href;}});
|
||||
})
|
||||
|
||||
|
||||
@@ -233,6 +233,3 @@ $lang->task->report->finishedTasksPerDay->graph->rotateNames = '1';
|
||||
|
||||
$lang->task->placeholder = new stdclass();
|
||||
$lang->task->placeholder->estimate = 'The estimated time for this task';
|
||||
|
||||
$lang->task->chosen = new stdclass();
|
||||
$lang->task->chosen->mailto = 'Choose users to mail...';
|
||||
|
||||
@@ -233,6 +233,3 @@ $lang->task->report->finishedTasksPerDay->graph->rotateNames = '1';
|
||||
|
||||
$lang->task->placeholder = new stdclass();
|
||||
$lang->task->placeholder->estimate = '对该任务最初的预计';
|
||||
|
||||
$lang->task->chosen = new stdclass();
|
||||
$lang->task->chosen->mailto = '输入用户名进行选择...';
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<?php js::set('holders', $lang->task->placeholder);?>
|
||||
<?php js::set('mailto', $lang->task->chosen->mailto);?>
|
||||
<form method='post' enctype='multipart/form-data' id='dataform' class='ajaxForm'>
|
||||
<table align='center' class='table-1 a-left'>
|
||||
<caption>
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
<?php js::set('oldStoryID', $task->story); ?>
|
||||
<?php js::set('confirmChangeProject', $lang->task->confirmChangeProject); ?>
|
||||
<?php js::set('changeProjectConfirmed', false); ?>
|
||||
<?php js::set('mailto', $lang->task->chosen->mailto);?>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin' id='dataform'>
|
||||
<div id='titlebar'>
|
||||
<div id='main'>TASK #<?php echo $task->id . $lang->colon . html::input('name', $task->name, 'class="text-1"');?></div>
|
||||
|
||||
Reference in New Issue
Block a user