Index: /branches/htmlform/ipdb.css
===================================================================
--- /branches/htmlform/ipdb.css	(revision 512)
+++ /branches/htmlform/ipdb.css	(revision 513)
@@ -209,2 +209,8 @@
 	background: #d0e0e0;
 }
+
+.noshow {
+	visibility: none;
+	height: 0;
+	width: 0;
+}
Index: /branches/htmlform/templates/addmaster.tmpl
===================================================================
--- /branches/htmlform/templates/addmaster.tmpl	(revision 512)
+++ /branches/htmlform/templates/addmaster.tmpl	(revision 513)
@@ -2,5 +2,5 @@
 <div class="heading">Add new master IP block</div><br>
 <form method="POST" action="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <table class="regular" cellspacing="1" cellpadding="1">
 <tr class="row0">
Index: /branches/htmlform/templates/admin/alloc.tmpl
===================================================================
--- /branches/htmlform/templates/admin/alloc.tmpl	(revision 512)
+++ /branches/htmlform/templates/admin/alloc.tmpl	(revision 513)
@@ -3,5 +3,5 @@
 <TMPL_ELSE>
 <form method="POST" action="admin.cgi">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <table class="regular">
 <tr class="row0">
Index: /branches/htmlform/templates/admin/edcust.tmpl
===================================================================
--- /branches/htmlform/templates/admin/edcust.tmpl	(revision 512)
+++ /branches/htmlform/templates/admin/edcust.tmpl	(revision 513)
@@ -1,4 +1,4 @@
 <form action="admin.cgi" method="POST">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type="hidden" name="action" value="updcust">
 <table border="1">
Index: /branches/htmlform/templates/admin/ednotice.tmpl
===================================================================
--- /branches/htmlform/templates/admin/ednotice.tmpl	(revision 512)
+++ /branches/htmlform/templates/admin/ednotice.tmpl	(revision 513)
@@ -1,5 +1,5 @@
 <h4>Editing recipient list for '<TMPL_VAR NAME=dispnotice>':</h4>
 <form action="admin.cgi" method="POST">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type="hidden" name="code" value="<TMPL_VAR NAME=code>">
 <input type="hidden" name="action" value="updnotice">
Index: /branches/htmlform/templates/admin/emailnotice.tmpl
===================================================================
--- /branches/htmlform/templates/admin/emailnotice.tmpl	(revision 512)
+++ /branches/htmlform/templates/admin/emailnotice.tmpl	(revision 513)
@@ -19,5 +19,5 @@
 
 <form action=admin.cgi method="POST">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type="hidden" name="action" value="addnotice">
 <table border="1">
Index: /branches/htmlform/templates/admin/listcust.tmpl
===================================================================
--- /branches/htmlform/templates/admin/listcust.tmpl	(revision 512)
+++ /branches/htmlform/templates/admin/listcust.tmpl	(revision 513)
@@ -1,5 +1,5 @@
 Add new entry:
 <form action="admin.cgi" method="POST">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type="hidden" name="action" value="edcust">
 <input type="hidden" name="newcust" value="1">
Index: /branches/htmlform/templates/admin/main.tmpl
===================================================================
--- /branches/htmlform/templates/admin/main.tmpl	(revision 512)
+++ /branches/htmlform/templates/admin/main.tmpl	(revision 513)
@@ -3,5 +3,5 @@
 main interface if at all possible.</div>
 <hr>
-<form action="admin.cgi" method="POST"><fieldset><legend></legend>
+<form action="admin.cgi" method="POST"><fieldset><legend class="noshow">&nbsp;</legend>
 
 <input type="hidden" name="action" value="alloc">
@@ -16,5 +16,5 @@
 
 <hr>
-<form action="admin.cgi" method="POST"><fieldset><legend></legend>
+<form action="admin.cgi" method="POST"><fieldset><legend class="noshow">&nbsp;</legend>
 <input type="hidden" name="action" value="alloctweak">
 Manually update allocation data in this /24: <input name="allocfrom">
