[geeklog-cvs] Geeklog-1.x/plugins/polls/templates pollblock.thtml, 1.7, 1.8 pollresult.thtml, 1.4, 1.5

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


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

Modified Files:
	pollblock.thtml pollresult.thtml 
Log Message:
fix multiple polls display
use edit icon everwhere
use COM_createIcon

Index: pollblock.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollblock.thtml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pollblock.thtml	9 Oct 2007 08:43:34 -0000	1.7
--- pollblock.thtml	9 Oct 2007 09:14:03 -0000	1.8
***************
*** 1,3 ****
! <span class="floatright">{edit_icon}</span><div class="poll-topic">{poll_topic} </div>
  <form action="{poll_vote_url}" name="Vote" method="POST">
      <div>
--- 1,3 ----
! <span class="floatright">{edit_icon}</span><div class="poll_topic">{poll_topic}</div>
  <form action="{poll_vote_url}" name="Vote" method="POST">
      <div>
***************
*** 9,12 ****
--- 9,13 ----
      </div>
  </form>
+ 
  <span class="pluginTinyText">
      <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_votes} {poll_comments}

Index: pollresult.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollresult.thtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pollresult.thtml	16 Jan 2007 05:40:25 -0000	1.4
--- pollresult.thtml	9 Oct 2007 09:14:03 -0000	1.5
***************
*** 1,3 ****
! <div class="poll_topic">{poll_topic}</div>
  {poll_questions}
  <div style="clear:both"></div>
--- 1,3 ----
! <span class="floatright">{edit_icon}</span><div class="poll_topic">{poll_topic}</div>
  {poll_questions}
  <div style="clear:both"></div>
***************
*** 5,7 ****
      {notification} <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_votes} {poll_comments}
  </div>
- {poll_edit}
--- 5,6 ----




More information about the geeklog-cvs mailing list