tbrehm
2009-03-24 d73e9920773b9d001cc70384a3d7d75fadbcfa6b
interface/web/sites/database_edit.php
@@ -176,9 +176,11 @@
      
      if($this->id > 0) {
         //* we are editing a existing record
         $app->tpl->setVar("edit_disabled", 'disabled="disabled"');
         $app->tpl->setVar("edit_disabled", 1);
         $app->tpl->setVar("server_id_value", $this->dataRecord["server_id"]);
         $app->tpl->setVar("database_charset_value", $this->dataRecord["database_charset"]);
      } else {
         $app->tpl->setVar("edit_disabled", '');
         $app->tpl->setVar("edit_disabled", 0);
      }
      parent::onShowEnd();