Changeset 8237 for luci/trunk
- Timestamp:
- 02/15/12 16:13:27 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/libs/web/luasrc/view/cbi/tblsection.htm
r8227 r8237 95 95 <td class="cbi-section-table-cell" style="padding:3px; white-space:nowrap"> 96 96 <%- if self.extedit then -%> 97 <input class="cbi-button cbi-button- add" type="button" value="<%:Edit%>"97 <input class="cbi-button cbi-button-edit" type="button" value="<%:Edit%>" 98 98 <%- if type(self.extedit) == "string" then 99 99 %> onclick="window.location='<%=self.extedit:format(section)%>'" … … 101 101 %> onclick="window.location='<%=self:extedit(section)%>'" 102 102 <%- end 103 %> alt="<%:Edit%>" title="<%:Edit%>" style="text-align: center;background-image:url(<%=resource%>/cbi/edit.gif)"/>103 %> alt="<%:Edit%>" title="<%:Edit%>" /> 104 104 <%- end; if self.addremove then %> 105 <input class="cbi-button cbi-button- add" type="button" value="<%:Delete%>" onclick="this.form.cbi_state='del-section'; return true" name="cbi.rts.<%=self.config%>.<%=k%>" alt="<%:Delete%>" title="<%:Delete%>" style="text-align: center;background-image:url(<%=resource%>/cbi/remove.gif)" />105 <input class="cbi-button cbi-button-remove" type="button" value="<%:Delete%>" onclick="this.form.cbi_state='del-section'; return true" name="cbi.rts.<%=self.config%>.<%=k%>" alt="<%:Delete%>" title="<%:Delete%>" /> 106 106 <%- end -%> 107 107 </td>
