mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
* template header: Added translation support for path bar
This commit is contained in:
@@ -31,9 +31,9 @@ require("ffluci.http").htmlheader()
|
||||
</div>
|
||||
|
||||
<div class="separator yellow bold">
|
||||
<%:path Pfad%>: <a href="<%=controller .. "/" .. req.category%>"><%=req.category%></a>
|
||||
» <a href="<%=controller .. "/" .. req.category .. "/" .. req.module %>"><%=req.module%></a>
|
||||
» <a href="<%=controller .. "/" .. req.category .. "/" .. req.module .. "/" .. req.action %>"><%=req.action%></a>
|
||||
<%:path Pfad%>: <a href="<%=controller .. "/" .. req.category%>"><%=translate(req.category, req.category)%></a>
|
||||
» <a href="<%=controller .. "/" .. req.category .. "/" .. req.module %>"><%=translate(req.module, req.module)%></a>
|
||||
» <a href="<%=controller .. "/" .. req.category .. "/" .. req.module .. "/" .. req.action %>"><%=translate(req.action, req.action)%></a>
|
||||
</div>
|
||||
|
||||
<div id="columns"><div id="columnswrapper">
|
||||
|
||||
Reference in New Issue
Block a user