diff options
Diffstat (limited to 'core/src/view/cbi/tsection.htm')
-rw-r--r-- | core/src/view/cbi/tsection.htm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/view/cbi/tsection.htm b/core/src/view/cbi/tsection.htm index 666c14b2e..37b18b5d4 100644 --- a/core/src/view/cbi/tsection.htm +++ b/core/src/view/cbi/tsection.htm @@ -7,7 +7,10 @@ </div><% end %> <% if not self.anonymous then %><h3><%=k%></h3><% end %> <% section = k %> +<div class="cbi-section-node" id="cbi-<%=self.config%>-<%=section%>"> <%+cbi/ucisection%> +</div> +<br /> <% end %> <% if self.addremove then %> <div class="cbi-section-create"> |