FSN#41529 Upload mogelijkheid voor xxxx.xsl iets betere dialoog titel
svn path=/Website/branches/v2017.2/; revision=35771
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
<head>
|
||||
<% FCLTHeader.Generate(); %>
|
||||
<script>
|
||||
function bl (url)
|
||||
function bl (url, titel)
|
||||
{
|
||||
FcltMgr.openModalDetail(url);
|
||||
FcltMgr.openModalDetail(url, { titel: titel} );
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
@@ -43,7 +43,8 @@
|
||||
{
|
||||
var url = "../shared/BijlagenForm.asp?module=" + module;
|
||||
var proturl = protectQS.create(url);
|
||||
CreateButton("{0} ({1})".format(label, module), "bl('" + safe.jsstring(proturl) + "')");
|
||||
var tekst = "{0} ({1})".format(label, module);
|
||||
CreateButton(tekst, "bl('" + safe.jsstring(proturl) + "', '" + safe.jsstring(tekst) + "')");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user