From d7a90e994a1aa214e881c06e7e5d0a3f272a63ce Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 30 Jul 2009 16:05:12 +0000 Subject: Fix delegators --- libs/cbi/luasrc/view/cbi/delegator.htm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/cbi/luasrc/view') diff --git a/libs/cbi/luasrc/view/cbi/delegator.htm b/libs/cbi/luasrc/view/cbi/delegator.htm index 523eebcda5..95fd270f8b 100644 --- a/libs/cbi/luasrc/view/cbi/delegator.htm +++ b/libs/cbi/luasrc/view/cbi/delegator.htm @@ -20,7 +20,9 @@ $Id$ <% if self.allow_back and self:get_prev(self.current) then %> <% end %> +<% if self.allow_reset then %> +<% end %> <% if self.allow_finish and not self:get_next(self.current) then %> <% elseif self:get_next(self.current) then %> -- cgit v1.2.3