Mercurial > defr > drupal > scald > mee
changeset 18:7ac5a50a9db5
Form: Move the Short content field to the top, and wrap its title in a t()
| author | Franck Deroche <defr@ows.fr> |
|---|---|
| date | Fri, 20 Nov 2009 11:03:08 +0000 |
| parents | 464f6a6e0e7f |
| children | 75106ee96c1e |
| files | mee.module |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mee.module Fri Oct 16 12:06:16 2009 +0000 +++ b/mee.module Fri Nov 20 11:03:08 2009 +0000 @@ -542,9 +542,9 @@ ); $element['mee']['short'] = array( '#type' => 'textarea', - '#title' => 'Contenu court', + '#title' => t('Short content'), '#rows' => 5, - '#weight' => 100, + '#weight' => -100, '#default_value' => $element['#value']['short'] );
