]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/box_preferences.html
Merge new summary view branches changes into trunk
[citadel.git] / webcit / static / t / box_preferences.html
index af113e497438d0a5c919e02ac250012a3b3bd451..674d34d8609a486304173e5186b64809ee1a37d9 100644 (file)
 <tr class="odd">
   <td><?PREF:DESCR("calhourformat")></td>
   <td>
-    <input type="radio" name="calhourformat" VALUE="12" 
-          <?%("COND:PREF", 1, :"calhourformat", "24", "", "checked")>
-          <?%("COND:PREF", 1, :"calhourformat", "", "checked", "")>
-          ><?_("12 hour (am/pm)")></input>
-    &nbsp;&nbsp;&nbsp;
-    <input type="radio" name="calhourformat" VALUE="24" <?%("COND:PREF", 1, :"calhourformat", "24", "checked", "")> ><?_("24 hour")></input>
+       <input type="radio" name="calhourformat" VALUE="12" 
+               <?%("COND:PREF", 1, :"calhourformat", "24", "", "checked")>
+               ><?_("12 hour (am/pm)")>
+       </input>
+       &nbsp;&nbsp;&nbsp;
+       <input type="radio" name="calhourformat" VALUE="24"
+               <?%("COND:PREF", 1, :"calhourformat", "24", "checked", "")>
+               ><?_("24 hour")>
+       </input>
   </td>
 </tr>
 
   </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>