AAAH#38803 Onderwerp veld bij invoer melding beperken tot 60 karakaters
svn path=/Website/trunk/; revision=32056
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user