Current use demonstrated quite nicely ("Section required" a couple of
authorJoey Schulze <joey@infodrom.org>
Sun, 12 May 2002 20:28:42 +0000 (20:28 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 12 May 2002 20:28:42 +0000 (20:28 +0000)
times) that both section fields should be above the <textarea>.

src/LinuxTag/2002/supporter/edit_job.wml

index 6638711..868b584 100644 (file)
                value="<? echo $row['comment']; ?>"
                >
 
-<row_textarea  name=description
-               title="<b>Description</b>"
-               value="<? echo $row['description']; ?>"
-               >
-
 <?
   $sections = array();
   $query = sprintf("SELECT DISTINCT section FROM job ORDER BY section");
                value=""
                >
 
+<row_textarea  name=description
+               title="<b>Description</b>"
+               value="<? echo $row['description']; ?>"
+               >
+
 <row_delim     msg="<b>Job Fragments</b>"
                >