* Cosmetically fixes

This commit is contained in:
Steven Barth 2008-04-30 19:50:16 +00:00
parent 6cf7a284ef
commit 1c88249082
3 changed files with 24 additions and 18 deletions

View file

@ -10,14 +10,17 @@
<br /> <br />
<form method="post" action="<%=controller%>/admin/system/ipkg"> <form method="post" action="<%=controller%>/admin/system/ipkg">
<div class="cbi-section-node"> <div class="cbi-section-node" style="width: 100%">
<div><textarea style="width: 100%" rows="10" name="data"><%=cnt%></textarea></div> <div class="cbi-value">
<br /> <div class="cbi-value-field">
<div> <textarea style="width: 100%" rows="10" name="data"><%=cnt%></textarea>
<input type="submit" value="<%:save Speichern%>" /> </div>
<input type="reset" value="<%:reset Zurücksetzen%>" />
</div> </div>
<% if msg then %><br /><div class="error"><%:error Fehler%>: <%=msg%></div><% end %>
</div> </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> </form>
<%+footer%> <%+footer%>

View file

@ -15,12 +15,12 @@
<% if not stat or stat == 10 then %> <% if not stat or stat == 10 then %>
<form method="post" action="<%=controller%>/admin/system/passwd"> <form method="post" action="<%=controller%>/admin/system/passwd">
<div class="cbi-section-node"> <div class="cbi-section-node">
<div class="cbi-value clear"> <div class="cbi-value">
<div class="cbi-value-title left"><%:password Passwort%></div> <div class="cbi-value-title"><%:password Passwort%></div>
<div class="cbi-value-field"><input type="password" name="pwd1" /></div> <div class="cbi-value-field"><input type="password" name="pwd1" /></div>
</div> </div>
<div class="cbi-value clear"> <div class="cbi-value">
<div class="cbi-value-title left"><%:confirmation Bestätigung%></div> <div class="cbi-value-title"><%:confirmation Bestätigung%></div>
<div class="cbi-value-field"><input type="password" name="pwd2" /></div> <div class="cbi-value-field"><input type="password" name="pwd2" /></div>
</div> </div>
<br /> <br />

View file

@ -10,14 +10,17 @@
<br /> <br />
<form method="post" action="<%=controller%>/admin/system/sshkeys"> <form method="post" action="<%=controller%>/admin/system/sshkeys">
<div class="cbi-section-node"> <div class="cbi-section-node" style="width: 100%">
<div><textarea style="width: 100%" rows="10" name="data"><%=cnt%></textarea></div> <div class="cbi-value">
<br /> <div class="cbi-value-field">
<div> <textarea style="width: 100%" rows="10" name="data"><%=cnt%></textarea>
<input type="submit" value="<%:save Speichern%>" /> </div>
<input type="reset" value="<%:reset Zurücksetzen%>" />
</div> </div>
<% if msg then %><br /><div class="error"><%:error Fehler%>: <%=msg%></div><% end %>
</div> </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> </form>
<%+footer%> <%+footer%>