NIHVIVO-144 Add edit/delete links to primary and additional links on front end individual page. (These links generate errors when clicked, though.)
This commit is contained in:
parent
c115bca9a9
commit
a00d11de8c
3 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
vreq.setAttribute("flagURI",flagURI);
|
||||
%>
|
||||
|
||||
<%-- RY *** SET VARIABLES for uris & namespaces --%>
|
||||
|
||||
<%-- Then enter a SPARQL query for each field, by convention concatenating the field id with "Existing"
|
||||
to convey that the expression is used to retrieve any existing value for the field in an existing individual.
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
vreq.setAttribute("flagURI",flagURI);
|
||||
%>
|
||||
|
||||
<%-- RY *** SET VARIABLES for uris & namespaces --%>
|
||||
|
||||
<%-- Then enter a SPARQL query for each field, by convention concatenating the field id with "Existing"
|
||||
to convey that the expression is used to retrieve any existing value for the field in an existing individual.
|
||||
|
|
|
@ -664,6 +664,12 @@ span.statementWrap:hover em.nonEditable {
|
|||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#dprop-vitro-links.editing li {
|
||||
display: block;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
/************************
|
||||
Backend forms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue