luci-app-travelmate: fix url ampersand encoding
* fix ampersand encoding in wireless stations overview Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
37a4a1c070
commit
85342e2c03
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ This is free software, licensed under the Apache License, Version 2.0
|
|||
<td style="<%=style%>"><%=bssid%></td>
|
||||
<td style="<%=style%>"><%=encryption%></td>
|
||||
<td class="cbi-value-field" style="width:80px">
|
||||
<input class="cbi-button cbi-button-up" type="button" value="" onclick="location.href='<%=luci.dispatcher.build_url('admin/services/travelmate/wifiorder')%>?cfg=<%=section%>&dir=up'" alt="<%:Move up%>" title="<%:Move up%>"/>
|
||||
<input class="cbi-button cbi-button-down" type="button" value="" onclick="location.href='<%=luci.dispatcher.build_url('admin/services/travelmate/wifiorder')%>?cfg=<%=section%>&dir=down'" alt="<%:Move down%>" title="<%:Move down%>"/>
|
||||
<input class="cbi-button cbi-button-up" type="button" value="" onclick="location.href='<%=luci.dispatcher.build_url('admin/services/travelmate/wifiorder')%>?cfg=<%=section%>&dir=up'" alt="<%:Move up%>" title="<%:Move up%>"/>
|
||||
<input class="cbi-button cbi-button-down" type="button" value="" onclick="location.href='<%=luci.dispatcher.build_url('admin/services/travelmate/wifiorder')%>?cfg=<%=section%>&dir=down'" alt="<%:Move down%>" title="<%:Move down%>"/>
|
||||
</td>
|
||||
<td class="cbi-value-field" style="width:150px">
|
||||
<input type="button" class="cbi-button cbi-button-edit" onclick="location.href='<%=luci.dispatcher.build_url('admin/services/travelmate/wifiedit')%>?cfg=<%=section%>'" title="<%:Edit this Uplink%>" value="<%:Edit%>"/>
|
||||
|
|
Loading…
Reference in a new issue