projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3cb7ea
)
Fix some fallout
author
Steven Barth
<steven@midlink.org>
Thu, 9 Apr 2009 13:59:50 +0000
(13:59 +0000)
committer
Steven Barth
<steven@midlink.org>
Thu, 9 Apr 2009 13:59:50 +0000
(13:59 +0000)
libs/cbi/luasrc/view/cbi/simpleform.htm
patch
|
blob
|
history
diff --git
a/libs/cbi/luasrc/view/cbi/simpleform.htm
b/libs/cbi/luasrc/view/cbi/simpleform.htm
index 9a23e53a83e38bc527a69c27a4d2f181080ef661..859acd3c04ac1cf4362d64024a639ac0b46e897e 100644
(file)
--- a/
libs/cbi/luasrc/view/cbi/simpleform.htm
+++ b/
libs/cbi/luasrc/view/cbi/simpleform.htm
@@
-33,7
+33,7
@@
$Id$
<%- end %>
<% if not self.embedded then %>
<div>
-<%- if self.flow.skip then %>
+<%- if self.flow
and self.flow
.skip then %>
<input class="cbi-button cbi-button-skip" type="submit" name="cbi.skip" value="<%:skip Skip%>" />
<% end %>
<%- if self.submit ~= false then %>