Revision 2611
Added by sgarg about 19 years ago
lib/style/common/templates/entryForm.tmpl | ||
---|---|---|
2031 | 2031 |
[%ELSE%] |
2032 | 2032 |
<input type="radio" name="useConstraints" onClick="handleOther(0, 'otherUC')" value="no restrictions"><span class="regtext">No restrictions </span> |
2033 | 2033 |
[%END%] |
2034 |
[% IF form == 're_entry' && useConstraints == "permissions" %]
|
|
2035 |
<input type="radio" name="useConstraints" onClick="handleOther(0, 'otherUC')" value="permissions" CHECKED><span class="regtext">Obtain permission from data set owner(s) </span>
|
|
2034 |
[% IF form == 're_entry' && useConstraints == "Obtain permission from data set owner(s)" %]
|
|
2035 |
<input type="radio" name="useConstraints" onClick="handleOther(0, 'otherUC')" value="Obtain permission from data set owner(s)" CHECKED><span class="regtext">Obtain permission from data set owner(s) </span>
|
|
2036 | 2036 |
[%ELSE%] |
2037 |
<input type="radio" name="useConstraints" onClick="handleOther(0, 'otherUC')" value="permissions"><span class="regtext">Obtain permission from data set owner(s) </span>
|
|
2037 |
<input type="radio" name="useConstraints" onClick="handleOther(0, 'otherUC')" value="Obtain permission from data set owner(s)"><span class="regtext">Obtain permission from data set owner(s) </span>
|
|
2038 | 2038 |
[%END%] |
2039 | 2039 |
</td></tr> |
2040 | 2040 |
|
Also available in: Unified diff
Fix for bug 2217