summaryrefslogtreecommitdiffhomepage
path: root/libs/cbi
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-11-01 17:11:02 +0000
committerSteven Barth <steven@midlink.org>2008-11-01 17:11:02 +0000
commitea9b377ec5585bc3a5745a485f84f3fba8a4935a (patch)
tree72c7c45195a7290898388ae3a9d49e00045a3047 /libs/cbi
parente29810c534f5c98e6dd6f6ced226cb0b75c6fe95 (diff)
Merge pageactions
Diffstat (limited to 'libs/cbi')
-rw-r--r--libs/cbi/luasrc/view/cbi/footer.htm3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/cbi/luasrc/view/cbi/footer.htm b/libs/cbi/luasrc/view/cbi/footer.htm
index 6f90bb9cf..4f94a05b0 100644
--- a/libs/cbi/luasrc/view/cbi/footer.htm
+++ b/libs/cbi/luasrc/view/cbi/footer.htm
@@ -12,7 +12,7 @@ You may obtain a copy of the License at
$Id$
-%>
-
+ <%- if pageaction then -%>
<div class="cbi-page-actions">
<% if not autoapply then%>
<input class="cbi-button cbi-button-apply" type="submit" name="cbi.apply" value="<%:saveapply%>" />
@@ -21,5 +21,6 @@ $Id$
<input class="cbi-button cbi-button-reset" type="reset" value="<%:reset%>" />
<script type="text/javascript">cbi_d_update();</script>
</div>
+ <%- end -%>
</form>
<%+footer%>