Changeset 1397

Show
Ignore:
Timestamp:
09/02/11 13:22:43 (9 months ago)
Author:
ort
Message:

fix topic-question

Location:
trunk/templates/skin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/skin/developer-jquery/topic_question.tpl

    r1285 r1397  
    3737                                        <input type="submit" value="{$aLang.topic_question_abstain}" onclick="ls.poll.vote({$oTopic->getId()},-1)" /> 
    3838                                        <input type="hidden" id="topic_answer_{$oTopic->getId()}_value" value="-1" /> 
     39                                         
     40                                        <p class="poll-total">{$aLang.topic_question_vote_result}: {$oTopic->getQuestionCountVote()} | {$aLang.topic_question_abstain_result}: {$oTopic->getQuestionCountVoteAbstain()}</p> 
    3941                                {else} 
    4042                                        <ul class="poll-result"> 
  • trunk/templates/skin/new-jquery/topic_question.tpl

    r1318 r1397  
    4545                        <input type="submit" value="{$aLang.topic_question_abstain}" onclick="ls.poll.vote({$oTopic->getId()},-1)" /> 
    4646                        <input type="hidden" id="topic_answer_{$oTopic->getId()}_value" value="-1" /> 
     47                         
     48                        <p class="poll-total">{$aLang.topic_question_vote_result}: {$oTopic->getQuestionCountVote()} | {$aLang.topic_question_abstain_result}: {$oTopic->getQuestionCountVoteAbstain()}</p> 
    4749                {else} 
    4850                        <ul class="poll-result">