aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-30 22:26:02 -0800
committerfriendica <info@friendica.com>2011-11-30 22:26:02 -0800
commitf1af2c224f4f090c670c1e71ce89d651ff1441c7 (patch)
treeee6fbe9739b79c779505b03305a7e0c8729e9f70 /view
parent37730ecc2aa9a55faa232658fc348da241416700 (diff)
downloadvolse-hubzilla-f1af2c224f4f090c670c1e71ce89d651ff1441c7.tar.gz
volse-hubzilla-f1af2c224f4f090c670c1e71ce89d651ff1441c7.tar.bz2
volse-hubzilla-f1af2c224f4f090c670c1e71ce89d651ff1441c7.zip
personal notifications
Diffstat (limited to 'view')
-rw-r--r--view/notifications_comments_item.tpl2
-rw-r--r--view/notifications_dislikes_item.tpl2
-rw-r--r--view/notifications_friends_item.tpl2
-rw-r--r--view/notifications_likes_item.tpl2
-rw-r--r--view/notifications_network_item.tpl2
-rw-r--r--view/notifications_posts_item.tpl2
-rw-r--r--view/theme/duepuntozero/group_side.tpl4
7 files changed, 8 insertions, 8 deletions
diff --git a/view/notifications_comments_item.tpl b/view/notifications_comments_item.tpl
index 96327b2d8..73cc9f948 100644
--- a/view/notifications_comments_item.tpl
+++ b/view/notifications_comments_item.tpl
@@ -1,3 +1,3 @@
<div class="notif-item">
- <a href="$item_link"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
+ <a href="$item_link" target="friendica-notifications"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
</div> \ No newline at end of file
diff --git a/view/notifications_dislikes_item.tpl b/view/notifications_dislikes_item.tpl
index 96327b2d8..73cc9f948 100644
--- a/view/notifications_dislikes_item.tpl
+++ b/view/notifications_dislikes_item.tpl
@@ -1,3 +1,3 @@
<div class="notif-item">
- <a href="$item_link"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
+ <a href="$item_link" target="friendica-notifications"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
</div> \ No newline at end of file
diff --git a/view/notifications_friends_item.tpl b/view/notifications_friends_item.tpl
index 96327b2d8..73cc9f948 100644
--- a/view/notifications_friends_item.tpl
+++ b/view/notifications_friends_item.tpl
@@ -1,3 +1,3 @@
<div class="notif-item">
- <a href="$item_link"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
+ <a href="$item_link" target="friendica-notifications"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
</div> \ No newline at end of file
diff --git a/view/notifications_likes_item.tpl b/view/notifications_likes_item.tpl
index 96327b2d8..389144d9b 100644
--- a/view/notifications_likes_item.tpl
+++ b/view/notifications_likes_item.tpl
@@ -1,3 +1,3 @@
<div class="notif-item">
- <a href="$item_link"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
+ <a href="$item_link" target="friendica-notification"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
</div> \ No newline at end of file
diff --git a/view/notifications_network_item.tpl b/view/notifications_network_item.tpl
index f398f1210..bd86548fc 100644
--- a/view/notifications_network_item.tpl
+++ b/view/notifications_network_item.tpl
@@ -1,3 +1,3 @@
<div class="notif-item">
- <a href="{$item_link}"><img src="{$item_image}" class="notif-image">{$item_text} <span class="notif-when">{$item_when}</span></a>
+ <a href="{$item_link}" target="friendica-notifications"><img src="{$item_image}" class="notif-image">{$item_text} <span class="notif-when">{$item_when}</span></a>
</div> \ No newline at end of file
diff --git a/view/notifications_posts_item.tpl b/view/notifications_posts_item.tpl
index 96327b2d8..73cc9f948 100644
--- a/view/notifications_posts_item.tpl
+++ b/view/notifications_posts_item.tpl
@@ -1,3 +1,3 @@
<div class="notif-item">
- <a href="$item_link"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
+ <a href="$item_link" target="friendica-notifications"><img src="$item_image" class="notif-image">$item_text <span class="notif-when">$item_when</span></a>
</div> \ No newline at end of file
diff --git a/view/theme/duepuntozero/group_side.tpl b/view/theme/duepuntozero/group_side.tpl
index a1fc70a22..8c4464560 100644
--- a/view/theme/duepuntozero/group_side.tpl
+++ b/view/theme/duepuntozero/group_side.tpl
@@ -13,9 +13,9 @@
/>
{{ endif }}
{{ if $group.edit }}
- <a class="groupsideedit" href="$group.edit.href"><span class="icon small-pencil"></span></a>
+ <a class="groupsideedit" href="$group.edit.href"><span id="group-side-editicon-$group.id" class="icon small-pencil"></span></a>
{{ endif }}
- <a class="sidebar-group-element {{ if $group.selected }}group-selected{{ endif }}" href="$group.href">$group.text</a>
+ <a id="sidebar-group-element-$group.id" class="sidebar-group-element {{ if $group.selected }}group-selected{{ endif }}" href="$group.href">$group.text</a>
</li>
{{ endfor }}
</ul>