From 5f2826f84e341cec7b0119529c87f48570b9c93e Mon Sep 17 00:00:00 2001
From: Zach Prezkuta <fermion@gmx.com>
Date: Thu, 4 Oct 2012 19:59:30 -0600
Subject: [PATCH] update themes for new All Networks option

---
 view/theme/diabook/nets.tpl    | 2 +-
 view/theme/facepark/nets.tpl   | 2 +-
 view/theme/quattro/nets.tpl    | 2 +-
 view/theme/smoothly/nets.tpl   | 2 +-
 view/theme/testbubble/nets.tpl | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/view/theme/diabook/nets.tpl b/view/theme/diabook/nets.tpl
index 351e2c3e24..faccca398e 100644
--- a/view/theme/diabook/nets.tpl
+++ b/view/theme/diabook/nets.tpl
@@ -5,7 +5,7 @@
 	<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>
+	<a style="text-decoration: none;" href="$base?nets=all" class="menu-profile-list-item">$all</a></li>
 	{{ for $nets as $net }}
 	<li class="menu-profile-list">
 	<a href="$base?nets=$net.ref" class="menu-profile-list-item">
diff --git a/view/theme/facepark/nets.tpl b/view/theme/facepark/nets.tpl
index b0cb8890c5..920c2332b6 100644
--- a/view/theme/facepark/nets.tpl
+++ b/view/theme/facepark/nets.tpl
@@ -1,7 +1,7 @@
 <div id="nets-sidebar" class="widget">
 	<h3>$title</h3>
 	<div id="nets-desc">$desc</div>
-	<a href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
+	<a href="$base?nets=all" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
 	<ul class="nets-ul">
 	{{ for $nets as $net }}
 	<li><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
diff --git a/view/theme/quattro/nets.tpl b/view/theme/quattro/nets.tpl
index cbadf1361b..f596df8209 100644
--- a/view/theme/quattro/nets.tpl
+++ b/view/theme/quattro/nets.tpl
@@ -3,7 +3,7 @@
 	<div id="nets-desc">$desc</div>
 	
 	<ul class="nets-ul">
-		<li class="tool {{ if $sel_all }}selected{{ endif }}"><a href="$base" class="nets-link nets-all">$all</a>
+		<li class="tool {{ if $sel_all }}selected{{ endif }}"><a href="$base?nets=all" class="nets-link nets-all">$all</a>
 		{{ for $nets as $net }}
 			<li class="tool {{ if $net.selected }}selected{{ endif }}"><a href="$base?f=&nets=$net.ref" class="nets-link">$net.name</a></li>
 		{{ endfor }}
diff --git a/view/theme/smoothly/nets.tpl b/view/theme/smoothly/nets.tpl
index b0cb8890c5..920c2332b6 100644
--- a/view/theme/smoothly/nets.tpl
+++ b/view/theme/smoothly/nets.tpl
@@ -1,7 +1,7 @@
 <div id="nets-sidebar" class="widget">
 	<h3>$title</h3>
 	<div id="nets-desc">$desc</div>
-	<a href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
+	<a href="$base?nets=all" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
 	<ul class="nets-ul">
 	{{ for $nets as $net }}
 	<li><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
diff --git a/view/theme/testbubble/nets.tpl b/view/theme/testbubble/nets.tpl
index b0cb8890c5..920c2332b6 100644
--- a/view/theme/testbubble/nets.tpl
+++ b/view/theme/testbubble/nets.tpl
@@ -1,7 +1,7 @@
 <div id="nets-sidebar" class="widget">
 	<h3>$title</h3>
 	<div id="nets-desc">$desc</div>
-	<a href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
+	<a href="$base?nets=all" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
 	<ul class="nets-ul">
 	{{ for $nets as $net }}
 	<li><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
-- 
2.39.5