onokazu
onoka****@users*****
2005年 8月 3日 (水) 21:39:15 JST
Index: xoops2jp/html/modules/sections/admin/index.php diff -u xoops2jp/html/modules/sections/admin/index.php:1.4 xoops2jp/html/modules/sections/admin/index.php:1.5 --- xoops2jp/html/modules/sections/admin/index.php:1.4 Tue Jun 28 16:45:07 2005 +++ xoops2jp/html/modules/sections/admin/index.php Wed Aug 3 21:39:15 2005 @@ -1,5 +1,5 @@ <?php -// $Id: index.php,v 1.4 2005/06/28 07:45:07 onokazu Exp $ +// $Id: index.php,v 1.5 2005/08/03 12:39:15 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -52,7 +52,7 @@ echo "<ul>"; while(list($secid, $secname) = $xoopsDB->fetchRow($result)) { $secname=$myts->makeTboxData4Show($secname); - echo "<li><a href=\"index.php?op=sectionedit&secid=".$secid."\">".$secname."</a></li>"; + echo "<li><a href=\"index.php?op=sectionedit&secid=".$secid."\">".$secname."</a></li>"; } echo "</ul>"; echo "</td></tr></table>"; @@ -89,7 +89,7 @@ $result2 = $xoopsDB->query("select secid, secname from ".$xoopsDB->prefix("sections")." where secid='$secid'"); list($secid, $secname) = $xoopsDB->fetchRow($result2); $secname = $myts->makeTboxData4Show($secname); - echo "<li>$title ($secname) [ <a href=index.php?op=secartedit&artid=$artid>"._MD_EDIT."</a> ]"; + echo "<li>$title ($secname) [ <a href=index.php?op=secartedit&artid=$artid>"._MD_EDIT."</a> ]</li>"; } ?> </ul> <?php echo "<form action=\"index.php\" method=\"post\">"; ?>