@@ -412,7 +412,7 @@ public static function resultsTable($search_object, $search_results, $page)
412
412
<td dir=' {$ direction3 }' lang=' {$ locale3 }'>
413
413
<span class='celltitle'> {$ locale3 }</span>
414
414
<div class='string' id=' {$ clipboard_target_string2 }'> {$ target_string2 }</div>
415
- <div dir='ltr' class='result_meta_link'>
415
+ <div dir='ltr' class='result_meta_link invisible '>
416
416
<a class='source_link' href=' {$ locale3_path }'>
417
417
<source>
418
418
</a>
@@ -430,16 +430,16 @@ public static function resultsTable($search_object, $search_results, $page)
430
430
<tr class=' {$ component }'>
431
431
<td>
432
432
<span class='celltitle'>Entity</span>
433
- <a class='resultpermalink tag' id=' {$ anchor_name }' href='# {$ anchor_name }' title='Permalink to this result'>link</a>
434
- <a class='l10n tag' href='/string/?entity= {$ key }&repo= {$ current_repo }' title='List all translations for this entity'>l10n</a>
433
+ <a class='resultpermalink tag invisible ' id=' {$ anchor_name }' href='# {$ anchor_name }' title='Permalink to this result'>link</a>
434
+ <a class='l10n tag invisible ' href='/string/?entity= {$ key }&repo= {$ current_repo }' title='List all translations for this entity'>l10n</a>
435
435
<a class='link_to_entity' href= \"/ {$ entity_link }\"> {$ result_entity }</a>
436
436
</td>
437
437
<td dir=' {$ direction1 }' lang=' {$ locale1 }'>
438
438
<span class='celltitle'> {$ locale1 }</span>
439
439
<div class='string'>
440
440
{$ source_string }
441
441
</div>
442
- <div dir='ltr' class='result_meta_link'>
442
+ <div dir='ltr' class='result_meta_link invisible '>
443
443
<a class='source_link' href=' {$ locale1_path }'>
444
444
<source>
445
445
</a>
@@ -457,7 +457,7 @@ public static function resultsTable($search_object, $search_results, $page)
457
457
<td dir=' {$ direction2 }' lang=' {$ locale2 }'>
458
458
<span class='celltitle'> {$ locale2 }</span>
459
459
<div class='string' id=' {$ clipboard_target_string }'> {$ target_string }</div>
460
- <div dir='ltr' class='result_meta_link'>
460
+ <div dir='ltr' class='result_meta_link invisible '>
461
461
<a class='source_link' href=' {$ locale2_path }'>
462
462
<source>
463
463
</a>
0 commit comments