|
|
@@ -58,8 +58,6 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
s.SettingsExport.FileName = "Baustellenliste";
|
|
|
s.SettingsPopup.CustomizationWindow.Width = new Unit(250, UnitType.Pixel);
|
|
|
s.SettingsPopup.CustomizationWindow.Height = new Unit(350, UnitType.Pixel);
|
|
|
- s.SettingsPopup.HeaderFilter.Width = new Unit(353, UnitType.Pixel);
|
|
|
- s.SettingsPopup.HeaderFilter.Height = new Unit(360, UnitType.Pixel);
|
|
|
s.SettingsBehavior.EnableCustomizationWindow = true;
|
|
|
s.SettingsBehavior.AllowHeaderFilter = true;
|
|
|
s.SettingsPager.AlwaysShowPager = true;
|
|
|
@@ -76,7 +74,7 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
{
|
|
|
t.Items.Add(i =>
|
|
|
{
|
|
|
- i.Text = "Baustelle hinzufügen";
|
|
|
+ i.Text = "Baustelle anlegen";
|
|
|
i.Name = "AddSite";
|
|
|
i.Image.IconID = IconID.ActionsAdd16x16;
|
|
|
});
|
|
|
@@ -386,8 +384,6 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
s.SettingsExport.FileName = "Vertragsabweichungsliste";
|
|
|
s.SettingsPopup.CustomizationWindow.Width = new Unit(250, UnitType.Pixel);
|
|
|
s.SettingsPopup.CustomizationWindow.Height = new Unit(350, UnitType.Pixel);
|
|
|
- s.SettingsPopup.HeaderFilter.Width = new Unit(353, UnitType.Pixel);
|
|
|
- s.SettingsPopup.HeaderFilter.Height = new Unit(360, UnitType.Pixel);
|
|
|
s.SettingsBehavior.EnableCustomizationWindow = true;
|
|
|
s.SettingsBehavior.AllowHeaderFilter = true;
|
|
|
s.SettingsPager.AlwaysShowPager = true;
|
|
|
@@ -880,8 +876,6 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
s.SettingsExport.FileName = "Nachtragsliste";
|
|
|
s.SettingsPopup.CustomizationWindow.Width = new Unit(250, UnitType.Pixel);
|
|
|
s.SettingsPopup.CustomizationWindow.Height = new Unit(350, UnitType.Pixel);
|
|
|
- s.SettingsPopup.HeaderFilter.Width = new Unit(353, UnitType.Pixel);
|
|
|
- s.SettingsPopup.HeaderFilter.Height = new Unit(360, UnitType.Pixel);
|
|
|
s.SettingsBehavior.EnableCustomizationWindow = true;
|
|
|
s.SettingsBehavior.AllowHeaderFilter = true;
|
|
|
s.SettingsPager.AlwaysShowPager = true;
|
|
|
@@ -1399,8 +1393,6 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
s.SettingsExport.FileName = "Benachrichtigungsliste";
|
|
|
s.SettingsPopup.CustomizationWindow.Width = new Unit(250, UnitType.Pixel);
|
|
|
s.SettingsPopup.CustomizationWindow.Height = new Unit(350, UnitType.Pixel);
|
|
|
- s.SettingsPopup.HeaderFilter.Width = new Unit(353, UnitType.Pixel);
|
|
|
- s.SettingsPopup.HeaderFilter.Height = new Unit(360, UnitType.Pixel);
|
|
|
s.SettingsBehavior.EnableCustomizationWindow = true;
|
|
|
s.SettingsBehavior.AllowHeaderFilter = true;
|
|
|
s.SettingsPager.AlwaysShowPager = true;
|
|
|
@@ -1582,8 +1574,6 @@ namespace GreenTree.Nachtragsmanagement.Web.Extensions
|
|
|
s.SettingsExport.FileName = "Logliste";
|
|
|
s.SettingsPopup.CustomizationWindow.Width = new Unit(250, UnitType.Pixel);
|
|
|
s.SettingsPopup.CustomizationWindow.Height = new Unit(350, UnitType.Pixel);
|
|
|
- s.SettingsPopup.HeaderFilter.Width = new Unit(353, UnitType.Pixel);
|
|
|
- s.SettingsPopup.HeaderFilter.Height = new Unit(360, UnitType.Pixel);
|
|
|
s.SettingsBehavior.EnableCustomizationWindow = true;
|
|
|
s.SettingsBehavior.AllowHeaderFilter = true;
|
|
|
s.SettingsPager.AlwaysShowPager = true;
|