ICONTHEME: add a way to store a selected icontheme in the users preferences.
[citadel.git] / webcit / static / t / prefs / box.html
index 0dabf5c648c23ba987e1916ed8144c9738e53c15..ae7f1eb829b0869467f7423f1d96112f5f177f62 100644 (file)
   </td>
 </tr>
 
+<tr class="odd">
+  <td><?PREF:DESCR("icontheme")></td>
+  <td>
+     <select id="icontheme" name="icontheme">
+<?ITERATE("PREF:VALID:THEME", ="prefs_section_icontheme_select")>
+     </select>
+  </td>
+</tr>
+
 </table>
 
 <div class="buttons">