File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2576,7 +2576,7 @@ public function addAdminerEditFieldLinks($event) {
25762576 $ link = '' ;
25772577 // don't add link again unless it's a repeater field
25782578 if (strpos ($ appendedMarkup , 'adminer_EditFieldLink ' ) === false || $ inputfield instanceof InputfieldRepeater) {
2579- $ link = '<div tabindex="-1" class="wrap_adminer_EditFieldLink" style="display: none"><a class="adminer_EditFieldLink" title="Edit in Adminer (SHIFT+Click for full Adminer)" href="adminer://? ' .$ adminerQuery .'"> ' .$ adminerIcon .'</a></div> ' ;
2579+ $ link = '<div class="wrap_adminer_EditFieldLink" style="display: none"><a tabindex="-1" class="adminer_EditFieldLink" title="Edit in Adminer (SHIFT+Click for full Adminer)" href="adminer://? ' .$ adminerQuery .'"> ' .$ adminerIcon .'</a></div> ' ;
25802580 }
25812581
25822582 $ inputfield ->appendMarkup = $ inputfield ->appendMarkup . $ link ;
You can’t perform that action at this time.
0 commit comments