[geeklog-cvs] Geeklog-1.x/plugins/polls/templates pollblock.thtml, 1.9, 1.10 pollquestion.thtml, 1.2, 1.3 pollresult.thtml, 1.6, 1.7

Oliver ospiess at qs1489.pair.com
Tue Oct 9 06:01:05 EDT 2007


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

Modified Files:
	pollblock.thtml pollquestion.thtml pollresult.thtml 
Log Message:
adjust polls layout

Index: pollblock.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollblock.thtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pollblock.thtml	9 Oct 2007 09:23:00 -0000	1.9
--- pollblock.thtml	9 Oct 2007 10:01:03 -0000	1.10
***************
*** 12,15 ****
  <span class="pluginTinyText">
      <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_votes} {poll_comments}
! </span>
! <br>
--- 12,14 ----
  <span class="pluginTinyText">
      <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_votes} {poll_comments}
! </span>
\ No newline at end of file

Index: pollresult.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollresult.thtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pollresult.thtml	9 Oct 2007 09:23:00 -0000	1.6
--- pollresult.thtml	9 Oct 2007 10:01:03 -0000	1.7
***************
*** 1,6 ****
  <span class="floatright">{edit_icon}</span><div class="poll-topic">{poll_topic}</div>
  {poll_questions}
- <div style="clear:both"></div>
  <div class="pluginTinyText">
      {notification} <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_votes} {poll_comments}
! </div>
--- 1,5 ----
  <span class="floatright">{edit_icon}</span><div class="poll-topic">{poll_topic}</div>
  {poll_questions}
  <div class="pluginTinyText">
      {notification} <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_votes} {poll_comments}
! </div>
\ No newline at end of file

Index: pollquestion.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollquestion.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pollquestion.thtml	16 Jan 2007 05:40:25 -0000	1.2
--- pollquestion.thtml	9 Oct 2007 10:01:03 -0000	1.3
***************
*** 1,8 ****
!     <table class="poll-question-table">
!         <tr>
!             <th colspan="2">
!                 {poll_question}
!             </th>
!         </tr>
!     {poll_votes}
!     </table>
\ 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>
!         {poll_votes}
!     </table>
! </div>
\ No newline at end of file




More information about the geeklog-cvs mailing list