Index: trunk/cgi-bin/main.cgi
===================================================================
--- trunk/cgi-bin/main.cgi	(revision 916)
+++ trunk/cgi-bin/main.cgi	(revision 917)
@@ -432,4 +432,7 @@
   $page->param(blockpctfree => sprintf("%0.1f", $pinfo->{nfree}/2**(32-$pinfo->{masklen}) * 100 ) );
 
+  # retrieve any notices
+  blocknotices($webvar{parent});
+
 ##fixme:  do we add a wrapper to not show the edit link for master blocks?
 #$page->param(editme => 1) unless $pinfo->{type} ne 'mm';
@@ -482,4 +485,7 @@
   my $plist = listPool($ip_dbh, $webvar{pool}, 1);
   $page->param(poolips => $plist);
+
+  # retrieve any notices
+  blocknotices($webvar{pool});
 } # end showPool
 
@@ -1243,4 +1249,7 @@
   $page->param(privdata => $blockinfo->{privdata});
 
+  # retrieve any notices
+  blocknotices($webvar{id});
+
   # ACL trickery - these two template booleans control the presence of all form/input tags
   $page->param(maychange => $IPDBacl{$authuser} =~ /c/);
Index: trunk/templates/edit.tmpl
===================================================================
--- trunk/templates/edit.tmpl	(revision 916)
+++ trunk/templates/edit.tmpl	(revision 917)
@@ -1,2 +1,4 @@
+<TMPL_IF blockmsg><br><div class="strongwarning blockcenter w70"><TMPL_VAR NAME=blockmsg></div><br></TMPL_IF>
+
 <TMPL_IF webpath></TMPL_IF>
 <div class="indent">
Index: trunk/templates/listpool.tmpl
===================================================================
--- trunk/templates/listpool.tmpl	(revision 916)
+++ trunk/templates/listpool.tmpl	(revision 917)
@@ -1,2 +1,4 @@
+<TMPL_IF blockmsg><br><div class="strongwarning blockcenter w70"><TMPL_VAR NAME=blockmsg></div><br></TMPL_IF>
+
 <TMPL_IF webpath></TMPL_IF>
 <br>
Index: trunk/templates/showsubs.tmpl
===================================================================
--- trunk/templates/showsubs.tmpl	(revision 916)
+++ trunk/templates/showsubs.tmpl	(revision 917)
@@ -1,2 +1,4 @@
+<TMPL_IF blockmsg><br><div class="strongwarning blockcenter w70"><TMPL_VAR NAME=blockmsg></div><br></TMPL_IF>
+
 <div class="tbltitle">Subnets in <TMPL_VAR NAME=block>
 (<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&amp;id=<TMPL_VAR NAME=self_id>&amp;basetype=b">Edit</a>)<TMPL_IF blockpctfree><br><TMPL_VAR NAME=blockpctfree>% free</TMPL_IF>
Index: trunk/templates/showsubs2.tmpl
===================================================================
--- trunk/templates/showsubs2.tmpl	(revision 916)
+++ trunk/templates/showsubs2.tmpl	(revision 917)
@@ -1,2 +1,4 @@
+<TMPL_IF blockmsg><br><div class="strongwarning blockcenter w70"><TMPL_VAR NAME=blockmsg></div><br></TMPL_IF>
+
 <div class="tbltitle">Subnets in <TMPL_VAR NAME=block>
 (<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=edit&amp;id=<TMPL_VAR NAME=self_id>&amp;basetype=b">Edit</a>)<TMPL_IF blockpctfree><br><TMPL_VAR NAME=blockpctfree>% free</TMPL_IF>
