Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5169/templates/default Modified Files: calendar_nav.tpl default.css search_box.tpl sidebar.tpl sidebar_year.tpl Log Message: CSS fixes for IE7 Index: calendar_nav.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/calendar_nav.tpl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** calendar_nav.tpl 9 Feb 2010 18:07:46 -0000 1.20 --- calendar_nav.tpl 12 Feb 2010 21:56:53 -0000 1.21 *************** *** 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><br /> </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="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><br /> </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"> *************** *** 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><br /> </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"> *************** *** 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><br /> </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"> *************** *** 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><br /> </form> <!-- switch show_search on --> --- 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 --> Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** default.css 5 Feb 2010 21:37:38 -0000 1.33 --- default.css 12 Feb 2010 21:56:53 -0000 1.34 *************** *** 1,4 **** --- 1,5 ---- /* Style sheet for the silver calendar (default) */ + form {margin: 0;} table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} Index: search_box.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/search_box.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** search_box.tpl 9 Feb 2010 20:18:30 -0000 1.4 --- search_box.tpl 12 Feb 2010 21:56:53 -0000 1.5 *************** *** 5,9 **** <input type="hidden" name="cal" value="{CAL}"/> <input type="hidden" name="getdate" value="{GETDATE}"/> ! <input type="text" style="width: 130px;" name="query" value=""/> ! <input type="image" style="float: right;" src="templates/{TEMPLATE}/images/search.gif" name="submit" value="Search"/> </form> --- 5,9 ---- <input type="hidden" name="cal" value="{CAL}"/> <input type="hidden" name="getdate" value="{GETDATE}"/> ! <input type="text" style="width: 130px; float: left;" name="query" value=""/> ! <input type="image" style="padding-bottom: 3px;" src="templates/{TEMPLATE}/images/search.gif" name="submit" value="Search"/> </form> Index: sidebar.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar.tpl,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** sidebar.tpl 9 Feb 2010 18:07:46 -0000 1.24 --- sidebar.tpl 12 Feb 2010 21:56:53 -0000 1.25 *************** *** 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><br /> </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="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><br /> </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"> *************** *** 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><br /> </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"> *************** *** 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><br /> </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"> *************** *** 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><br /> </form> <!-- switch show_search on --> --- 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 --> *************** *** 203,207 **** </div> </td> ! </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> --- 203,207 ---- </div> </td> ! </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> Index: sidebar_year.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/sidebar_year.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sidebar_year.tpl 9 Feb 2010 18:07:46 -0000 1.4 --- sidebar_year.tpl 12 Feb 2010 21:56:53 -0000 1.5 *************** *** 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><br /> </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="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><br /> </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"> *************** *** 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><br /> </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"> *************** *** 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><br /> </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"> *************** *** 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><br /> </form> <!-- switch show_search on --> --- 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 --> *************** *** 203,207 **** </div> </td> ! </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> --- 203,207 ---- </div> </td> ! </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> |