diff --git a/views/bootstrap/class.OverrideContentStatus.php b/views/bootstrap/class.OverrideContentStatus.php index 887738b8f..8b8aab4d3 100644 --- a/views/bootstrap/class.OverrideContentStatus.php +++ b/views/bootstrap/class.OverrideContentStatus.php @@ -80,8 +80,6 @@ $(document).ready(function() { $this->contentHeading(getMLText("change_status")); - $this->contentContainerStart(); - // Display the Review form. ?>
@@ -89,6 +87,7 @@ $(document).ready(function() { contentContainerStart(); $this->formField( getMLText("comment"), array( @@ -111,11 +110,11 @@ $(document).ready(function() { 'options'=>$options, ) ); + $this->contentContainerEnd(); $this->formSubmit(" ".getMLText('update')); ?>
contentContainerEnd(); $this->contentEnd(); $this->htmlEndPage(); } /* }}} */