diff options
author | Steven Barth <steven@midlink.org> | 2008-05-27 08:14:24 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-27 08:14:24 +0000 |
commit | b8124f18f88fe11158eb122a1e362cfbd512cf4f (patch) | |
tree | 2d7e9044ddb656c83de73415240c4ded59622389 /web/src/view/cbi/full_valuefooter.htm | |
parent | d4399bf6189977336a94795f25986fb89a22a5e7 (diff) |
* Separated the MVC-Webframework from core
* Separated i18n from core to prepare translations
Diffstat (limited to 'web/src/view/cbi/full_valuefooter.htm')
-rw-r--r-- | web/src/view/cbi/full_valuefooter.htm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/src/view/cbi/full_valuefooter.htm b/web/src/view/cbi/full_valuefooter.htm new file mode 100644 index 0000000000..6151a3a66a --- /dev/null +++ b/web/src/view/cbi/full_valuefooter.htm @@ -0,0 +1,8 @@ + <div class="cbi-value-description"><%=self.description%> </div> + </div> + <% 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 |