From: <ji...@us...> - 2007-05-19 16:18:14
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30988/phpicalendar/templates/default Modified Files: header.tpl sidebar.tpl sidebar_year.tpl Log Message: fix bug 1641928 change todo popup to be like event popup Index: header.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/header.tpl,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** header.tpl 5 Apr 2006 04:44:00 -0000 1.14 --- header.tpl 19 May 2007 16:18:13 -0000 1.15 *************** *** 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> Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** sidebar.tpl 16 Mar 2006 06:15:12 -0000 1.21 --- sidebar.tpl 19 May 2007 16:18:13 -0000 1.22 *************** *** 162,166 **** <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> --- 162,166 ---- <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> *************** *** 169,173 **** <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> --- 169,173 ---- <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> *************** *** 176,180 **** <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> --- 176,180 ---- <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> Index: sidebar_year.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar_year.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sidebar_year.tpl 21 Mar 2006 15:55:05 -0000 1.1 --- sidebar_year.tpl 19 May 2007 16:18:13 -0000 1.2 *************** *** 162,166 **** <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> --- 162,166 ---- <td><img src="images/completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><s>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></s></td> </tr> <!-- switch show_completed off --> *************** *** 169,173 **** <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> --- 169,173 ---- <td><img src="images/important.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_important off --> *************** *** 176,180 **** <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td><a class="psf" href="javascript:openTodoInfo('{VTODO_ARRAY}')"><font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> --- 176,180 ---- <td><img src="images/not_completed.gif" alt=" " width="13" height="11" border="0" align="middle" /></td> <td><img src="images/spacer.gif" width="2" height="1" border="0" alt="" /></td> ! <td>{VTODO_ARRAY}<font class="G10B"> {VTODO_TEXT}</font></a></td> </tr> <!-- switch show_normal off --> |