diff --git a/BeWo/View/Detail/SendMailView.xaml.cs b/BeWo/View/Detail/SendMailView.xaml.cs index c58e1e2f1..8be1410f9 100644 --- a/BeWo/View/Detail/SendMailView.xaml.cs +++ b/BeWo/View/Detail/SendMailView.xaml.cs @@ -128,6 +128,7 @@ namespace BeWo.View.Detail // } // return result; // } + private void AddButton_Click(object sender, RoutedEventArgs e) { this.popup_employee.IsOpen = true; diff --git a/BeWo/View/HomeView.xaml b/BeWo/View/HomeView.xaml index b2428744f..fb080068e 100644 --- a/BeWo/View/HomeView.xaml +++ b/BeWo/View/HomeView.xaml @@ -10,208 +10,239 @@ xmlns:security="clr-namespace:BeWo.Security" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Focusable="True"> - - - - - - - - - + + + + + + + + + - - - - - - - + + + + + + + - - + - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + - + - - - - - + + + + + @@ -318,600 +556,24 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - Offene Aufgaben - Erledigte Aufgaben - Alle Aufgaben - Termine - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + \ No newline at end of file diff --git a/BeWo/View/HomeView.xaml.cs b/BeWo/View/HomeView.xaml.cs index 4bf8ef6f4..ae26e63cb 100644 --- a/BeWo/View/HomeView.xaml.cs +++ b/BeWo/View/HomeView.xaml.cs @@ -70,6 +70,13 @@ namespace BeWo.View { InitializeComponent(); + panelHost.AddPanel(Resources["PanelTasks"] as DragDockPanel); + panelHost.AddPanel(Resources["PanelExpiringSupportConcepts"] as DragDockPanel); + panelHost.AddPanel(Resources["PanelConferenceDates"] as DragDockPanel); + panelHost.AddPanel(Resources["PanelBirthdates"] as DragDockPanel); + panelHost.AddPanel(Resources["PanelInternalNews"] as DragDockPanel); + panelHost.AddPanel(Resources["PanelBeWoNews"] as DragDockPanel); + DataContext = this; txtHeader.Text = String.Format("{0} {1}", BeWoApp.LoggedOnUser.Employee.FirstName,BeWoApp.LoggedOnUser.Employee.LastName); @@ -86,8 +93,6 @@ namespace BeWo.View //var panel = this.Resources["panelExpiringSupportConcepts"]; - // - HyperlinkZuPasswortsicherheit.NavigateUri = new Uri("http://news.bewoplaner.de/?NewsType=3&NewsCount=1&NewsOID=373457455");