Changeset c6bbc4d in sicp for templates


Ignore:
Timestamp:
Jun 23, 2015, 6:06:00 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
96f4707
Parents:
4359346
Message:

Agregado archivo README.md con descripción de la aplicación y procesos para su instalación. Se modificaron y corrigieron algunas secciones para la documentación del sistema (bloques de comentarios)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/validacion_msg.html

    r869fc9f rc6bbc4d  
    44    /**
    55     * @brief Sección de variables para los mensajes de validación de formularios en ventanas modales
    6      *
    76     * @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
    87     * @copyright GNU/GPLv2
    98     * @date 09-06-2015
    109     */
     10
    1111    var ERROR_REQUIRED = "{% trans 'Este campo es requerido' %}";
    1212    var ERROR_MINLENGTH = jQuery.format("{% trans 'Debe indicar al menos {0} carácteres' %}");
     
    2323    var ERROR_DATE_ISO = "{% trans 'Debe indicar una fecha válida en formato ISO' %}";
    2424    var ERROR_NUMBER = "{% trans 'Debe indicar un número válido' %}";
    25     var ERROR_EQUAL_TO = jQuery.format("{% trans 'Debe indicar el mismo valor del campo {0]' %}");
     25    var ERROR_EQUAL_TO = jQuery.format("{% trans 'Debe indicar el mismo valor del campo {0]' %}")
    2626    var ERROR_ACCEPT = "{% trans 'Debe seleccionar un tipo de archivo válido' %}";
    2727    var ERROR_EXTENSION = jQuery.format("Debe seleccionar un archivo con extension ({0})");
Note: See TracChangeset for help on using the changeset viewer.