* finish task#764

This commit is contained in:
chencongzhi520@gmail.com
2012-04-23 00:22:00 +00:00
parent 9e56e80f40
commit a684332d06
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@
<div class='f-right'>
<?php
common::printLink('todo', 'export', "account=$account&orderBy=id_desc", $lang->export, '', 'class="export"');
common::printLink('todo', 'batchCreate', "", $lang->todo->batchCreate);
echo html::a($this->createLink('todo', 'create', "date=$date"), $lang->todo->create);
?>
</div>
+1
View File
@@ -12,6 +12,7 @@
$lang->todo->common = 'TODO';
$lang->todo->index = "Index";
$lang->todo->create = "Create";
$lang->todo->batchCreate = "Batch create";
$lang->todo->edit = "Edit";
$lang->todo->view = "Info";
$lang->todo->viewAB = "Info";
+1
View File
@@ -12,6 +12,7 @@
$lang->todo->common = 'TODO';
$lang->todo->index = "todo一览";
$lang->todo->create = "新增TODO";
$lang->todo->batchCreate = "批量添加";
$lang->todo->edit = "更新TODO";
$lang->todo->view = "TODO详情";
$lang->todo->viewAB = "详情";
+1
View File
@@ -12,6 +12,7 @@
$lang->todo->common = 'TODO';
$lang->todo->index = "todo一覽";
$lang->todo->create = "新增TODO";
$lang->todo->batchCreate = "批量添加";
$lang->todo->edit = "更新TODO";
$lang->todo->view = "TODO詳情";
$lang->todo->viewAB = "詳情";