From: <ji...@us...> - 2008-12-20 00:33:20
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/tan In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25593/templates/tan Modified Files: header.tpl Log Message: misc minor fixes Index: header.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/tan/header.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** header.tpl 18 May 2007 19:03:09 -0000 1.1 --- header.tpl 20 Dec 2008 00:33:14 -0000 1.2 *************** *** 5,9 **** <meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> <title>{CALENDAR_NAME} - {DISPLAY_DATE}</title> ! <link rel="stylesheet" type="text/css" href="{DEFAULT_PATH}templates/{TEMPLATE}/default.css" /> <!-- switch rss_available on --> <link rel="alternate" type="application/rss+xml" title="RSS" href="{DEFAULT_PATH}/rss/rss.php?cal={CAL}&rssview={CURRENT_VIEW}"> --- 5,9 ---- <meta http-equiv="content-type" content="text/html; charset={CHARSET}" /> <title>{CALENDAR_NAME} - {DISPLAY_DATE}</title> ! <link rel="stylesheet" type="text/css" href="{DEFAULT_PATH}/templates/{TEMPLATE}/default.css" /> <!-- switch rss_available on --> <link rel="alternate" type="application/rss+xml" title="RSS" href="{DEFAULT_PATH}/rss/rss.php?cal={CAL}&rssview={CURRENT_VIEW}"> *************** *** 19,20 **** --- 19,24 ---- <input type="hidden" name="event_data" id="event_data" value="" /> </form> + <form name="todoPopupForm" id="todoPopupForm" method="post" action="includes/todo.php" style="display: none;"> + <input type="hidden" name="todo_data" id="todo_data" value="" /> + <input type="hidden" name="todo_text" id="todo_text" value="" /> + </form> |