CBI:
[project/luci.git] / libs / cbi / luasrc / view / cbi / delegator.htm
index 08c1fe7..a4a62af 100644 (file)
@@ -17,6 +17,7 @@ $Id$
 <% for _, x in ipairs(self.chain) do %>
                <input type="hidden" name="cbi.delg.path" value="<%=x%>" />
 <% end %>
+<% if not self.disallow_pageactions then %>
 <% if self.allow_back and self:get_prev(self.current) then %>
                <input class="cbi-button cbi-button-back" type="submit" name="cbi.delg.back" value="<%:« Back%>" />
 <% end %>
@@ -31,5 +32,6 @@ $Id$
 <% elseif self:get_next(self.current) then %>
                <input class="cbi-button cbi-button-next" type="submit" value="<%:Next »%>" />
 <% end %>
+<% end %>
                <script type="text/javascript">cbi_d_update();</script>
-       </div>
+       </div>
\ No newline at end of file