* Cosmetically fixes
authorSteven Barth <steven@midlink.org>
Wed, 30 Apr 2008 19:50:16 +0000 (19:50 +0000)
committerSteven Barth <steven@midlink.org>
Wed, 30 Apr 2008 19:50:16 +0000 (19:50 +0000)
module/admin-core/src/view/admin_system/ipkg.htm
module/admin-core/src/view/admin_system/passwd.htm
module/admin-core/src/view/admin_system/sshkeys.htm

index a385e83..9a88ee5 100644 (file)
 <br />
 
 <form method="post" action="<%=controller%>/admin/system/ipkg">
-       <div class="cbi-section-node">
-               <div><textarea style="width: 100%" rows="10" name="data"><%=cnt%></textarea></div>
-               <br />
-               <div>
-                       <input type="submit" value="<%:save Speichern%>" />
-                       <input type="reset" value="<%:reset Zurücksetzen%>" />
+       <div class="cbi-section-node" style="width: 100%">
+               <div class="cbi-value">
+                       <div class="cbi-value-field">
+                               <textarea style="width: 100%" rows="10" name="data"><%=cnt%></textarea>
+                       </div>
                </div>
-               <% if msg then %><br /><div class="error"><%:error Fehler%>: <%=msg%></div><% end %>
        </div>
+       <div>
+               <input type="submit" value="<%:save Speichern%>" />
+               <input type="reset" value="<%:reset Zurücksetzen%>" />
+       </div>
+       <% if msg then %><br /><div class="error"><%:error Fehler%>: <%=msg%></div><% end %>
 </form>
 <%+footer%>
\ No newline at end of file
index 10a0799..87b2533 100644 (file)
 <% if not stat or stat == 10 then %>
        <form method="post" action="<%=controller%>/admin/system/passwd">
                <div class="cbi-section-node">
-                       <div class="cbi-value clear">
-                               <div class="cbi-value-title left"><%:password Passwort%></div>
+                       <div class="cbi-value">
+                               <div class="cbi-value-title"><%:password Passwort%></div>
                                <div class="cbi-value-field"><input type="password" name="pwd1" /></div>
                        </div>
-                       <div class="cbi-value clear">
-                               <div class="cbi-value-title left"><%:confirmation Bestätigung%></div>
+                       <div class="cbi-value">
+                               <div class="cbi-value-title"><%:confirmation Bestätigung%></div>
                                <div class="cbi-value-field"><input type="password" name="pwd2" /></div>
                        </div>
                        <br />
index ad80b63..3765e1e 100644 (file)
 <br />
 
 <form method="post" action="<%=controller%>/admin/system/sshkeys">
-       <div class="cbi-section-node">
-               <div><textarea style="width: 100%" rows="10" name="data"><%=cnt%></textarea></div>
-               <br />
-               <div>
-                       <input type="submit" value="<%:save Speichern%>" />
-                       <input type="reset" value="<%:reset Zurücksetzen%>" />
+       <div class="cbi-section-node" style="width: 100%">
+               <div class="cbi-value">
+                       <div class="cbi-value-field">
+                               <textarea style="width: 100%" rows="10" name="data"><%=cnt%></textarea>
+                       </div>
                </div>
-               <% if msg then %><br /><div class="error"><%:error Fehler%>: <%=msg%></div><% end %>
        </div>
+       <div>
+               <input type="submit" value="<%:save Speichern%>" />
+               <input type="reset" value="<%:reset Zurücksetzen%>" />
+       </div>
+       <% if msg then %><br /><div class="error"><%:error Fehler%>: <%=msg%></div><% end %>
 </form>
 <%+footer%>
\ No newline at end of file