[geeklog-cvs] Geeklog-1.x/plugins/polls/templates pollquestion.thtml, 1.3, 1.4 pollvotes_bar.thtml, 1.6, 1.7

Dirk Haun dhaun at qs1489.pair.com
Mon May 12 09:09:19 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates
In directory qs1489.pair.com:/tmp/cvs-serv99057

Modified Files:
	pollquestion.thtml pollvotes_bar.thtml 
Log Message:
Need some width attributes to keep the column widths in sync on multi-question polls (for bug #0000625)


Index: pollquestion.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollquestion.thtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pollquestion.thtml	9 Oct 2007 10:01:03 -0000	1.3
--- pollquestion.thtml	12 May 2008 13:09:17 -0000	1.4
***************
*** 1,6 ****
  <div class="poll-questions">
      <p class="poll-question">{lang_question}{lang_question_number}{poll_question}</p>
!     <table>
          {poll_votes}
      </table>
! </div>
\ No newline at end of file
--- 1,6 ----
  <div class="poll-questions">
      <p class="poll-question">{lang_question}{lang_question_number}{poll_question}</p>
!     <table width="100%">
          {poll_votes}
      </table>
! </div>

Index: pollvotes_bar.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollvotes_bar.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pollvotes_bar.thtml	30 Dec 2007 13:38:14 -0000	1.6
--- pollvotes_bar.thtml	12 May 2008 13:09:17 -0000	1.7
***************
*** 1,11 ****
!         <tr class="pluginRow{cssidb}">
!             <td class="poll_answer_text">{answer_text}</td>
!             <td class="poll_answer_bar">
!                 <img src="{layout_url}/images/bar.gif" width="{bar_width}" height="10" style="align:bottom;" alt=""{xhtml}> {answer_num} ({answer_percent}%)
!             </td>
!         </tr>
!         <tr class="pluginRow{cssida}">
!             <td align="left" colspan="2">
!                 {remark_text}
!             </td>
!         </tr>
--- 1,11 ----
!         <tr class="pluginRow{cssidb}">
!             <td width="20%" class="poll_answer_text">{answer_text}</td>
!             <td class="poll_answer_bar">
!                 <img src="{layout_url}/images/bar.gif" width="{bar_width}" height="10" style="align:bottom;" alt=""{xhtml}> {answer_num} ({answer_percent}%)
!             </td>
!         </tr>
!         <tr class="pluginRow{cssida}">
!             <td align="left" colspan="2">
!                 {remark_text}
!             </td>
!         </tr>




More information about the geeklog-cvs mailing list