diff --git a/app/assets/js/movim_websocket.js b/app/assets/js/movim_websocket.js index a9505fcb4..5b5a94174 100755 --- a/app/assets/js/movim_websocket.js +++ b/app/assets/js/movim_websocket.js @@ -97,7 +97,7 @@ var MovimWebsocket = { if(funcalls != null) { for(h = 0; h < funcalls.length; h++) { var funcall = funcalls[h]; - console.log(funcall); + //console.log(funcall); if(funcall.func != null && (typeof window[funcall.func] == 'function')) { try { window[funcall.func].apply(null, funcall.params); diff --git a/app/views/account.tpl b/app/views/account.tpl index 2888f64e3..0b18c27de 100755 --- a/app/views/account.tpl +++ b/app/views/account.tpl @@ -1,9 +1,6 @@ - -
-
-
-
+
+ widget('Header'); ?> +
widget('Subscribe');?> -
-
+ + diff --git a/app/views/accountnext.tpl b/app/views/accountnext.tpl index 7e3a261d4..f036e0674 100755 --- a/app/views/accountnext.tpl +++ b/app/views/accountnext.tpl @@ -1,10 +1,6 @@ - -
-
- widget('AccountError');?> -
-
+
+ widget('Header'); ?> +
widget('AccountNext');?> -
-
+ + diff --git a/app/views/chat.tpl b/app/views/chat.tpl index dcf31c80e..4d5e4d74c 100644 --- a/app/views/chat.tpl +++ b/app/views/chat.tpl @@ -6,7 +6,7 @@
widget('Header'); ?>
- widget('Roster');?> + widget('Chats');?> widget('Chat');?>
diff --git a/app/views/conf.tpl b/app/views/conf.tpl index 8ecf5dc68..328e3c668 100755 --- a/app/views/conf.tpl +++ b/app/views/conf.tpl @@ -10,7 +10,7 @@ widget('Tabs');?> widget('Vcard4');?> widget('Config');?> - widget('ConfigData');?> + widget('ConfigData');?> widget('PubsubSubscriptionConfig');?> diff --git a/app/views/contact.tpl b/app/views/contact.tpl index 02f2a5503..f0249c3bf 100644 --- a/app/views/contact.tpl +++ b/app/views/contact.tpl @@ -8,6 +8,7 @@
widget('Roster');?>
+ widget('Notifs');?> widget('Tabs');?> widget('Contact');?>
diff --git a/app/views/help.tpl b/app/views/help.tpl index 0a57628d8..f6f61b7fe 100755 --- a/app/views/help.tpl +++ b/app/views/help.tpl @@ -4,11 +4,7 @@
-
- - -

Help **FIXME**

-
+ widget('Header'); ?>
widget('Tabs');?> diff --git a/app/widgets/AccountNext/_accountnext_form.tpl b/app/widgets/AccountNext/_accountnext_form.tpl index 6a97195bb..e8b93813a 100755 --- a/app/widgets/AccountNext/_accountnext_form.tpl +++ b/app/widgets/AccountNext/_accountnext_form.tpl @@ -2,13 +2,11 @@
-
- {$formh} - - {$c->__('button.validate')} - -
+ {$formh} + + {$c->__('button.validate')} + diff --git a/app/widgets/AccountNext/accountnext.tpl b/app/widgets/AccountNext/accountnext.tpl index 447f9b4f6..848bfb282 100755 --- a/app/widgets/AccountNext/accountnext.tpl +++ b/app/widgets/AccountNext/accountnext.tpl @@ -1,8 +1,8 @@
-

{$c->__('create.title')} {$c->__('on')} {$host}

+

{$c->__('create.title')} {$c->__('on')} {$host}

-
- {$c->__('loading')} +
+

{$c->__('loading')}