summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2ce29bd)
raw | patch | inline | side by side (parent: 2ce29bd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Jun 2006 07:58:52 +0000 (07:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Jun 2006 07:58:52 +0000 (07:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3828 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationStartup.inc | patch | blob | history | |
plugins/admin/systems/workstationStartup.tpl | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc
index 88e4d38c79874a6407dc76556dfed5729f732056..1fcae8be32a59edb37ccba7f969068dbbd69cf18 100644 (file)
}
}
- /* Delete selected class from our list */
- if((isset($_POST['DelClass']))&&(isset($_POST['FAIclassSel']))){
- if(isset($this->FAIclass[$_POST['FAIclassSel']])){
- unset($this->FAIclass[$_POST['FAIclassSel']]);
- }
- }
-
/* Show main page */
$smarty= get_smarty();
$smarty->assign("SelectBoxLdapServer","");
diff --git a/plugins/admin/systems/workstationStartup.tpl b/plugins/admin/systems/workstationStartup.tpl
index 7c4c25397b5b4ca7a668d43cb64eb196835a588d..a31b1b2b50fc6e62c434b702384fe806cee90988 100644 (file)
<option disabled> </option>
</select>
<input name="AddClass" value="{t}Add{/t}" type="submit">
- <input name="DelClass" value="{t}Delete{/t}" type="submit">
+<!-- <input name="DelClass" value="{t}Delete{/t}" type="submit"> -->
{/if}
</td>
</tr>