NIHVIVO-646 Removed undo link feature from add authors form due to time limitations. Added confirm for the remove links; can upgrade to jquery ui dialog later.
This commit is contained in:
parent
8e986d2d87
commit
cbe6a58aa6
2 changed files with 26 additions and 17 deletions
|
@ -317,7 +317,7 @@ SPARQL queries for existing values. --%>
|
|||
<li class="author" id="${authorUri}">
|
||||
<span class="authorName"><a href="${authorHref}" class="existingAuthor">${author.name}</a></span>
|
||||
<a href="${deleteAuthorshipHref}" id="${authorshipUri}" class="remove">Remove</a>
|
||||
<a href="${undoHref}" class="undo">Undo</a>
|
||||
<%-- <a href="${undoHref}" class="undo">Undo</a> --%>
|
||||
</li>
|
||||
|
||||
<%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue