added mouseover to list entry link
This commit is contained in:
parent
49dd8b2ac2
commit
1f4ca32668
@ -2,7 +2,7 @@
|
||||
<td>${name}</td>
|
||||
<td>${extension}</td>
|
||||
<td>
|
||||
<a href="${url}" target="_blank">${url}</a>
|
||||
<a href="${url}" target="_blank" id="tooltip_${cat}_${i}" onmouseover="saimod_sys_files_tooltip('tooltip_${cat}_${i}',${name},${cat})">${url}</a>
|
||||
</td>
|
||||
<td>
|
||||
<button type="submit" class="btn-warning btn btn-sm imgrnbtn" style="margin: 1px;;" cat="${cat}" id="${name}" textfield="#renametext_${cat}_${i}"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span></button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user