tbrehm
2009-03-05 b94726392eb39dcad9c83d4732f717db90fe6f34
interface/web/sites/web_domain_edit.php
@@ -185,6 +185,13 @@
         
      }
      
      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();
   }