NIHVIVO-144 Style tweaks to front end object property deletion confirmation page.
This commit is contained in:
parent
f96eb9722d
commit
5b6ee59e77
2 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ public class FrontEndEditingUtils {
|
|||
if (StringUtils.equalsOneOf(predicateUri, VitroVocabulary.PRIMARY_LINK, VitroVocabulary.ADDITIONAL_LINK)) {
|
||||
String linkAnchor = getLiteralValue(model, object, VitroVocabulary.LINK_ANCHOR);
|
||||
String linkUrl = getLiteralValue(model, object, VitroVocabulary.LINK_URL);
|
||||
displayName = "<a href='" + linkUrl + "'>" + linkAnchor + "</a>";
|
||||
displayName = "<a class='externalLink' href='" + linkUrl + "'>" + linkAnchor + "</a>";
|
||||
}
|
||||
|
||||
return displayName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue