Enlarge the note field of the contact editor

pull/17/head
Francis Lachapelle 2014-02-06 14:43:40 -05:00
parent 379258de59
commit 5ea56a6f8a
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@
<tr> <tr>
<td> <td>
<label><var:string label:value="Note:" /> <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> </label>
</td> </td>
</tr> </tr>