X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-openvpn%2Fluasrc%2Fview%2Fopenvpn%2Fpageswitch.htm;h=07927630855b4f9c4851d48bc88938b66203f4e8;hb=cac2248bcfeaefd616debada88886b675a2eb970;hp=7d88b844ab4cbfdbb73d47b69d9d8821ac7dead8;hpb=3e36a45dbf0c4ada9dd3dbfe8af31de9db320b03;p=project%2Fluci.git diff --git a/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm b/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm index 7d88b844ab..0792763085 100644 --- a/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm +++ b/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm @@ -12,17 +12,17 @@ <%=luci.i18n.translatef("Instance \"%s\"", self.instance)%> <% if self.mode == "basic" then %> - "><%:Switch to advanced configuration%> »

+ <%:Switch to advanced configuration%> »


<% elseif self.mode == "advanced" then %> <%:Switch to basic configuration%> »


<%:Configuration category%>: <% for i, c in ipairs(self.categories) do %> - <% if c == self.category then %> - <%=translate(c)%> + <% if c.id == self.category then %> + <%=c.title%> <% else %> - "><%=translate(c)%> + "><%=c.title%> <% end %> <% if next(self.categories, i) then %>|<% end %> <% end %>