summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 53c0ad0)
raw | patch | inline | side by side (parent: 53c0ad0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 31 Aug 2007 08:31:55 +0000 (08:31 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 31 Aug 2007 08:31:55 +0000 (08:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7175 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_termDNS.inc | patch | blob | history |
index db458e56328c9519429e6bb1d8d63b715c60afda..7b31ebf078d8de983df8879b2c68e196f0ec0cdf 100644 (file)
if(!$this->DNS_is_account) {
$str = "<input type='submit' value='"._("Add")."' name='AddNewRecord' id='AddNewRecord' disabled='disabled'>";
- return $str;
+ return(array("str" => $str, "changeStateForRecords"=> ""));
}
$str = "<table summary='' width='100%'>";