- <select name="wysiwyg_editor" size="1">
- <option value="plain text" tal:repeat="editor python:portal_object.getProperty('available_editors')" tal:attributes="value editor ; selected python:member.getProperty('wysiwyg_editor', '') == editor" tal:content="editor" i18n:translate="">plain</option>
- </select>
- </td>
- </tr>
- <!--
- <tr>
- <th valign="top" i18n:translate="">Photos width</th>
- <td>
- <input type="text" name="photo_width" size="3" tal:attributes="value member/photo_width|nothing" /> pixels
- </td>
- </tr>
- <tr>
- <th valign="top" i18n:translate="">Listed status</th>
- <td tal:define="listed member/listed|nothing">
- <input id="cb_listed" type="radio" name="listed" value="on" tal:attributes="checked listed" /><label for="cb_listed" i18n:translate="">Listed</label>
- <dl class="FieldHelp">
- <dd i18n:translate="">You will show up on the public membership roster.</dd>
- </dl>
- <input id="cb_unlisted" type="radio" name="listed" value="" tal:attributes="checked python:( hasattr(member,'listed')
- and not(member.getProperty( 'listed' ) ) )" /><label for="cb_unlisted" i18n:translate="">Unlisted</label>
+ <input type="text" name="preferred_languages:tokens"
+ tal:attributes="value python:' '.join(member.getProperty('preferred_languages', []))"/>