NIHVIVO-2163: Added markup and styles for verbose mode in individual admin panel.
This commit is contained in:
parent
910526ddd5
commit
3637568a78
2 changed files with 17 additions and 5 deletions
|
@ -11,15 +11,24 @@
|
|||
padding: 3px 6px 3px 10px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 14px;
|
||||
float: left;
|
||||
}
|
||||
#admin .uri-link {
|
||||
padding-left: 11px;
|
||||
padding-bottom: 5px;
|
||||
clear: left;
|
||||
}
|
||||
#admin a.edit-individual {
|
||||
padding-left: 5px;
|
||||
padding-left: 0;
|
||||
border-left: none;
|
||||
}
|
||||
#verbosePropertyForm{
|
||||
float: right;
|
||||
padding-left: 10px;
|
||||
}
|
||||
#verbosePropertyForm .small {
|
||||
padding: 2px 4px 3px;
|
||||
}
|
||||
/* <------ INDIVIDUAL INTRO FOR ANY CLASS*/
|
||||
#individual-intro {
|
||||
margin-top: 15px;
|
||||
|
|
|
@ -10,10 +10,13 @@
|
|||
<#assign formId = "verbosePropertyForm">
|
||||
<form id="${formId}" action="${verbosePropertyForm.action}#${formId}" method="get">
|
||||
<input type="hidden" name="verbose" value="${verbosePropertyForm.verboseFieldValue}" />
|
||||
<span>Verbose property display for this session is <b>${verbosePropertyForm.currentValue}</b></span>
|
||||
<input type="submit" id="submit" value="Turn ${verbosePropertyForm.newValue}" />
|
||||
|
||||
<span>Verbose property display is <b>${verbosePropertyForm.currentValue}</b> | </span>
|
||||
|
||||
<input type="submit" id="submit" class="small" value="Turn ${verbosePropertyForm.newValue}" />
|
||||
</form>
|
||||
</#if>
|
||||
</form>
|
||||
|
||||
<p class="uri-link">Resource URI: <a href="${individual.uri}" target="_blank">${individual.uri}</a></p>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue