[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/calendar index.php, 1.29, 1.30

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


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

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/calendar/index.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** index.php	10 Oct 2007 01:57:30 -0000	1.29
--- index.php	25 Nov 2007 06:58:55 -0000	1.30
***************
*** 90,93 ****
--- 90,94 ----
      $event_templates = new Template($_CONF['path'] . 'plugins/calendar/templates/admin');
      $event_templates->set_file('editor','eventeditor.thtml');
+     $event_templates->set_var( 'xhtml', XHTML );
      $event_templates->set_var('site_url', $_CONF['site_url']);
      $event_templates->set_var('site_admin_url', $_CONF['site_admin_url']);
***************
*** 133,137 ****
      if (!empty($A['eid'])) {
          $delbutton = '<input type="submit" value="' . $LANG_ADMIN['delete']
!                    . '" name="mode"%s>';
          $jsconfirm = ' onclick="return confirm(\'' . $MESSAGE[76] . '\');"';
          $event_templates->set_var ('delete_option',
--- 134,138 ----
      if (!empty($A['eid'])) {
          $delbutton = '<input type="submit" value="' . $LANG_ADMIN['delete']
!                    . '" name="mode"%s' . XHTML . '>';
          $jsconfirm = ' onclick="return confirm(\'' . $MESSAGE[76] . '\');"';
          $event_templates->set_var ('delete_option',




More information about the geeklog-cvs mailing list