NIHVIVO-1456:
Added text area field to Site Information Editing form for including Homepage blurb
This commit is contained in:
parent
81a0a21536
commit
0e9ad99b29
1 changed files with 11 additions and 1 deletions
|
@ -51,7 +51,17 @@
|
||||||
<font color="red"><form:error name="ShortHand"/></font>
|
<font color="red"><form:error name="ShortHand"/></font>
|
||||||
</td>
|
</td>
|
||||||
</tr> -->
|
</tr> -->
|
||||||
|
|
||||||
|
<!-- mb has added the following input text area to collect the homepage blurb, it is not functional -->
|
||||||
|
<tr class="editformcell">
|
||||||
|
<td valign="bottom" colspan="4">
|
||||||
|
<b>Homepage Blurb</b> <i>used for short institution summary (HTML is allowed)</i><br />
|
||||||
|
<textarea name="HomepageBlurb" style="width: 90%;" ROWS="7" wrap="physical"><form:value name=""/></textarea>
|
||||||
|
<font color="red"><form:error name=""/></font>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr class="editformcell">
|
<tr class="editformcell">
|
||||||
<td valign="bottom" colspan="2">
|
<td valign="bottom" colspan="2">
|
||||||
<b>Contact Email Address</b> <i>contact form submissions will be sent to this address</i><br />
|
<b>Contact Email Address</b> <i>contact form submissions will be sent to this address</i><br />
|
||||||
|
|
Loading…
Add table
Reference in a new issue