mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 16:50:07 +02:00
Fixes #592 Missing User-extended fields when using Bootstrap with usersettings page.
Closes #539 Tabs view of user-extended categories when using Bootstrap. Added missing css classes to extended-fields.
This commit is contained in:
@@ -17,42 +17,42 @@
|
||||
</item>
|
||||
<item name="location">
|
||||
<type>text</type>
|
||||
<include_text>class='tbox' size='40' maxlength='254'</include_text>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
<applicable>253</applicable>
|
||||
<read>253</read>
|
||||
<write>253</write>
|
||||
</item>
|
||||
<item name="aim">
|
||||
<type>text</type>
|
||||
<include_text>class='tbox' size='40' maxlength='254'</include_text>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
<applicable>253</applicable>
|
||||
<read>253</read>
|
||||
<write>253</write>
|
||||
</item>
|
||||
<item name="icq">
|
||||
<type>text</type>
|
||||
<include_text>class='tbox' size='40' maxlength='254'</include_text>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
<applicable>253</applicable>
|
||||
<read>253</read>
|
||||
<write>253</write>
|
||||
</item>
|
||||
<item name="yahoo">
|
||||
<type>text</type>
|
||||
<include_text>class='tbox' size='40' maxlength='254'</include_text>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
<applicable>253</applicable>
|
||||
<read>253</read>
|
||||
<write>253</write>
|
||||
</item>
|
||||
<item name="msn">
|
||||
<type>text</type>
|
||||
<include_text>class='tbox' size='40' maxlength='254'</include_text>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
<applicable>253</applicable>
|
||||
<read>253</read>
|
||||
<write>253</write>
|
||||
</item>
|
||||
<item name="skype">
|
||||
<type>text</type>
|
||||
<include_text>class='tbox' size='40' maxlength='254'</include_text>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
<applicable>253</applicable>
|
||||
<read>253</read>
|
||||
<write>253</write>
|
||||
@@ -66,7 +66,7 @@
|
||||
</item>
|
||||
<item name="homepage">
|
||||
<type>text</type>
|
||||
<include_text>class='tbox' size='40' maxlength='254'</include_text>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
<regex>#^[a-z0-9]+://#si</regex>
|
||||
<applicable>253</applicable>
|
||||
<read>253</read>
|
||||
|
Reference in New Issue
Block a user