diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-04-24 00:43:08 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-04-24 01:44:07 +0200 |
commit | b8da5c526219fae28434ede6cd53e0010d83c8ee (patch) | |
tree | ce4d21e8deec1f214bb7f1e7ece38183a6d11219 /apps/contacts/templates/part.contact.php | |
parent | 6848b069c9f33a164c8a5ab180a9a7f40802527b (diff) | |
download | nextcloud-server-b8da5c526219fae28434ede6cd53e0010d83c8ee.tar.gz nextcloud-server-b8da5c526219fae28434ede6cd53e0010d83c8ee.zip |
Contacts: Tried to format NOTE field a bit. Needs to be improved more though.
Diffstat (limited to 'apps/contacts/templates/part.contact.php')
-rw-r--r-- | apps/contacts/templates/part.contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.contact.php b/apps/contacts/templates/part.contact.php index b90fa92c2c5..dec081a9b89 100644 --- a/apps/contacts/templates/part.contact.php +++ b/apps/contacts/templates/part.contact.php @@ -112,7 +112,7 @@ $id = isset($_['id']) ? $_['id'] : ''; <div id="contact_note" class="contactsection"> <form class="float" method="post"> <fieldset id="note" class="formfloat propertycontainer contactpart" data-element="NOTE"> - <textarea class="contacts_property note" name="value" cols="40" rows="10" required="required" placeholder="<?php echo $l->t('Add notes here.'); ?>"></textarea> + <textarea class="contacts_property note" name="value" cols="60" rows="15" required="required" placeholder="<?php echo $l->t('Add notes here.'); ?>"></textarea> </fieldset> </form> </div> <!-- contact_note --> |