bugs fix
This commit is contained in:
parent
599e9a8865
commit
84f9f63407
44 changed files with 560 additions and 92 deletions
|
@ -1,12 +1,11 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Web.Mvc;
|
||||
using WebsitePanel.WebDavPortal.Models.Common.Enums;
|
||||
|
||||
namespace WebsitePanel.WebDavPortal.Models.Common
|
||||
{
|
||||
public class BaseModel
|
||||
public class AjaxModel
|
||||
{
|
||||
public BaseModel()
|
||||
public AjaxModel()
|
||||
{
|
||||
Messages = new List<Message>();
|
||||
}
|
||||
|
@ -20,6 +19,6 @@ namespace WebsitePanel.WebDavPortal.Models.Common
|
|||
Type = type,
|
||||
Value = value
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,7 +4,7 @@ using WebsitePanel.WebDavPortal.CustomAttributes;
|
|||
|
||||
namespace WebsitePanel.WebDavPortal.Models.Common.EditorTemplates
|
||||
{
|
||||
public class PasswordEditor : BaseModel
|
||||
public class PasswordEditor
|
||||
{
|
||||
|
||||
[Display(ResourceType = typeof(Resources.UI), Name = "NewPassword")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue