Adding the IntegerControl for the backform.

(With few cosmetic changes by Ashesh.)
This commit is contained in:
Murtuza Zabuawala
2016-01-05 16:49:58 +05:30
committed by Ashesh Vashi
parent bd3492afdf
commit 675e79daab
2 changed files with 86 additions and 9 deletions

View File

@@ -650,7 +650,10 @@ OWNER TO helpdesk;\n';
'click_for_detailed_msg': '{{ _('%s<br><br>click here for details!') }}',
'general_cateogty': '{{ _('General') }}',
'SQL_TAB': '{{ _('SQL') }}',
'SQL_NO_CHANGE': '\n -- ' + '{{ _('Nothing changed') }}'
'SQL_NO_CHANGE': '\n -- ' + '{{ _('Nothing changed') }}',
'MUST_BE_INT' : " {{ _("'%%s' must be an integer.") }}",
'MUST_GR_EQ' : " {{ _("'%%s' must be greater than or equals to %%d.") }}",
'MUST_LESS_EQ' : " {{ _("'%%s' must be less than or equals to %%d.") }}"
}
});