web/ticket.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 09:26:03 +0000 (17:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 09:26:03 +0000 (17:26 +0800)
web/ticket.php

index c50e91d..2a9cd74 100644 (file)
@@ -1133,7 +1133,8 @@ function renderEditForm($issue, $params = array())
       $html .= "</fieldset>\n";
     }
   }
-
+   $html .= "</div>";
+     $html .= "<div id='update-area'>";
   $html .= "<fieldset id='action-container'><legend>Action - Issue is currently - {$issue->status}</legend>\n";
 
   // FIXME: workflow inspired actions listed here
@@ -1208,7 +1209,7 @@ HTML;
   
   $html .= "</fieldset>";
   
-   $html .= "</div>";
+
   
   $html .= "<fieldset id='comment-container'><legend>Comment</legend>\n";
 
@@ -1237,7 +1238,7 @@ HTML;
 HTML;
   }
 
// $html .= "</div>";
+ $html .= "</div>";
 
   return $html;
 }