Index: /trunk/cgi-bin/main.cgi
===================================================================
--- /trunk/cgi-bin/main.cgi	(revision 734)
+++ /trunk/cgi-bin/main.cgi	(revision 735)
@@ -1255,5 +1255,4 @@
   $page->param(oldtype => $disp_alloctypes{$binfo->{type}});
   $page->param(ismaster => $binfo->{type} eq 'mm');
-  $page->param(iscontainer => $webvar{alloctype} eq 'rm' || $webvar{alloctype} =~ /.c/);
   $page->param(ispool => $webvar{alloctype} =~ /.[dp]/);
   $page->param(isleaf => $webvar{alloctype} =~ /.[enr]/);
@@ -1268,6 +1267,4 @@
   my $malloc_list = listForMerge($ip_dbh, $binfo->{parent_id}, $newblock, 'a');
   $page->param(mergealloc => $malloc_list);
-  my $fb_list = listForMerge($ip_dbh, $binfo->{parent_id}, $newblock, 'f');
-  $page->param(mergefree => $fb_list);
 
   $page->param(vis_scope => $merge_display{$webvar{scope}});
Index: /trunk/templates/confmerge.tmpl
===================================================================
--- /trunk/templates/confmerge.tmpl	(revision 734)
+++ /trunk/templates/confmerge.tmpl	(revision 735)
@@ -44,10 +44,12 @@
 </tr>
 
-<TMPL_IF iscontainer>
+<TMPL_UNLESS ismaster>
+<TMPL_UNLESS isleaf>
 <tr>
 <td>Merge scope:</td>
 <td><TMPL_VAR NAME=vis_scope></td>
 </tr>
-</TMPL_IF>
+</TMPL_UNLESS>
+</TMPL_UNLESS>
 
 <TMPL_IF ispool>
@@ -55,6 +57,6 @@
 <td colspan="2" class="warning">
 Warning:  Any end-use suballocations within <TMPL_VAR NAME=newblock> will be converted<br>
-to clusters of "used" IPs on a best-effort basis in this merge.<br>
-Use the Back button and select a container type if you wish to keep these.
+to clusters of "used" IPs on a best-effort basis as per the merge scope above.<br>
+Use the Back button and select a container type if you wish to keep these as netblocks.
 </td>
 </tr>
