FCLT#56050 Doorsturen null##### viel op tijdens release presentatie indien prefix == null dan prefix = ""
svn path=/Website/trunk/; revision=41450
This commit is contained in:
@@ -202,7 +202,7 @@ FCLTHeader.Requires({ plugins: ["jQuery", "kenmerk"],
|
||||
<body class="modal" id="mod_mldforward">
|
||||
<form action="mld_forward_save.asp?mld_key=<%=mld_key%>&fwdType=<%=fwdType%>" method="post" name="u2">
|
||||
|
||||
<% BLOCK_START("mldForward", (fwdType == 1 ? fwdInfo.fwdLabel : L("lcl_mld_forward_team")) + " " + mld_melding.prefix + mld_key, {tableid: "tblforward"})
|
||||
<% BLOCK_START("mldForward", (fwdType == 1 ? fwdInfo.fwdLabel : L("lcl_mld_forward_team")) + " " + (mld_melding.prefix || "") + mld_key, {tableid: "tblforward"})
|
||||
|
||||
if (fwdType == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user