I have a problem with admin panel, I find it pretty annoying...

As you can see, It got 2 repeatable regions, actually I already delete one them, but they just won't disappear in admin panel.
As you can see, only one repeatable regions. How can I make the extra field go away?

As you can see, It got 2 repeatable regions, actually I already delete one them, but they just won't disappear in admin panel.
- Code: Select all
<cms:template title='Products' clonable='1' dynamic_folders='1' gallery='1' order='5'>
<cms:editable
name="gg_image"
label="Image"
desc="Upload your main image here"
show_preview="1"
height="600"
preview_height="200"
type="image"
/>
<cms:editable
name = "gg_thumb"
assoc_field = "gg_image"
label = "CMS Thumbnail Image"
desc = "Only used within the admin panel"
width = "115"
height = "115"
enforce_max = "1"
type = "thumbnail"
/>
<cms:editable
name = "grid_thumb"
assoc_field = "gg_image"
label = "Grid Thumbnail Image"
width = "640"
height = "400"
enforce_max = "1"
type = "thumbnail"
/>
<cms:editable
name="related_selection"
label="Got Related Products?"
desc="Select one from these"
opt_values='No | Yes'
type='dropdown'
/>
<cms:repeatable name='related_products2' label='Photos' desc="Related Products" >
<cms:editable type='image' name='related_images2' label='Photo' show_preview='1' preview_width='150' input_width='100' col_width='150' enforce_max='0' height="600" />
<cms:editable type='text' label='Product Label' name='pro_label2' input_width='100' col_width='150' />
</cms:repeatable>
<cms:editable name='gallery_css' type='message'>
As you can see, only one repeatable regions. How can I make the extra field go away?