diff mee.module @ 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 a3d780c2979a
children 97a888cb817c
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']
   );