NIHVIVO-3254
This commit is contained in:
parent
3e0e617f94
commit
4f23405e8e
1 changed files with 7 additions and 14 deletions
|
@ -68,6 +68,7 @@
|
||||||
</#list>
|
</#list>
|
||||||
</select>
|
</select>
|
||||||
</p>
|
</p>
|
||||||
|
<div class="fullViewOnly">
|
||||||
<p>
|
<p>
|
||||||
<label for="relatedIndLabel">Title ${requiredHint}</label>
|
<label for="relatedIndLabel">Title ${requiredHint}</label>
|
||||||
<input class="acSelector" size="50" type="text" id="relatedIndLabel" name="title"
|
<input class="acSelector" size="50" type="text" id="relatedIndLabel" name="title"
|
||||||
|
@ -83,21 +84,13 @@
|
||||||
<input class="acUriReceiver" type="hidden" id="pubUri" name="pubUri" value="" />
|
<input class="acUriReceiver" type="hidden" id="pubUri" name="pubUri" value="" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<p class="submit">
|
||||||
|
<input type="hidden" name = "editKey" value="${editKey}"/>
|
||||||
|
<input type="submit" id="submit" value="${submitButtonText}"/><span class="or"> or </span><a class="cancel" href="${cancelUrl}">Cancel</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<#--Commenting out as unclear whether this contains any dates to begin with
|
<p id="requiredLegend" class="requiredHint">* required fields</p>
|
||||||
<#if htmlForElements?keys?seq_contains("dateField")>
|
|
||||||
<label class="dateTime" for="dateField">Publication Date ${yearHint}</label>
|
|
||||||
${htmlForElements["dateField"]} ${yearHint}
|
|
||||||
</#if>
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
<p class="submit">
|
|
||||||
<input type="hidden" name = "editKey" value="${editKey}"/>
|
|
||||||
<input type="submit" id="submit" value="${submitButtonText}"/><span class="or"> or </span><a class="cancel" href="${cancelUrl}">Cancel</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p id="requiredLegend" class="requiredHint">* required fields</p>
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue