2008-11-01 17:11:02 +00:00
|
|
|
<%- if pageaction then -%>
|
2008-10-14 22:55:44 +00:00
|
|
|
<div class="cbi-page-actions">
|
2010-11-21 00:21:49 +00:00
|
|
|
<% if redirect then %>
|
|
|
|
<div style="float:left">
|
|
|
|
<input class="cbi-button cbi-button-link" type="button" value="<%:Back to Overview%>" onclick="location.href='<%=pcdata(redirect)%>'" />
|
|
|
|
</div>
|
|
|
|
<% end %>
|
|
|
|
|
2009-04-03 18:08:25 +00:00
|
|
|
<% if flow.skip then %>
|
2009-10-31 19:26:07 +00:00
|
|
|
<input class="cbi-button cbi-button-skip" type="submit" name="cbi.skip" value="<%:Skip%>" />
|
2009-04-03 18:08:25 +00:00
|
|
|
<% end %>
|
2012-11-26 13:11:41 +00:00
|
|
|
<% if not autoapply and not flow.hideapplybtn then %>
|
2009-10-31 15:54:11 +00:00
|
|
|
<input class="cbi-button cbi-button-apply" type="submit" name="cbi.apply" value="<%:Save & Apply%>" />
|
2008-10-31 09:35:11 +00:00
|
|
|
<% end %>
|
2012-11-26 13:11:41 +00:00
|
|
|
<% if not flow.hidesavebtn then %>
|
|
|
|
<input class="cbi-button cbi-button-save" type="submit" value="<%:Save%>" />
|
|
|
|
<% end %>
|
|
|
|
<% if not flow.hideresetbtn then %>
|
2014-10-26 17:20:17 +00:00
|
|
|
<input class="cbi-button cbi-button-reset" type="button" value="<%:Reset%>" onclick="location.href='<%=REQUEST_URI%>'" />
|
2012-11-26 13:11:41 +00:00
|
|
|
<% end %>
|
2010-11-21 00:21:49 +00:00
|
|
|
|
2008-08-17 18:32:53 +00:00
|
|
|
<script type="text/javascript">cbi_d_update();</script>
|
2008-07-15 17:27:58 +00:00
|
|
|
</div>
|
2008-11-01 17:11:02 +00:00
|
|
|
<%- end -%>
|
2008-07-15 17:27:58 +00:00
|
|
|
</form>
|
|
|
|
<%+footer%>
|