Index: branches/5.1.x/admin_templates/topics/topics_custom.tpl
===================================================================
diff -u -r14251 -r14404
--- branches/5.1.x/admin_templates/topics/topics_custom.tpl	(.../topics_custom.tpl)	(revision 14251)
+++ branches/5.1.x/admin_templates/topics/topics_custom.tpl	(.../topics_custom.tpl)	(revision 14404)
@@ -1,7 +1,7 @@
 <inp2:adm_SetPopupSize width="880" height="680"/>
 
 <inp2:m_include t="incs/header"/>
-<inp2:m_RenderElement name="combined_header" prefix="bb" section="in-portal:browse" grid="SeparateTab" title_preset="topics_custom" tab_preset="Default"/>
+<inp2:m_RenderElement name="combined_header" prefix="bb" section="in-portal:browse" title_preset="topics_custom" tab_preset="Default"/>
 
 <!-- ToolBar -->
 <table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
@@ -49,14 +49,24 @@
 			</script>
 		</td>
 
-		<inp2:m_RenderElement name="search_main_toolbar" prefix="cf" grid="SeparateTab"/>
+		<inp2:m_RenderElement name="ml_selector" prefix="bb"/>
 	</tr>
 </tbody>
 </table>
 
+<inp2:bb_SaveWarning name="grid_save_warning"/>
+<inp2:bb_ErrorWarning name="form_error_warning"/>
+
 <inp2:m_include t="incs/custom_blocks"/>
-<inp2:m_RenderElement name="grid" PrefixSpecial="cf" IdField="CustomFieldId" SourcePrefix="bb" value_field="Value" per_page="-1" grid="SeparateTab" header_block="grid_column_title_no_sorting" no_init="no_init"/>
 
+<div id="scroll_container">
+	<table class="edit-form">
+		<inp2:cf.all_PrintList render_as="cv_row_block" SourcePrefix="bb" value_field="Value" per_page="-1" grid="Default" original_title="la_section_OriginalValues" display_original="1"/>
+
+		<inp2:m_RenderElement name="inp_edit_filler"/>
+	</table>
+</div>
+
 <input type="hidden" name="cf_type" value="<inp2:bb_UnitOption name='ItemType'/>"/>
 
 <inp2:m_include t="incs/footer"/>
\ No newline at end of file