From 9267c2f0b7b3fc4d8036fc5b817da2e1c0e7fd26 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 9 Apr 2007 02:11:37 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1027 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/poll/tpl/form.html | 2 +- modules/poll/tpl/result.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/poll/tpl/form.html b/modules/poll/tpl/form.html index 8c7e6a4a6..f6ac6e6f1 100644 --- a/modules/poll/tpl/form.html +++ b/modules/poll/tpl/form.html @@ -25,7 +25,7 @@
-
{$poll_srl_index}. {$val->title}
+
{$val->title}
{@$_idx = $poll->poll_srl.'_'.$poll_srl_index.'_'.$item_srl} diff --git a/modules/poll/tpl/result.html b/modules/poll/tpl/result.html index cd9ea037a..eeb1636de 100644 --- a/modules/poll/tpl/result.html +++ b/modules/poll/tpl/result.html @@ -12,7 +12,7 @@
-
{$poll_srl_index}. {$val->title} ({$val->poll_count})
+
{$val->title} ({$val->poll_count})
{@$per = (int)(( $item->poll_count / $val->poll_count)*100) }