[Slashdotjp-dev 1282] [811] fix previewSlashbox internal spec

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2008年 11月 11日 (火) 20:43:58 JST


Revision: 811
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=811
Author:   tach
Date:     2008-11-11 20:43:58 +0900 (Tue, 11 Nov 2008)

Log Message:
-----------
fix previewSlashbox internal spec

Modified Paths:
--------------
    slashjp/branches/2.5.0.192/themes/slashcode/htdocs/users.pl


-------------- next part --------------
Modified: slashjp/branches/2.5.0.192/themes/slashcode/htdocs/users.pl
===================================================================
--- slashjp/branches/2.5.0.192/themes/slashcode/htdocs/users.pl	2008-11-11 09:11:41 UTC (rev 810)
+++ slashjp/branches/2.5.0.192/themes/slashcode/htdocs/users.pl	2008-11-11 11:43:58 UTC (rev 811)
@@ -540,10 +540,8 @@
 		title		=> $title,
 		block 		=> $block,
 		is_editable	=> $is_editable,
+		previewbox	=> portalbox($constants->{fancyboxwidth}, $block->{title}, $block->{block}, '', $block->{url}),
 	});
-
-	print portalbox($constants->{fancyboxwidth}, $block->{title},
-		$block->{block}, '', $block->{url});
 }
 
 #################################################################


Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る