Enlarge the note field of the contact editor

This commit is contained in:
Francis Lachapelle
2014-02-06 14:43:40 -05:00
parent 379258de59
commit 5ea56a6f8a

View File

@@ -373,7 +373,7 @@
<tr>
<td>
<label><var:string label:value="Note:" />
<textarea var:value="ldifRecord.description" name="note" id="note"></textarea>
<textarea rows="25" var:value="ldifRecord.description" name="note" id="note"></textarea>
</label>
</td>
</tr>