From 6abc28119a56e5335c66df80aa0409484b4d64d2 Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 31 May 2018 17:43:48 +0800 Subject: [PATCH] * Adjust codes. --- module/my/view/todo.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php index ae73fc0c91..90fd51fd12 100644 --- a/module/my/view/todo.html.php +++ b/module/my/view/todo.html.php @@ -35,7 +35,7 @@
- " . $lang->todo->export, '', "class='btn btn-link iframe'");?> + " . $lang->todo->export, '', "class='btn btn-link export'");?> " . $lang->todo->batchCreate, '', "id='batchCreate' class='btn btn-secondary iframe' data-width='80%'", '', 'true');?> " . $lang->todo->create, '', "id='create' class='btn btn-primary iframe' data-width='80%'", '', 'true');?>