From 0c4068c563db13162327c79bcf941c5f3dab96a0 Mon Sep 17 00:00:00 2001 From: sakamocchi Date: Sun, 4 Mar 2012 00:30:25 +0900 Subject: [PATCH] =?utf8?q?CHANGE:=20ITEM=E3=81=AEEDIT/DELETE=E3=83=AA?= =?utf8?q?=E3=83=B3=E3=82=AF=E3=81=AE=E4=BD=8D=E7=BD=AE=E3=82=92=E9=80=86?= =?utf8?q?=E8=BB=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- nucleus/libs/showlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucleus/libs/showlist.php b/nucleus/libs/showlist.php index cf95007..3943413 100644 --- a/nucleus/libs/showlist.php +++ b/nucleus/libs/showlist.php @@ -700,8 +700,8 @@ function listplug_table_categorylist($template, $type) echo "\n"; echo '\n'; echo "{$current->cdesc}\n"; - echo "cblog}&catid={$current->catid}\" tabindex=\"{$template['tabindex']}\">" . _LISTS_DELETE . "\n"; echo "cblog}&catid={$current->catid}\" tabindex=\"{$template['tabindex']}\">" . _LISTS_EDIT . "\n"; + echo "cblog}&catid={$current->catid}\" tabindex=\"{$template['tabindex']}\">" . _LISTS_DELETE . "\n"; break; } return; -- 2.11.0