Made form 'get' instead of 'post' to prevent reload message.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1949 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2006-05-02 09:58:51 +00:00
parent ab598e3586
commit 534760b3d6
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ foreach( array_reverse($zones) as $zone )
<tr><td colspan="3" align="center"><img src="<?= ZM_DIR_IMAGES.'/'.$image ?>" usemap="#zonemap" width="<?= $monitor['Width'] ?>" height="<?= $monitor['Height'] ?>" border="0"></td></tr> <tr><td colspan="3" align="center"><img src="<?= ZM_DIR_IMAGES.'/'.$image ?>" usemap="#zonemap" width="<?= $monitor['Width'] ?>" height="<?= $monitor['Height'] ?>" border="0"></td></tr>
</table> </table>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="96%"> <table align="center" border="0" cellspacing="0" cellpadding="0" width="96%">
<form name="zone_form" method="post" action="<?= $PHP_SELF ?>"> <form name="zone_form" method="get" action="<?= $PHP_SELF ?>">
<input type="hidden" name="view" value="<?= $view ?>"> <input type="hidden" name="view" value="<?= $view ?>">
<input type="hidden" name="action" value="delete"> <input type="hidden" name="action" value="delete">
<input type="hidden" name="mid" value="<?= $mid ?>"> <input type="hidden" name="mid" value="<?= $mid ?>">