Code

Updated gotomasses
[gosa.git] / gosa-plugins / goto / addons / gotomasses / events / class_DaemonEvent_reinstall.inc
1 <?php
3 class DaemonEvent_reinstall extends DaemonEvent
4 {
5   public function __construct($config,$data = array())
6   {
7     DaemonEvent::__construct($config,$data);
8     $this->s_Menu_Name  = _("Reinstall"); 
9     $this->s_Event_Name = _("Reinstall");
10     $this->s_action     = "trigger_action_reinstall"; 
11     $this->s_Menu_Image = "images/fai_small.png";
12   }
14
15 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
16 ?>