aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/nets.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-22 03:15:06 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-22 03:15:06 +0200
commitfe6567cb88eb129887253be8f2b62002d92ad769 (patch)
treede41e1bb6cf58afb0ec85e8da8f9bc0b8beb88d1 /view/theme/diabook-blue/nets.tpl
parentbdbe068b95e8c302179530dff7583997ff35f246 (diff)
downloadvolse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.tar.gz
volse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.tar.bz2
volse-hubzilla-fe6567cb88eb129887253be8f2b62002d92ad769.zip
diabook-themes: deleted obsolete diabook-folder & minor bug-fixes
Diffstat (limited to 'view/theme/diabook-blue/nets.tpl')
-rw-r--r--view/theme/diabook-blue/nets.tpl15
1 files changed, 0 insertions, 15 deletions
diff --git a/view/theme/diabook-blue/nets.tpl b/view/theme/diabook-blue/nets.tpl
deleted file mode 100644
index be25ddee1..000000000
--- a/view/theme/diabook-blue/nets.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-<div id="profile_side">
- <h3 style="margin-left: 2px;">$title</h3>
- <div id="nets-desc">$desc</div>
-
- <ul class="menu-profile-side">
- <li class="menu-profile-list">
- <span class="menu-profile-icon {{ if $sel_all }}group_selected{{else}}group_unselected{{ endif }}"></span>
- <a style="text-decoration: none;" href="$base" class="menu-profile-list-item">$all</a></li>
- {{ for $nets as $net }}
- <li class="menu-profile-list">
- <span class="menu-profile-icon {{ if $net.selected }}group_selected{{else}}group_unselected{{ endif }}"></span>
- <a href="$base?nets=$net.ref" class="menu-profile-list-item">$net.name</a></li>
- {{ endfor }}
- </ul>
-</div>