[Slashdotjp-dev 1275] [803] Fix poll voting booth layout to use template "poll; pollBooth; default "

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 10月 27日 (月) 18:40:04 JST


Revision: 803
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=803
Author:   tach
Date:     2008-10-27 18:40:04 +0900 (Mon, 27 Oct 2008)

Log Message:
-----------
Fix poll voting booth layout to use template "poll;pollBooth;default"

Modified Paths:
--------------
    slashjp/branches/2.5.0.192/debian/changelog
    slashjp/branches/2.5.0.192/plugins/PollBooth/pollBooth.pl


-------------- next part --------------
Modified: slashjp/branches/2.5.0.192/debian/changelog
===================================================================
--- slashjp/branches/2.5.0.192/debian/changelog	2008-10-27 09:37:09 UTC (rev 802)
+++ slashjp/branches/2.5.0.192/debian/changelog	2008-10-27 09:40:04 UTC (rev 803)
@@ -12,8 +12,9 @@
   * Fix unwanted object creation at plugin/Messages/Messages.pm
   * Create messages when the journal is submission
   * Add pollquestions to page title and fix title format
+  * Fix poll voting booth layout to use template "poll;pollBooth;default"
 
- -- Taku YASUI <tach****@osdn*****>  Mon, 27 Oct 2008 09:09:33 +0000
+ -- Taku YASUI <tach****@osdn*****>  Mon, 27 Oct 2008 09:39:24 +0000
 
 slash (2.5.0.192-20) unstable; urgency=low
 

Modified: slashjp/branches/2.5.0.192/plugins/PollBooth/pollBooth.pl
===================================================================
--- slashjp/branches/2.5.0.192/plugins/PollBooth/pollBooth.pl	2008-10-27 09:37:09 UTC (rev 802)
+++ slashjp/branches/2.5.0.192/plugins/PollBooth/pollBooth.pl	2008-10-27 09:40:04 UTC (rev 803)
@@ -78,7 +78,9 @@
 sub poll_booth {
 	my($form) = @_;
 
-	print sidebox('Poll', pollbooth($form->{'qid'}, 0, 1), 'poll', 1);
+	slashDisplay('poll', {
+		pollbooth	=> pollbooth($form->{'qid'}, 0, 1),
+	});
 }
 
 #################################################################


Slashdotjp-dev メーリングリストの案内
Back to archive index