git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4113 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-04-16 09:53:27 +00:00
parent 9e5f1af71c
commit 13f1f27ba1
3 changed files with 15 additions and 10 deletions

View file

@ -15,7 +15,7 @@
<table cellspacing="0" class="simple_poll">
<tr>
<td colspan="2">
<td>
{@ $_key = 0}
<!--@foreach($poll->poll as $poll_srl_index => $val)-->
<div <!--@if($_key>0)-->class="itemDiv"<!--@end-->>
@ -46,13 +46,15 @@
</td>
</tr>
<tr>
<td class="poll_button">
<input type="submit" value="{$lang->cmd_apply_poll}" class="poll_button" />
</td>
<td class="stopDate">
~<strong>{zdate($poll->stop_date, "Y-m-d")}</strong> (<a href="#" onclick="doPollViewResult('{$poll->poll_srl}','{$skin}'); return false;"/>{$lang->cmd_view_result}</a>)
</td>
</tr>
<tr>
<td class="poll_button">
<input type="submit" value="{$lang->cmd_apply_poll}" class="poll_button" />
</td>
</tr>
</tr>
</table>