[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/polls index.php, 1.48, 1.49

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:58:58 EST 2007


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

Modified Files:
	index.php 
Log Message:
XHTML optional updates

Index: index.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/index.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** index.php	11 Oct 2007 01:53:09 -0000	1.48
--- index.php	25 Nov 2007 06:58:55 -0000	1.49
***************
*** 311,314 ****
--- 311,315 ----
                                        'question' => 'pollquestions.thtml',
                                        'answer' => 'pollansweroption.thtml'));
+     $poll_templates->set_var ( 'xhtml', XHTML );
      $poll_templates->set_var ('site_url', $_CONF['site_url']);
      $poll_templates->set_var ('site_admin_url', $_CONF['site_admin_url']);
***************
*** 337,341 ****
      if (!empty ($pid) AND ($access == 3) AND !empty ($T['owner_id'])) {
          $delbutton = '<input type="submit" value="' . $LANG_ADMIN['delete']
!                    . '" name="mode"%s>';
          $jsconfirm = ' onclick="return confirm(\'' . $MESSAGE[76] . '\');"';
          $poll_templates->set_var ('delete_option',
--- 338,342 ----
      if (!empty ($pid) AND ($access == 3) AND !empty ($T['owner_id'])) {
          $delbutton = '<input type="submit" value="' . $LANG_ADMIN['delete']
!                    . '" name="mode"%s' . XHTML . '>';
          $jsconfirm = ' onclick="return confirm(\'' . $MESSAGE[76] . '\');"';
          $poll_templates->set_var ('delete_option',




More information about the geeklog-cvs mailing list