Corrected event renaming.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@60 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan
2002-09-24 12:22:48 +00:00
parent b51d823cdb
commit fa588d8893

View File

@@ -944,7 +944,7 @@ function newWindow(Url,Name,Width,Height) {
<form method="post" action="<?php echo $PHP_SELF ?>">
<input type="hidden" name="view" value="<?php echo $view ?>">
<input type="hidden" name="action" value="rename">
<input type="hidden" name="eid" value="$eid">
<input type="hidden" name="eid" value="<?php echo $eid ?>">
<input type="text" size="16" name="event_name" value="<?php echo $event[Name] ?>" class="form">
<input type="submit" value="Rename" class="form"></td>
</tr>