<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
<% 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 />
<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