<% if self.title and #self.title > 0 then -%>
<legend><%=self.title%></legend>
<%- end %>
- <div class="cbi-section-descr"><%=self.description%></div>
+ <% if self.description and #self.description > 0 then -%>
+ <div class="cbi-section-descr"><%=self.description%></div>
+ <%- end %>
<% if self.addremove then -%>
<div class="cbi-section-remove right">
<input type="submit" name="cbi.rns.<%=self.config%>.<%=section%>" value="<%:cbi_del%>" />
-%>
<!-- tblsection -->
-<div class="cbi-section" id="cbi-<%=self.config%>-<%=self.sectiontype%>">
- <h2><%=self.title%></h2>
+<fieldset class="cbi-section" id="cbi-<%=self.config%>-<%=self.sectiontype%>">
+ <legend><%=self.title%></legend>
<div class="cbi-section-descr"><%=self.description%></div>
<div class="cbi-section-node">
<%- local count = 0 -%>
</div>
<%- end -%>
</div>
-</div>
+</fieldset>
<!-- /tblsection -->
$Id$
-%>
-<%+header%>
-<h1><%:system%></h1>
-<h2><%:a_s_sshkeys%></h2>
-
-<br />
-
-<div><%:a_s_sshkeys1%></div>
-<br />
+<%+header%>
<form method="post" action="<%=controller%>/admin/system/sshkeys">
- <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 class="cbi-map">
+ <h1><%:a_s_sshkeys%></h1>
+ <div class="cbi-map-descr">
+ <%:a_s_sshkeys1%>
</div>
+ <fieldset class="cbi-section">
+ <legend><%:a_s_sshkeys%></legend>
+ <textarea style="width: 100%" rows="10" name="data" wrap="off"><%=cnt%></textarea>
+ <% if msg then -%>
+ <div class="cbi-error"><%:error%>: <%=msg%></div>
+ <% end %>
+ </fieldset>
</div>
+
<div>
- <input type="submit" value="<%:save%>" />
- <input type="reset" value="<%:reset%>" />
+ <input type="submit" value="<%:save%>" class="cbi-button cbi-button-save" />
+ <input type="reset" value="<%:reset%>" class="cbi-button cbi-button-reset" />
</div>
- <% if msg then %><br /><div class="error"><%:error%>: <%=msg%></div><% end %>
</form>
-<%+footer%>
\ No newline at end of file
+
+<%+footer%>