We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb77c0e commit 8fc9587Copy full SHA for 8fc9587
js/scripts.js.php
@@ -411,7 +411,7 @@ function buildTiles(list) {
411
if (item.type == 'form') {
412
forms.push(
413
'<div style="background-color: ' + item.background_color + '" class="plugin_formcreator_formTile '+item.type+' '+default_class+'" title="'+item.description+'">'
414
- + '<i class="fa ' + item.icon + '" style="color: ' + item.icon_color+ '"></i>'
+ + '<i class="' + item.icon + '" style="color: ' + item.icon_color+ '"></i>'
415
+ '<a href="' + url + '" class="plugin_formcreator_formTile_title">'
416
+ item.name
417
+ '</a>'
0 commit comments