redray
2009-03-08 ada1e6979c92651c13e8538881d2d756c7b54e6d
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();
   }