tbrehm
2009-03-06 e6d68c2eb0d0b4e28a627405678a693026e92482
interface/web/sites/database_edit.php
@@ -173,6 +173,13 @@
         $app->tpl->setVar("database_name_prefix", $dbname_prefix);
         $app->tpl->setVar("database_user_prefix", $dbuser_prefix);
      }
      if($this->id > 0) {
         //* we are editing a existing record
         $app->tpl->setVar("edit_disabled", 'disabled="disabled"');
      } else {
         $app->tpl->setVar("edit_disabled", '');
      }
      parent::onShowEnd();
   }