mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
change GET to POST
This commit is contained in:
parent
82fff49d01
commit
97c11d5490
@ -22,7 +22,7 @@
|
|||||||
<HR CLEAR="all">
|
<HR CLEAR="all">
|
||||||
<FONT SIZE="-1">
|
<FONT SIZE="-1">
|
||||||
<TABLE BORDER=0 WIDTH=100% CELLPADDING=0 CELLSPACING=0>
|
<TABLE BORDER=0 WIDTH=100% CELLPADDING=0 CELLSPACING=0>
|
||||||
<FORM ACTION="<?php echo $phpgw->link("index.php"); ?>" METHOD="GET" NAME="SelectMonth">
|
<FORM ACTION="<?php echo $phpgw->link("index.php"); ?>" method="post" name="SelectMonth">
|
||||||
|
|
||||||
<TR><TD VALIGN="top" WIDTH=33%><FONT SIZE="-1">
|
<TR><TD VALIGN="top" WIDTH=33%><FONT SIZE="-1">
|
||||||
<B><?php echo lang_calendar("Month"); ?>:</B>
|
<B><?php echo lang_calendar("Month"); ?>:</B>
|
||||||
@ -58,7 +58,7 @@
|
|||||||
</FONT></TD>
|
</FONT></TD>
|
||||||
</FORM>
|
</FORM>
|
||||||
|
|
||||||
<FORM ACTION="<?php echo $phpgw->link("week.php"); ?>" METHOD="GET" NAME="SelectWeek">
|
<FORM ACTION="<?php echo $phpgw->link("week.php"); ?>" method="post" name="SelectWeek">
|
||||||
|
|
||||||
<TD VALIGN="top" align="center" WIDTH=33%><FONT SIZE="-1">
|
<TD VALIGN="top" align="center" WIDTH=33%><FONT SIZE="-1">
|
||||||
<B><?php echo lang_calendar("Week"); ?>:</B>
|
<B><?php echo lang_calendar("Week"); ?>:</B>
|
||||||
@ -101,7 +101,7 @@
|
|||||||
|
|
||||||
<FONT SIZE="-1">
|
<FONT SIZE="-1">
|
||||||
|
|
||||||
<FORM ACTION="<?php echo $phpgw->link("year.php"); ?>" METHOD="GET" NAME="SelectYear">
|
<FORM ACTION="<?php echo $phpgw->link("year.php"); ?>" method="post" name="SelectYear">
|
||||||
|
|
||||||
<TD VALIGN="top" align="right" WIDTH=33%><FONT SIZE="-1">
|
<TD VALIGN="top" align="right" WIDTH=33%><FONT SIZE="-1">
|
||||||
<B><?php echo lang_calendar("Year"); ?>:</B>
|
<B><?php echo lang_calendar("Year"); ?>:</B>
|
||||||
|
Loading…
Reference in New Issue
Block a user