* finish task #4825.

This commit is contained in:
wangyidong
2018-09-04 14:24:25 +08:00
parent 3fdefc81e9
commit 934465c5da
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
}
else
{
common::printIcon('todo', 'assignto', "todoID=$todo->id", $todo, 'list', 'hand-right', '', "iframe", false, "data-width='600'");
common::printIcon('todo', 'assignTo', "todoID=$todo->id", $todo, 'list', 'hand-right', '', "iframe", false, "data-width='600'");
common::printIcon('todo', 'finish', "id=$todo->id", $todo, 'list', 'checked', 'hiddenwin');
}
common::printIcon('todo', 'edit', "id=$todo->id", '', 'list', 'edit', '', 'iframe', true);
+1 -1
View File
@@ -95,7 +95,7 @@
<tr>
<th><?php echo $lang->todo->name;?></th>
<td colspan='2'>
<div class='nameBox hidden'><?php echo html::input('name', '', "class='form-control' autocomplete='off'");?></div>
<div id='nameBox' class='hidden'><?php echo html::input('name', '', "class='form-control' autocomplete='off'");?></div>
<div class='nameBox required'><?php echo html::input('name', '', "class='form-control' autocomplete='off'");?></div>
</td>
</tr>