From: kimitake Date: Sat, 13 Aug 2005 07:21:33 +0000 (+0000) Subject: added white-space:nowrap to th/td tag X-Git-Tag: pre-release-3-3-b3~77 X-Git-Url: http://git.sourceforge.jp/view?p=nucleus-jp%2Fnucleus-jp-ancient.git;a=commitdiff_plain;h=15653ead86d85e59113e95ab0471e8cd6b338ea5 added white-space:nowrap to th/td tag git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@107 1ca29b6e-896d-4ea0-84a5-967f57386b96 --- diff --git a/euc/nucleus/libs/ADMIN.php b/euc/nucleus/libs/ADMIN.php index 43bddf8..9abe35e 100755 --- a/euc/nucleus/libs/ADMIN.php +++ b/euc/nucleus/libs/ADMIN.php @@ -11,8 +11,8 @@ * * The code for the Nucleus admin area * - * $Id: ADMIN.php,v 1.7 2005-04-19 06:57:48 kimitake Exp $ - * $NucleusJP: ADMIN.php,v 1.6.2.1 2005/04/19 06:56:22 kimitake Exp $ + * $Id: ADMIN.php,v 1.8 2005-08-13 07:21:33 kimitake Exp $ + * $NucleusJP: ADMIN.php,v 1.7 2005/04/19 06:57:48 kimitake Exp $ */ class ADMIN { @@ -6109,7 +6109,7 @@ function listplug_table_pluginlist($template, $type) { switch($type) { case 'HEAD': echo ''._LISTS_INFO.''._LISTS_DESC.''; - echo ''._LISTS_ACTIONS.''; + echo ''._LISTS_ACTIONS.''; break; case 'BODY': $current = $template['current']; @@ -6236,7 +6236,7 @@ function listplug_plugOptionRow($current) { function listplug_table_itemlist($template, $type) { switch($type) { case 'HEAD': - echo ""._LIST_ITEM_INFO.""._LIST_ITEM_CONTENT.""._LISTS_ACTIONS.""; + echo ""._LIST_ITEM_INFO.""._LIST_ITEM_CONTENT.""._LISTS_ACTIONS.""; break; case 'BODY': $current = $template['current']; @@ -6270,7 +6270,7 @@ function listplug_table_itemlist($template, $type) { $current->ibody = htmlspecialchars(shorten($current->ibody,300,'...')); echo "$current->ibody"; - echo ""; + echo ""; echo ""._LISTS_EDIT.""; echo "
"._LISTS_COMMENTS.""; echo "
"._LISTS_MOVE.""; @@ -6316,10 +6316,10 @@ function listplug_table_commentlist($template, $type) { echo ''; echo ''; - echo ""._LISTS_EDIT.""; - echo ""._LISTS_DELETE.""; + echo ""._LISTS_EDIT.""; + echo ""._LISTS_DELETE.""; if ($template['canAddBan']) - echo ""._LIST_COMMENT_BANIP.""; + echo ""._LIST_COMMENT_BANIP.""; break; } } @@ -6421,11 +6421,11 @@ function listplug_table_templatelist($template, $type) { echo "" , htmlspecialchars($current->tdname), ""; echo "" , htmlspecialchars($current->tddesc), ""; - echo ""._LISTS_EDIT.""; + echo ""._LISTS_EDIT.""; $url = $manager->addTicketToUrl('index.php?action=templateclone&templateid=' . intval($current->tdnumber)); - echo ""._LISTS_CLONE.""; - echo ""._LISTS_DELETE.""; + echo ""._LISTS_CLONE.""; + echo ""._LISTS_DELETE.""; break; } @@ -6494,11 +6494,11 @@ function listplug_table_skinlist($template, $type) { echo '

',_LIST_SKINS_DEFINED,' '; } echo ""; - echo ""._LISTS_EDIT.""; + echo ""._LISTS_EDIT.""; $url = $manager->addTicketToUrl('index.php?action=skinclone&skinid=' . intval($current->sdnumber)); - echo ""._LISTS_CLONE.""; - echo ""._LISTS_DELETE.""; + echo ""._LISTS_CLONE.""; + echo ""._LISTS_DELETE.""; break; }