diff options
Diffstat (limited to 'core/src/view')
-rw-r--r-- | core/src/view/cbi/full_valuefooter.htm (renamed from core/src/view/cbi/valuefooter.htm) | 0 | ||||
-rw-r--r-- | core/src/view/cbi/full_valueheader.htm (renamed from core/src/view/cbi/valueheader.htm) | 0 | ||||
-rw-r--r-- | core/src/view/cbi/tiny_valuefooter.htm | 6 | ||||
-rw-r--r-- | core/src/view/cbi/tiny_valueheader.htm | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/core/src/view/cbi/valuefooter.htm b/core/src/view/cbi/full_valuefooter.htm index 6151a3a66a..6151a3a66a 100644 --- a/core/src/view/cbi/valuefooter.htm +++ b/core/src/view/cbi/full_valuefooter.htm diff --git a/core/src/view/cbi/valueheader.htm b/core/src/view/cbi/full_valueheader.htm index 062efa2ddd..062efa2ddd 100644 --- a/core/src/view/cbi/valueheader.htm +++ b/core/src/view/cbi/full_valueheader.htm diff --git a/core/src/view/cbi/tiny_valuefooter.htm b/core/src/view/cbi/tiny_valuefooter.htm new file mode 100644 index 0000000000..e65ebb6c03 --- /dev/null +++ b/core/src/view/cbi/tiny_valuefooter.htm @@ -0,0 +1,6 @@ + <% 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 diff --git a/core/src/view/cbi/tiny_valueheader.htm b/core/src/view/cbi/tiny_valueheader.htm new file mode 100644 index 0000000000..b9b26bd6a2 --- /dev/null +++ b/core/src/view/cbi/tiny_valueheader.htm @@ -0,0 +1 @@ + <div class="cbi-value-field" id="cbi-<%=self.config.."-"..section.."-"..self.option%>"> |