AAAH#38803 Onderwerp veld bij invoer melding beperken tot 60 karakaters

svn path=/Website/trunk/; revision=32056
This commit is contained in:
Ruud Lipper
2016-12-21 07:58:59 +00:00
parent 0f6bd5d2cb
commit 8586b66e2b

View File

@@ -1112,7 +1112,8 @@ lcl.set_dialect(mld_melding.srtdisc, "MLD_SRTDISCIPLINE_KEY");
"fld" + ((mld_melding.subject == 2 && (this_mld.canOmsChange || mld_key < 0) && !txtreado)? " required" : ""), /* prepared, 3=future value */
L("lcl_mld_subject"),
mld_melding.mld_onderwerp,
{html: (!(this_mld.canOmsChange || mld_key < 0) || txtreado? " readonly" : "")})
{maxlength: 60, html: (!(this_mld.canOmsChange || mld_key < 0) || txtreado? " readonly" : "")})
}
if (mld_melding.freetext != 0)