Folder list bar on left/right
[squirrelmail.git] / src / options_display.php
index 7cdb3ed9faea0b6f764b5fb0969827a674b52c8f..37227bd6637ea70d14014f8c2ce5fc2012354865 100644 (file)
             </td>
          </tr>
          <tr>
-            <td align=right nowrap><?php echo _("Width of left folder list"); ?>:
+            <td align=right nowrap><?PHP echo _('Location of folder list') ?>:</td>
+            <td><select name="folder_new_location">
+                <option value="left"<?PHP
+                    if ($location_of_bar != 'right') echo ' SELECTED';
+                    ?>><?PHP echo _('Left'); ?></option>
+                <option value="right"<?PHP
+                    if ($location_of_bar == 'right') echo ' SELECTED';
+                    ?>><?PHP echo _('Right'); ?></option>
+                </select>
+            </td>
+         </tr>
+         <tr>
+            <td align=right nowrap><?php echo _("Width of folder list"); ?>:
             </td><td>
 <?php
    echo "         <select name=leftsize>\n";