# HG changeset patch # User alabra # Date 1313880036 14400 # Node ID a731086c0b289f1aba0fd5f4266fb9fa7c28c3d6 # Parent 38b018822bb6caf2463b9ad207a97754e371b62b Se soluciona ticket 174. Además se agrega detalle del campo Hora y Duración cuando son obligatorios en Resources. diff -r 38b018822bb6 -r a731086c0b28 Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs --- a/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs Sat Aug 20 17:47:21 2011 -0400 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs Sat Aug 20 18:40:36 2011 -0400 @@ -88,6 +88,15 @@ } /// + /// Looks up a localized string similar to debe ingresar la Duración del evento. + /// + public static string DuracionRequired { + get { + return ResourceManager.GetString("DuracionRequired", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Correo electrónico. /// public static string EMail { @@ -124,6 +133,15 @@ } /// + /// Looks up a localized string similar to debe ingresar la Hora del evento. + /// + public static string HoraRequired { + get { + return ResourceManager.GetString("HoraRequired", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Nombre de la persona que identifica a esta persona entre todas. /// public static string NombreDescription { diff -r 38b018822bb6 -r a731086c0b28 Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx --- a/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx Sat Aug 20 17:47:21 2011 -0400 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx Sat Aug 20 18:40:36 2011 -0400 @@ -126,6 +126,9 @@ Tiempo que duró la presentación. + + debe ingresar la Duración del evento + Correo electrónico @@ -138,6 +141,9 @@ Hora (GMT +0) + + debe ingresar la Hora del evento + Nombre de la persona que identifica a esta persona entre todas diff -r 38b018822bb6 -r a731086c0b28 Agendas/trunk/src/Agendas.Web/Views/Shared/EditorTemplates/DateTime.cshtml --- a/Agendas/trunk/src/Agendas.Web/Views/Shared/EditorTemplates/DateTime.cshtml Sat Aug 20 17:47:21 2011 -0400 +++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/EditorTemplates/DateTime.cshtml Sat Aug 20 18:40:36 2011 -0400 @@ -1,7 +1,7 @@ @model DateTime? @Html.TextBox(string.Empty, (Model.HasValue ? Model.Value.ToShortDateString() : string.Empty), new { style = "width: 80px" }) diff -r 38b018822bb6 -r a731086c0b28 Agendas/trunk/src/Agendas.Web/Web.config --- a/Agendas/trunk/src/Agendas.Web/Web.config Sat Aug 20 17:47:21 2011 -0400 +++ b/Agendas/trunk/src/Agendas.Web/Web.config Sat Aug 20 18:40:36 2011 -0400 @@ -70,6 +70,8 @@ + +