summaryrefslogtreecommitdiffhomepage
path: root/web/src/view/cbi/tiny_valuefooter.htm
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/view/cbi/tiny_valuefooter.htm')
-rw-r--r--web/src/view/cbi/tiny_valuefooter.htm6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/src/view/cbi/tiny_valuefooter.htm b/web/src/view/cbi/tiny_valuefooter.htm
deleted file mode 100644
index e65ebb6c0..000000000
--- a/web/src/view/cbi/tiny_valuefooter.htm
+++ /dev/null
@@ -1,6 +0,0 @@
- <% if self.tag_invalid[section] then %><div class="cbi-error"><%:cbi_invalid Fehler: Ungültige Eingabe%></div><% end %>
- </div>
- <% if #self.deps > 0 then %><script type="text/javascript">
- <% for j, d in ipairs(self.deps) do %>cbi_d_add("cbi-<%=self.config.."-"..section.."-"..self.option%>", "cbid.<%=self.config.."."..section.."."..d.field%>", "<%=d.value%>");
- <% end %>
- </script><% end %> \ No newline at end of file