diff options
author | Steven Barth <steven@midlink.org> | 2008-04-27 20:53:32 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-27 20:53:32 +0000 |
commit | 2724aa14f35dd5ff44dd96b8bdb17965193d700c (patch) | |
tree | 398757c77b100b6e9c63bb4729a51506e5656b10 /core/src/ffluci | |
parent | bba585f063ccc1e483346c9b5625d4dcf84d6586 (diff) |
* Reworked Theme "Fledermaus"
* Added Freifunk wizard
* Added Freifunk iptables rules
Diffstat (limited to 'core/src/ffluci')
-rw-r--r-- | core/src/ffluci/view/cbi/map.htm | 1 | ||||
-rw-r--r-- | core/src/ffluci/view/cbi/nsection.htm | 2 | ||||
-rw-r--r-- | core/src/ffluci/view/cbi/ucisection.htm | 4 | ||||
-rw-r--r-- | core/src/ffluci/view/cbi/valuefooter.htm | 2 | ||||
-rw-r--r-- | core/src/ffluci/view/cbi/valueheader.htm | 4 |
5 files changed, 6 insertions, 7 deletions
diff --git a/core/src/ffluci/view/cbi/map.htm b/core/src/ffluci/view/cbi/map.htm index 83c377fb8..835393c1c 100644 --- a/core/src/ffluci/view/cbi/map.htm +++ b/core/src/ffluci/view/cbi/map.htm @@ -1,7 +1,6 @@ <div class="cbi-map" id="cbi-<%=self.config%>"> <h1><%=self.title%></h1> <div class="cbi-map-descr"><%=self.description%></div> - <br /> <% self:render_children() %> <br /> </div> diff --git a/core/src/ffluci/view/cbi/nsection.htm b/core/src/ffluci/view/cbi/nsection.htm index 0f7601a94..bbc87f185 100644 --- a/core/src/ffluci/view/cbi/nsection.htm +++ b/core/src/ffluci/view/cbi/nsection.htm @@ -3,7 +3,7 @@ section = self.section %> <div class="cbi-section" id="cbi-<%=self.config%>-<%=section%>"> <h2><%=self.title%></h2> <div class="cbi-section-descr"><%=self.description%></div> - <% if self.addremove then %><div class="cbi-section-remove"> + <% if self.addremove then %><div class="cbi-section-remove right"> <input type="submit" name="cbi.rns.<%=self.config%>.<%=section%>" value="<%:cbi_del Eintrag entfernen%>" /> </div><% end %> <%+cbi/ucisection%> diff --git a/core/src/ffluci/view/cbi/ucisection.htm b/core/src/ffluci/view/cbi/ucisection.htm index ef1b6cb0e..a1fb39cf4 100644 --- a/core/src/ffluci/view/cbi/ucisection.htm +++ b/core/src/ffluci/view/cbi/ucisection.htm @@ -1,4 +1,4 @@ - <fieldset class="cbi-section-node" id="cbi-<%=self.config%>-<%=section%>"> + <div class="cbi-section-node" id="cbi-<%=self.config%>-<%=section%>"> <% self:render_children(section) %> <% if #self.optionals[section] > 0 or self.dynamic then %> <div class="cbi-optionals"> @@ -19,5 +19,5 @@ <input type="submit" value="<%:add hinzufügen%>" /> </div> <% end %> - </fieldset> + </div> <br />
\ No newline at end of file diff --git a/core/src/ffluci/view/cbi/valuefooter.htm b/core/src/ffluci/view/cbi/valuefooter.htm index 3f92f09e2..6151a3a66 100644 --- a/core/src/ffluci/view/cbi/valuefooter.htm +++ b/core/src/ffluci/view/cbi/valuefooter.htm @@ -1,4 +1,4 @@ - <div class="cbi-value-description inline"><%=self.description%></div> + <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> diff --git a/core/src/ffluci/view/cbi/valueheader.htm b/core/src/ffluci/view/cbi/valueheader.htm index 86c782d71..062efa2dd 100644 --- a/core/src/ffluci/view/cbi/valueheader.htm +++ b/core/src/ffluci/view/cbi/valueheader.htm @@ -1,3 +1,3 @@ - <div class="cbi-value clear" id="cbi-<%=self.config.."-"..section.."-"..self.option%>"> - <div class="cbi-value-title left"><%=self.title%></div> + <div class="cbi-value" id="cbi-<%=self.config.."-"..section.."-"..self.option%>"> + <div class="cbi-value-title"><%=self.title%></div> <div class="cbi-value-field">
\ No newline at end of file |