OSDN Git Service

CHANGE: ITEMのEDIT/DELETEリンクの位置を逆転
authorsakamocchi <o-takashi@sakamocchi.jp>
Sat, 3 Mar 2012 15:30:25 +0000 (00:30 +0900)
committersakamocchi <o-takashi@sakamocchi.jp>
Sat, 3 Mar 2012 15:30:25 +0000 (00:30 +0900)
nucleus/libs/showlist.php

index cf95007..3943413 100644 (file)
@@ -700,8 +700,8 @@ function listplug_table_categorylist($template, $type)
                        echo "<label for=\"batch{$id}\">{$current->cname}</label>\n";
                        echo '</td>\n';
                        echo "<td>{$current->cdesc}</td>\n";
-                       echo "<td><a href=\"index.php?action=categorydelete&amp;blogid={$current->cblog}&amp;catid={$current->catid}\" tabindex=\"{$template['tabindex']}\">" . _LISTS_DELETE . "</a></td>\n";
                        echo "<td><a href=\"index.php?action=categoryedit&amp;blogid=}$current->cblog}&amp;catid={$current->catid}\" tabindex=\"{$template['tabindex']}\">" . _LISTS_EDIT . "</a></td>\n";
+                       echo "<td><a href=\"index.php?action=categorydelete&amp;blogid={$current->cblog}&amp;catid={$current->catid}\" tabindex=\"{$template['tabindex']}\">" . _LISTS_DELETE . "</a></td>\n";
                        break;
        }
        return;