@@ -25,5 +25,5 @@
 <div>
 rWHOIS tools:
-<form action="admin.cgi" method="POST"><fieldset><legend></legend>
+<form action="admin.cgi" method="POST"><fieldset><legend class="noshow">&nbsp;</legend>
 <input type="hidden" name="action" value="touch">
 Bump "last updated" timestamp on this master:
Index: /branches/htmlform/templates/admin/showallocs.tmpl
===================================================================
--- /branches/htmlform/templates/admin/showallocs.tmpl	(revision 512)
+++ /branches/htmlform/templates/admin/showallocs.tmpl	(revision 513)
@@ -4,5 +4,5 @@
 <tr>
 <form action="admin.cgi" method="POST">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type="hidden" name="action" value="update">
 <td><TMPL_VAR NAME=cidr><input type="hidden" value="<TMPL_VAR NAME=cidr>" name=block></td>
Index: /branches/htmlform/templates/admin/showusers.tmpl
===================================================================
--- /branches/htmlform/templates/admin/showusers.tmpl	(revision 512)
+++ /branches/htmlform/templates/admin/showusers.tmpl	(revision 513)
@@ -5,5 +5,5 @@
 </ul>
 <hr>Add new user:<form action="admin.cgi" method="POST">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 Username: <input name=username><br>
 Password: <input name=password> <input type=checkbox name=preenc>Password is pre-encrypted (MUST be crypt() encrypted)<br>
@@ -20,5 +20,5 @@
 <tr>
 <form action="admin.cgi" method="POST">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type="hidden" name="action" value="updacl">
 <td><TMPL_VAR NAME=username><input type="hidden" name="username" value="<TMPL_VAR NAME=username>"></td>
@@ -32,5 +32,5 @@
 <td>
 <form action="admin.cgi" method="POST">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type=hidden name=action value=deluser>
 <input type=hidden name=username value="<TMPL_VAR NAME=username>">
Index: /branches/htmlform/templates/admin/tweakpool.tmpl
===================================================================
--- /branches/htmlform/templates/admin/tweakpool.tmpl	(revision 512)
+++ /branches/htmlform/templates/admin/tweakpool.tmpl	(revision 513)
@@ -1,5 +1,5 @@
 Listing pool <TMPL_VAR NAME=pool>:
 <form action="admin.cgi" method="POST">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type="hidden" name="action" value="updatepool">
 <table border="1">
Index: /branches/htmlform/templates/assign.tmpl
===================================================================
--- /branches/htmlform/templates/assign.tmpl	(revision 512)
+++ /branches/htmlform/templates/assign.tmpl	(revision 513)
@@ -10,5 +10,5 @@
 
 <form method="post" action="main.cgi" class="regular">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 
 <TMPL_IF block>
Index: /branches/htmlform/templates/confirm.tmpl
===================================================================
--- /branches/htmlform/templates/confirm.tmpl	(revision 512)
+++ /branches/htmlform/templates/confirm.tmpl	(revision 513)
@@ -10,5 +10,5 @@
 
 <form method="POST" action="main.cgi" class="regular">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <table class="regular" cellspacing="1" cellpadding="1">
 
Index: /branches/htmlform/templates/delete.tmpl
===================================================================
--- /branches/htmlform/templates/delete.tmpl	(revision 512)
+++ /branches/htmlform/templates/delete.tmpl	(revision 513)
@@ -57,5 +57,5 @@
 <td class="center" colspan="2">
 <form action="main.cgi" method="POST" class="regular">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm">
 <input type="hidden" name="block" value="<TMPL_VAR NAME=block>">
Index: /branches/htmlform/templates/edit.tmpl
===================================================================
--- /branches/htmlform/templates/edit.tmpl	(revision 512)
+++ /branches/htmlform/templates/edit.tmpl	(revision 513)
@@ -9,5 +9,5 @@
 <TMPL_IF maychange>
 <form method="POST" action="main.cgi">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type="hidden" name="action" value="update">
 <input type="hidden" name="block" value="<TMPL_VAR NAME=block>">
