1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Extended fields added for Skype and Gender. Also GUI cleanup.

This commit is contained in:
Cameron
2013-04-17 12:19:47 -07:00
parent 70173958e2
commit 33c82dac70
4 changed files with 130 additions and 58 deletions

View File

@@ -50,6 +50,20 @@
<read>253</read>
<write>253</write>
</item>
<item name="skype">
<type>text</type>
<include_text>class='tbox' size='40' maxlength='254'</include_text>
<applicable>253</applicable>
<read>253</read>
<write>253</write>
</item>
<item name="gender">
<type>radio</type>
<values>M => UE_LAN_MALE,F => UE_LAN_FEMALE</values>
<applicable>253</applicable>
<read>253</read>
<write>253</write>
</item>
<item name="homepage">
<type>text</type>
<include_text>class='tbox' size='40' maxlength='254'</include_text>