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:
rjy7 2010-06-30 17:34:55 +00:00
parent 8e986d2d87
commit cbe6a58aa6
2 changed files with 26 additions and 17 deletions

View file

@ -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>
<%