mirror of
https://github.com/apache/archiva.git
synced 2025-02-07 10:39:02 +00:00
use cursor hand when hover trash image
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1401076 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bcc39e49ae
commit
38788585d7
@ -53,7 +53,7 @@
|
||||
{{if browseResultEntry.project}}
|
||||
{{if deleteKarma}}
|
||||
<li class="browse-list-project">
|
||||
<img id="delete-${browseResultEntry.name}" src="images/trash.png" data-bind="click:function(){deleteProject(groupId,displayEntry(browseResultEntry.name))}"/>
|
||||
<img class="cursor-hand" id="delete-${browseResultEntry.name}" src="images/trash.png" data-bind="click:function(){deleteProject(groupId,displayEntry(browseResultEntry.name))}"/>
|
||||
<a href="#" data-bind="click:function(){displayProjectEntry(browseResultEntry.name)}">${displayEntry(browseResultEntry.name)}</a>
|
||||
</li>
|
||||
{{else}}
|
||||
@ -65,7 +65,7 @@
|
||||
{{else}}
|
||||
{{if deleteKarma}}
|
||||
<li class="browse-list">
|
||||
<img id="delete-${browseResultEntry.name}" src="images/trash.png" data-bind="click:function(){deleteGroupId(browseResultEntry.name)}"/>
|
||||
<img class="cursor-hand" id="delete-${browseResultEntry.name}" src="images/trash.png" data-bind="click:function(){deleteGroupId(browseResultEntry.name)}"/>
|
||||
<a data-bind="click:function(){displayGroupId(browseResultEntry.name)}" href="#" title="folder ${displayEntry(browseResultEntry.name)}">${displayEntry(browseResultEntry.name)}</a>
|
||||
</li>
|
||||
{{else}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user