From: <par...@us...> - 2009-02-10 19:59:51
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23263/templates/default Modified Files: Tag: phpicalendar-editor header.tpl Log Message: Initial UI changes for editing Index: header.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/header.tpl,v retrieving revision 1.16 retrieving revision 1.16.2.1 diff -C2 -d -r1.16 -r1.16.2.1 *** header.tpl 20 Dec 2008 00:33:14 -0000 1.16 --- header.tpl 10 Feb 2009 19:59:45 -0000 1.16.2.1 *************** *** 8,12 **** <!-- switch rss_available on --> <link rel="alternate" type="application/rss+xml" title="RSS" href="{DEFAULT_PATH}/rss/rss.php?cal={CAL}&rssview={CURRENT_VIEW}"> ! <!-- switch rss_available off --> {EVENT_JS} </head> --- 8,12 ---- <!-- switch rss_available on --> <link rel="alternate" type="application/rss+xml" title="RSS" href="{DEFAULT_PATH}/rss/rss.php?cal={CAL}&rssview={CURRENT_VIEW}"> ! <!-- switch rss_available off --> {EVENT_JS} </head> *************** *** 19,22 **** --- 19,26 ---- <input type="hidden" name="event_data" id="event_data" value="" /> </form> + <form name="editPopupForm" id="editPopupForm" method="post" action="includes/edit.php" style="display: none;"> + <input type="hidden" name="edit_cal" id="edit_cal" value="" /> + <input type="hidden" name="edit_uid" id="edit_uid" 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="" /> |