From: <jo...@us...> - 2004-05-15 03:23:17
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8527 Modified Files: sidebar.tpl Log Message: Switched login method from GET to POST. Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** sidebar.tpl 15 May 2004 03:07:22 -0000 1.12 --- sidebar.tpl 15 May 2004 03:22:56 -0000 1.13 *************** *** 1,4 **** <!-- switch show_user_login on --> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php?{LOGIN_QUERYS}" method="get"> <input type="hidden" name="action" value="login" /> <table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder"> --- 1,4 ---- <!-- switch show_user_login on --> ! <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php?{LOGIN_QUERYS}" method="post"> <input type="hidden" name="action" value="login" /> <table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder"> |