From: <ki...@us...> - 2009-04-04 05:29:11
|
Revision: 408 http://xc-tokai.svn.sourceforge.net/xc-tokai/?rev=408&view=rev Author: kilica Date: 2009-04-04 05:29:04 +0000 (Sat, 04 Apr 2009) Log Message: ----------- [0.16] fix templates/blocks/bizpoll_block_pollnew.html Modified Paths: -------------- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/ja_utf8/blocks.php modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/japanese/blocks.php modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/templates/blocks/bizpoll_block_pollnew.html Modified: modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/ja_utf8/blocks.php =================================================================== --- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/ja_utf8/blocks.php 2009-04-04 05:05:34 UTC (rev 407) +++ modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/ja_utf8/blocks.php 2009-04-04 05:29:04 UTC (rev 408) @@ -7,5 +7,6 @@ define('_MB_BIZPOLL_LANG_POLL_COUNT', "投票数"); define('_MB_BIZPOLL_LANG_UID', "お名前"); +define('_MB_BIZPOLL_LANG_END_UNIXTIME', "締め切り"); ?> Modified: modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/japanese/blocks.php =================================================================== --- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/japanese/blocks.php 2009-04-04 05:05:34 UTC (rev 407) +++ modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/language/japanese/blocks.php 2009-04-04 05:29:04 UTC (rev 408) @@ -6,5 +6,6 @@ */ define('_MB_BIZPOLL_LANG_POLL_COUNT', "\xC5\xEAɼ\xBF\xF4"); define('_MB_BIZPOLL_LANG_UID', "\xA4\xAA̾\xC1\xB0"); +define('_MB_BIZPOLL_LANG_END_UNIXTIME', "\xC4\xF9\xA4\xE1\xC0ڤ\xEA"); ?> Modified: modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/templates/blocks/bizpoll_block_pollnew.html =================================================================== --- modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/templates/blocks/bizpoll_block_pollnew.html 2009-04-04 05:05:34 UTC (rev 407) +++ modules_bizpoll/trunk/xoops_trust_path/modules/bizpoll/templates/blocks/bizpoll_block_pollnew.html 2009-04-04 05:29:04 UTC (rev 408) @@ -1,7 +1,7 @@ <div class="bizpoll"> <!-- Main --> - <a href="<{$xoops_url}>/moduels/<{$bizpollBlockDirname}>/index.php?action=EnqView&enq_id=<{$block->getShow('enq_id')}>"><{$block->getShow('title')}></a> - <{$block->get('end_unixtime')|xoops_formattimestamp:"l"}> + <a href="<{$xoops_url}>/moduels/<{$bizpollBlockDirname}>/index.php?action=EnqView&enq_id=<{$block->getShow('enq_id')}>"><{$block->getShow('title')}></a><br /> + <{$smarty.const._MB_BIZPOLL_LANG_END_UNIXTIME}> : <{$block->get('end_unixtime')|xoops_formattimestamp:"l"}> <p> <{if $useEditor=="fckeditor"}> <{$block->get('description')}> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |