Merge new summary view branches changes into trunk
[citadel.git] / webcit / static / t / box_preferences.html
index 4a5f890caa067ce40a7dda855095c667d701524d..674d34d8609a486304173e5186b64809ee1a37d9 100644 (file)
   </td>
 </tr>
 
+<tr class="odd">
+  <td><?PREF:DESCR("mailbox")></td>
+  <td>
+     <input type="radio" id="m_client" name="mailbox" VALUE="client" 
+        <?%("COND:PREF", 1, :"mailbox", "client", "checked", "")> 
+        ><label for="mailbox"><?_("Full-functionality")></label>
+     <input type="radio" name="mailbox" id="m_cnosort" VALUE="client-nosort" 
+        <?%("COND:PREF", 1, :"mailbox", "client-nosort", "checked", "")> 
+        ><label for="m_cnosort"><?_("Safe mode")></label><br>
+    Safe mode is less intensive on your web browser, but not as fully featured.
+  </td>
+</tr>
 
 </table>