From cffba70b2ebff664e385f077d30cf701cab49a70 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 31 Oct 2009 19:26:07 +0000 Subject: all: translation fixes in templates --- libs/cbi/luasrc/view/cbi/delegator.htm | 6 +++--- libs/cbi/luasrc/view/cbi/footer.htm | 2 +- libs/cbi/luasrc/view/cbi/simpleform.htm | 2 +- libs/cbi/luasrc/view/cbi/upload.htm | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'libs') diff --git a/libs/cbi/luasrc/view/cbi/delegator.htm b/libs/cbi/luasrc/view/cbi/delegator.htm index 9b4d4e6bf..08c1fe7c3 100644 --- a/libs/cbi/luasrc/view/cbi/delegator.htm +++ b/libs/cbi/luasrc/view/cbi/delegator.htm @@ -18,7 +18,7 @@ $Id$ <% end %> <% if self.allow_back and self:get_prev(self.current) then %> - + <% end %> <% if self.allow_reset then %> @@ -27,9 +27,9 @@ $Id$ <% end %> <% if self.allow_finish and not self:get_next(self.current) then %> - + <% elseif self:get_next(self.current) then %> - + <% end %> diff --git a/libs/cbi/luasrc/view/cbi/footer.htm b/libs/cbi/luasrc/view/cbi/footer.htm index 1796cd5dc..fe5b6881c 100644 --- a/libs/cbi/luasrc/view/cbi/footer.htm +++ b/libs/cbi/luasrc/view/cbi/footer.htm @@ -15,7 +15,7 @@ $Id$ <%- if pageaction then -%>
<% if flow.skip then %> - + <% end %> <% if not autoapply then%> diff --git a/libs/cbi/luasrc/view/cbi/simpleform.htm b/libs/cbi/luasrc/view/cbi/simpleform.htm index 859acd3c0..d927660da 100644 --- a/libs/cbi/luasrc/view/cbi/simpleform.htm +++ b/libs/cbi/luasrc/view/cbi/simpleform.htm @@ -34,7 +34,7 @@ $Id$ <% if not self.embedded then %>
<%- if self.flow and self.flow.skip then %> - + <% end %> <%- if self.submit ~= false then %> /> " alt="<%:Replace entry%>" title="<%:Replace entry%>" src="<%=resource%>/cbi/reload.gif" /> <% else %> -- cgit v1.2.3