other part of r12925
[squirrelmail.git] / templates / default / options_order.tpl
index ca933b8553b2dc246de773c0df057742841e0f07..defc61a4389e2a75b904fd47b1c34720db4a74df 100644 (file)
@@ -31,7 +31,7 @@ extract($t);
 
 /** Begin template **/
 ?>
-<div id="optionHighlight">
+<div id="optionOrder">
 <table cellspacing="0">
  <tr>
   <td class="header1">
@@ -67,7 +67,7 @@ extract($t);
  <tr>
   <td>
    <form action=<?php echo '"'.$addField_action.'"'; ?> method="GET">
-   <input type="hidden" name="method" value="add">
+   <input type="hidden" name="method" value="add" />
    <select name="num">
     <?php
         foreach ($not_used as $field_id=>$name) {
@@ -88,4 +88,4 @@ extract($t);
   </td>
  </tr>
 </table>
-</div>
\ No newline at end of file
+</div>