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 = []) {
470470 $ i ++;
471471 echo '<tr class="tab_bg_ ' .($ i % 2 ).'"> ' ;
472472 $ targetItemUrl = $ targetType ::getFormURLWithID ($ targetId );
473- echo '<td onclick="document.location= \'' . $ targetItemUrl . '\' " style="cursor: pointer "> ' ;
473+ echo '<td><a href=" ' . $ targetItemUrl . '"> ' ;
474474
475475 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> ' ;
482477
483478 echo '<td align="center" width="32"> ' ;
484479 echo '<i class="far fa-trash-alt" alt="*" title=" ' .__ ('Delete ' , 'formcreator ' ).'"
You can’t perform that action at this time.
0 commit comments