]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/profile_edit.tpl
Merge remote-tracking branch 'upstream/develop' into develop
[friendica.git] / view / theme / frio / templates / profile_edit.tpl
index 5d82c1c1401b667eecadeced89884c59e1c39372..74ee1a05d6ddc4205cafc39752ba9d869dab9dfe 100644 (file)
                                        <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>