FSN#55891 mobile bijlage uploaden

svn path=/Website/branches/v2018.2/; revision=40340
This commit is contained in:
Alex Tiehuis
2018-12-21 13:58:36 +00:00
parent 534024239d
commit 44a363985a

View File

@@ -1242,7 +1242,8 @@ function listKenmerk(sql, module, key, props)
}
var href = HTTP.urlzelfnoroot() + protectQS.create(OpenFlexFile(module, niveau, key, kkey, lijst[i].name));
var html = '<a class="details fldflexM '+previewClass+'" data-role="button"'
+ ' href=\"' + safe.htmlattr(href) + '" ' + (device.isapp()? '' : 'target="_blank"') + ' data-ajax="false">' + safe.html(lijst[i].name) + '</a>';
+ ' href=\"' + safe.htmlattr(href) + '" ' + (device.isapp()? '' : 'target="_blank"') + ' data-ajax="false">' + safe.html(lijst[i].name) + '</a>'
+ '<input type="hidden" class="icon icon-attachment filename readonly" name="'+nameprefix + idCounter + "val"+'" value="'+safe.html(lijst[i].name)+'"';
}
filehtmlarr.push(html);
}