"Subject:" and "Subject (optional):" were in the wrong places.
authorArt Cancro <ajc@citadel.org>
Mon, 25 Oct 2010 16:14:16 +0000 (12:14 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 25 Oct 2010 16:14:16 +0000 (12:14 -0400)
Swapped them to the correct places.

webcit/static/t/edit_message.html

index f2ba910aefbeab412419d2ff8b61731a47921a09..b359be51f65b610eb956d8ccedc6063122a0a06e 100644 (file)
@@ -73,7 +73,7 @@
 <??("X", 5)>           
 <tr>
   <th><label for="subject_id" > 
-      <?%("COND:BSTR", 6, "__SUBJREQUIRED", 0, _("Subject:"), _("Subject (optional):")>
+      <?%("COND:BSTR", 6, "__SUBJREQUIRED", 0, _("Subject (optional):"), _("Subject:")>
   </label></th>
   <td colspan="2">
     <input type="text" name="subject" id="subject_id" value="<?BSTR("subject", "H")>" size=45 maxlength=70>