From 4b36e41b098ae805d8a25e1c4ce7f38161418eea Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 23 Jul 2012 20:49:56 -0700 Subject: implement page update modes --- view/common_tabs.tpl | 2 +- view/conversation.tpl | 3 ++- view/jot-header.tpl | 6 +++--- view/photo_edit.tpl | 9 ++------- view/photos_upload.tpl | 8 +------- view/profile_edit.tpl | 14 +------------- view/theme/dispy/conversation.tpl | 3 ++- view/theme/quattro/conversation.tpl | 3 ++- 8 files changed, 14 insertions(+), 34 deletions(-) (limited to 'view') diff --git a/view/common_tabs.tpl b/view/common_tabs.tpl index 22c33d6b1..f8ceff46a 100644 --- a/view/common_tabs.tpl +++ b/view/common_tabs.tpl @@ -1,5 +1,5 @@ diff --git a/view/conversation.tpl b/view/conversation.tpl index fe8304a6c..70cd389c9 100644 --- a/view/conversation.tpl +++ b/view/conversation.tpl @@ -1,3 +1,4 @@ +
{{ for $threads as $thread }}
{{ for $thread.items as $item }} @@ -15,7 +16,7 @@ {{ endfor }}
{{ endfor }} - +
{{ if $dropping }} diff --git a/view/jot-header.tpl b/view/jot-header.tpl index f1c283470..64bcf27ca 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -283,9 +283,9 @@ function enableOnUser(){ if(reply && reply.length) { commentBusy = true; $('body').css('cursor', 'wait'); - $.get('filer/' + id + '?term=' + reply); - if(timer) clearTimeout(timer); - timer = setTimeout(NavUpdate,3000); + $.get('filer/' + id + '?term=' + reply, NavUpdate); +// if(timer) clearTimeout(timer); +// timer = setTimeout(NavUpdate,3000); liking = 1; $.fancybox.close(); } else { diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl index 85d5fb8e2..53b69caae 100644 --- a/view/photo_edit.tpl +++ b/view/photo_edit.tpl @@ -28,7 +28,7 @@
- + $permissions
@@ -47,9 +47,4 @@
- + diff --git a/view/photos_upload.tpl b/view/photos_upload.tpl index 706b3398d..33c48cbeb 100644 --- a/view/photos_upload.tpl +++ b/view/photos_upload.tpl @@ -23,7 +23,7 @@
- + $permissions
@@ -43,9 +43,3 @@
- diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index 64cd47324..bc342cc3b 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -172,7 +172,6 @@ $lbl_about
-
@@ -184,7 +183,6 @@ $lbl_hobbies
-
@@ -196,7 +194,6 @@ $lbl_likes
-
@@ -208,7 +205,6 @@ $lbl_dislikes
-
@@ -220,7 +216,6 @@ $lbl_social
-
@@ -238,7 +233,6 @@ $lbl_music
-

@@ -249,7 +243,6 @@ $lbl_book

- @@ -262,7 +255,6 @@ $lbl_tv
- @@ -275,7 +267,6 @@ $lbl_film
-
@@ -293,7 +284,6 @@ $lbl_love
- @@ -306,7 +296,6 @@ $lbl_work
- @@ -319,7 +308,6 @@ $lbl_school
- @@ -331,4 +319,4 @@ $lbl_school - \ No newline at end of file + diff --git a/view/theme/dispy/conversation.tpl b/view/theme/dispy/conversation.tpl index 325adb972..a42585597 100644 --- a/view/theme/dispy/conversation.tpl +++ b/view/theme/dispy/conversation.tpl @@ -1,3 +1,4 @@ +
{{ for $threads as $thread }}
{{ for $thread.items as $item }} @@ -15,7 +16,7 @@ {{ endfor }}
{{ endfor }} - +
{{ if $dropping }} diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl index 794360165..48ab4364a 100644 --- a/view/theme/quattro/conversation.tpl +++ b/view/theme/quattro/conversation.tpl @@ -1,3 +1,4 @@ +
{{ for $threads as $thread }}
{{ for $thread.items as $item }} @@ -21,7 +22,7 @@ {{ endfor }}
{{ endfor }} - +
{{ if $dropping }} -- cgit v1.2.3