Revert "Add missing <form> back to monitor view"

This reverts commit cc08607939.
This commit is contained in:
Kyle Johnson 2016-04-24 14:15:33 -04:00
parent cc08607939
commit 802a8928d0
1 changed files with 1 additions and 2 deletions

View File

@ -444,7 +444,6 @@ xhtmlHeaders(__FILE__, translate('Monitor')." - ".validHtmlStr($monitor['Name'])
<body>
<?php include("skins/$skin/views/header.php") ?>
<form name="contentForm" id="contentForm" method="post" action="<?php echo $_SERVER['PHP_SELF'] ?>" onsubmit="return validateForm( this )">
<div class="container-fluid">
@ -956,9 +955,9 @@ switch ( $tab )
<div id="contentButtons">
<input type="submit" value="<?php echo translate('Save') ?>"<?php if ( !canEdit( 'Monitors' ) ) { ?> disabled="disabled"<?php } ?>/><input type="button" value="<?php echo translate('Cancel') ?>" onclick="closeWindow()"/>
</div>
</form>
</div>
</div>
</div>
</form>
</body>
</html>