File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -470,15 +470,10 @@ public function showTargets($ID, $options = []) {
470
470
$ i ++;
471
471
echo '<tr class="tab_bg_ ' .($ i % 2 ).'"> ' ;
472
472
$ targetItemUrl = $ targetType ::getFormURLWithID ($ targetId );
473
- echo '<td onclick="document.location= \'' . $ targetItemUrl . '\' " style="cursor: pointer "> ' ;
473
+ echo '<td><a href=" ' . $ targetItemUrl . '"> ' ;
474
474
475
475
echo $ target ->fields ['name ' ];
476
- echo '</td> ' ;
477
-
478
- echo '<td align="center" width="32"> ' ;
479
- echo '<i class="fas fa-edit" alt="*" title=" ' .__ ('Edit ' ).'"
480
- onclick="document.location= \'' . $ targetItemUrl . '\'" align="absmiddle" style="cursor: pointer"></i> ' ;
481
- echo '</td> ' ;
476
+ echo '</a></td> ' ;
482
477
483
478
echo '<td align="center" width="32"> ' ;
484
479
echo '<i class="far fa-trash-alt" alt="*" title=" ' .__ ('Delete ' , 'formcreator ' ).'"
You can’t perform that action at this time.
0 commit comments