Code

Added new service management
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 6 Jun 2006 12:14:17 +0000 (12:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 6 Jun 2006 12:14:17 +0000 (12:14 +0000)
commitf271f422648038c39396af448362d66af0ff0073
tree412c7287a76df40195356764c068a7d90816e326
parentb652147b896d17b02c5eecb7fbeb196f7f1458e5
Added new service management

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3659 594d385d-05f5-0310-b6e9-bd551577e9d8
22 files changed:
html/images/status_restart.png [new file with mode: 0644]
html/images/status_restart_all.png [new file with mode: 0644]
html/images/status_restarting.png [new file with mode: 0644]
html/images/status_running.png [new file with mode: 0755]
html/images/status_start.png [new file with mode: 0755]
html/images/status_start_all.png [new file with mode: 0755]
html/images/status_stop.png [new file with mode: 0755]
html/images/status_stop_all.png [new file with mode: 0755]
html/images/status_stopped.png [new file with mode: 0755]
plugins/admin/systems/ServerService/ServiceAddDialog.tpl [new file with mode: 0755]
plugins/admin/systems/ServerService/back [new file with mode: 0644]
plugins/admin/systems/ServerService/class_ServerService.inc [new file with mode: 0644]
plugins/admin/systems/ServerService/class_ServiceAddDialog.inc [new file with mode: 0644]
plugins/admin/systems/ServerService/class_divListSystem.inc [new file with mode: 0644]
plugins/admin/systems/ServerService/class_goImapServer.inc [new file with mode: 0644]
plugins/admin/systems/ServerService/class_goMailServer.inc [new file with mode: 0644]
plugins/admin/systems/ServerService/class_goNtpServer.inc [new file with mode: 0644]
plugins/admin/systems/ServerService/contents.tpl [new file with mode: 0644]
plugins/admin/systems/ServerService/goImapServer.tpl [new file with mode: 0644]
plugins/admin/systems/ServerService/goMailServer.tpl [new file with mode: 0644]
plugins/admin/systems/ServerService/goNtpServer.tpl [new file with mode: 0644]
plugins/admin/systems/class_servDB.inc