From: <par...@us...> - 2010-04-08 21:33:22
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25683/templates/default Modified Files: calendar_nav.tpl sidebar.tpl sidebar_year.tpl Log Message: Really fix jump-box Index: calendar_nav.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/calendar_nav.tpl,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** calendar_nav.tpl 12 Feb 2010 21:56:53 -0000 1.21 --- calendar_nav.tpl 8 Apr 2010 21:33:14 -0000 1.22 *************** *** 4,8 **** <td> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php?{LOGIN_QUERYS}" method="post"> ! <input type="hidden" name="action" value="login" /> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="calborder"> <tr> --- 4,8 ---- <td> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php?{LOGIN_QUERYS}" method="post"> ! <input type="hidden" name="form_action" value="login" /> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="calborder"> <tr> *************** *** 95,99 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_JUMPS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 95,99 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_JUMPS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 101,105 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_ICALS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 101,105 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_ICALS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 107,111 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_YEARS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 107,111 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_YEARS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 113,117 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_MONTHS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 113,117 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_MONTHS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 119,123 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_WEEKS}</select> </form> <!-- switch show_search on --> --- 119,123 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_WEEKS}</select> </form> <!-- switch show_search on --> Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** sidebar.tpl 12 Feb 2010 21:56:53 -0000 1.25 --- sidebar.tpl 8 Apr 2010 21:33:14 -0000 1.26 *************** *** 82,86 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_JUMPS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 82,86 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_JUMPS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 88,92 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_ICALS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 88,92 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_ICALS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 94,98 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_YEARS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 94,98 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_YEARS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 100,104 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_MONTHS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 100,104 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_MONTHS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 106,110 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_WEEKS}</select> </form> <!-- switch show_search on --> --- 106,110 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_WEEKS}</select> </form> <!-- switch show_search on --> Index: sidebar_year.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar_year.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** sidebar_year.tpl 12 Feb 2010 21:56:53 -0000 1.5 --- sidebar_year.tpl 8 Apr 2010 21:33:14 -0000 1.6 *************** *** 1,5 **** <!-- 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"> <tr> --- 1,5 ---- <!-- switch show_user_login on --> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php?{LOGIN_QUERYS}" method="post"> ! <input type="hidden" name="form_action" value="login" /> <table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder"> <tr> *************** *** 82,86 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_JUMPS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 82,86 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_JUMPS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 88,92 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_ICALS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 88,92 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_ICALS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 94,98 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_YEARS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 94,98 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_YEARS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 100,104 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_MONTHS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> --- 100,104 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_MONTHS}</select> </form> <form style="margin-bottom:0;" action="{CURRENT_VIEW}.php" method="get"> *************** *** 106,110 **** <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_WEEKS}</select> </form> <!-- switch show_search on --> --- 106,110 ---- <input type="hidden" name="cal" value=""/> <input type="hidden" name="getdate" value=""/> ! <select name="form_action" class="query_style" onchange="submitform(this.form, this.options[this.selectedIndex].value);">{LIST_WEEKS}</select> </form> <!-- switch show_search on --> |