@@ -159,5 +159,5 @@
 <tr><td class="center">
 <form method="POST" action="main.cgi">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <div class="row<TMPL_IF nocling><TMPL_IF maychange>0<TMPL_ELSE>1</TMPL_IF><TMPL_ELSE><TMPL_IF maychange>1<TMPL_ELSE>0</TMPL_IF></TMPL_IF>">
 <input type="hidden" name="action" value="delete">
Index: /branches/htmlform/templates/header.tmpl
===================================================================
--- /branches/htmlform/templates/header.tmpl	(revision 512)
+++ /branches/htmlform/templates/header.tmpl	(revision 513)
@@ -27,5 +27,5 @@
 <div id="qsearch">
 <form method="post" action="<TMPL_VAR NAME=webpath>/cgi-bin/search.cgi">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 Quick Search:
 <input type="text" name="input" size="20" maxlength="50" class="regular">
Index: /branches/htmlform/templates/newcity.tmpl
===================================================================
--- /branches/htmlform/templates/newcity.tmpl	(revision 512)
+++ /branches/htmlform/templates/newcity.tmpl	(revision 513)
@@ -19,5 +19,5 @@
 <TMPL_ELSE>
 <form action="newcity.cgi" method="POST">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <table>
 <tr class="color1"><td>Enter new city:</td><td><input name="city"></td></tr>
Index: /branches/htmlform/templates/newnode.tmpl
===================================================================
--- /branches/htmlform/templates/newnode.tmpl	(revision 512)
+++ /branches/htmlform/templates/newnode.tmpl	(revision 513)
@@ -19,5 +19,5 @@
 <TMPL_ELSE>
 <form action="newnode.cgi" method="POST">
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <table>
 <tr class="color1"><td>Enter new AP/switch name/location:</td><td><input name="nodename"></td></tr>
Index: /branches/htmlform/templates/nodesearch.tmpl
===================================================================
--- /branches/htmlform/templates/nodesearch.tmpl	(revision 512)
+++ /branches/htmlform/templates/nodesearch.tmpl	(revision 513)
@@ -5,5 +5,5 @@
 <div class="heading">Switch/tower search</div>
 <form action="<TMPL_VAR NAME=webpath>/cgi-bin/search.cgi" method=POST>
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <table cellspacing="1" cellpadding="2">
 <tr class="row0">
Index: /branches/htmlform/templates/search/compsearch.tmpl
===================================================================
--- /branches/htmlform/templates/search/compsearch.tmpl	(revision 512)
+++ /branches/htmlform/templates/search/compsearch.tmpl	(revision 513)
@@ -3,5 +3,5 @@
 
 <form action="<TMPL_VAR NAME=webpath>/cgi-bin/search.cgi" method=POST>
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type="hidden" name="stype" value="c">
 <input type="hidden" name="page" value="1">
Index: /branches/htmlform/templates/showmaster.tmpl
===================================================================
--- /branches/htmlform/templates/showmaster.tmpl	(revision 512)
+++ /branches/htmlform/templates/showmaster.tmpl	(revision 513)
@@ -28,5 +28,5 @@
 <br>
 <form action="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi" method=POST>
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type=hidden name=action value="delete">
 <input type=hidden name=block value="<TMPL_VAR NAME=master>">
Index: /branches/htmlform/templates/showrouted.tmpl
===================================================================
--- /branches/htmlform/templates/showrouted.tmpl	(revision 512)
+++ /branches/htmlform/templates/showrouted.tmpl	(revision 513)
@@ -34,5 +34,5 @@
 <br>
 <form action="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi" method=POST>
-<fieldset><legend></legend>
+<fieldset><legend class="noshow">&nbsp;</legend>
 <input type=hidden name=action value="delete">
 <input type=hidden name=block value="1.2.12.0/23">
