NIHVIVO-1603 Using jQuery in place of DWR to return the moniker selection experience to its former glory
This commit is contained in:
parent
e56e4d89b4
commit
38f021251a
2 changed files with 28 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<%@ taglib prefix="form" uri="http://vitro.mannlib.cornell.edu/edit/tags" %>
|
||||
|
||||
<tr class="editformcell" id="entityNameTr">
|
||||
|
@ -7,7 +7,7 @@
|
|||
<b>Individual Name</b><br/>
|
||||
<input style="width:80%;" type="text" name="Name" value="<form:value name="Name"/>" maxlength="255" />
|
||||
<p class="error"><form:error name="Name"/></p>
|
||||
</td>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class='editformcell' id='GenericTypeTr'>
|
||||
|
@ -32,7 +32,7 @@
|
|||
</td>
|
||||
|
||||
<td id="newMonikerTd" valign="top">If [new moniker] is selected, enter here:<br/>
|
||||
<input id="MonikerSelectAlt" name="Moniker" value="<form:value name="Moniker"/>"/>
|
||||
<input id="MonikerSelectAlt" name="Moniker" value="<form:value name="Moniker"/>" disabled="disabled" />
|
||||
<i>otherwise leave this field blank</i>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue