]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/profile_edit.tpl
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / view / theme / frio / templates / profile_edit.tpl
index 09dfc33f2fddfda400832c1c6a47cda41d84077c..74ee1a05d6ddc4205cafc39752ba9d869dab9dfe 100644 (file)
@@ -69,7 +69,7 @@
 
                {{* friendica differs in $detailled_profile (all fields available and a short Version if this is variable false *}}
                {{if $detailled_profile}}
-               <div class="panel-group" id="profile-edit-wrapper" role="tablist" aria-multiselectable="true">
+               <div class="panel-group panel-group-settings" id="profile-edit-wrapper" role="tablist" aria-multiselectable="true">
                        {{* The personal settings *}}
                        <div class="panel">
                                <div class="section-subtitle-wrapper" role="tab" id="personal">
                                        <div class="section-content-tools-wrapper">
                                                {{include file="field_input.tpl" field=$homepage}}
 
+                                               {{include file="field_input.tpl" field=$xmpp}}
+
                                                {{include file="field_input.tpl" field=$pub_keywords}}
 
                                                {{include file="field_input.tpl" field=$prv_keywords}}
 
                {{include file="field_input.tpl" field=$homepage}}
 
+               {{include file="field_input.tpl" field=$xmpp}}
+
                {{$hide_friends}}
 
                {{include file="field_input.tpl" field=$address}}
        </form>
 </div>
 
-<script type="text/javascript">Fill_Country('{{$country_name.2}}');Fill_States('{{$region.2}}');</script>
+<script language="javascript" type="text/javascript">
+       Fill_Country('{{$country_name.2}}');
+       Fill_States('{{$region.2}}');
+
+       // initiale autosize for the textareas
+       autosize($("textarea.text-autosize"));
+</script>