libs/cbi: attach pcdata() to template scope and use it
[project/luci.git] / libs / cbi / luasrc / view / cbi / full_valuefooter.htm
index d057140..9fc5c13 100644 (file)
@@ -13,7 +13,7 @@ $Id$
 
 -%>
 
-               <% if #self.description > 0 then -%>
+               <% if self.description and #self.description > 0 then -%>
                        <% if not luci.util.instanceof( self, luci.cbi.Flag ) then -%>
                                <br />
                        <%- end %>
@@ -28,7 +28,7 @@ $Id$
 </div>
 
 <% if #self.deps > 0 then -%>
-       <script type="text/javascript">
+       <script type="text/javascript" id="cbip-<%=self.config.."-"..section.."-"..self.option%>">
                <% for j, d in ipairs(self.deps) do -%>
                        cbi_d_add("cbi-<%=self.config.."-"..section.."-"..self.option..d.add%>", {
                <%-
@@ -39,7 +39,7 @@ $Id$
                <%-
                        end
                -%>
-                       });
+                       }, "cbip-<%=self.config.."-"..section.."-"..self.option..d.add%>");
                <%- end %>
        </script>
 <%- end %>