add a description of the advanced sharing page, wording and css tweaks
This commit is contained in:
@ -274,7 +274,7 @@ div#dirsTable table thead th:nth-child(2) {
|
||||
width: 80px;
|
||||
}
|
||||
div#dirsTable table thead th:nth-child(3) {
|
||||
width: 80px;
|
||||
width: 90px;
|
||||
}
|
||||
div#dirsTable table thead th:nth-child(4) {
|
||||
width: 170px;
|
||||
|
@ -33,6 +33,7 @@ public class Util {
|
||||
_x("About Me"),
|
||||
_x("Actions"),
|
||||
_x("Active Sources"),
|
||||
_x("Auto-watch directory for changes using operating system"),
|
||||
_x("Browse"),
|
||||
_x("Browsing"),
|
||||
_x("Cancel"),
|
||||
@ -142,7 +143,6 @@ public class Util {
|
||||
_x("User"),
|
||||
_x("View 1 Certificate"),
|
||||
_x("View {0} Certificates"),
|
||||
_x("Watch directory for changes using operating system"),
|
||||
_x("Your full MuWire id is"),
|
||||
_x("Your short MuWire id is {0}"),
|
||||
_x("Your Trust"),
|
||||
|
@ -104,7 +104,7 @@ function configure(path) {
|
||||
html += "<table>"
|
||||
|
||||
html += "<tr>"
|
||||
html += "<td>" + _t("Watch directory for changes using operating system") + "</td>"
|
||||
html += "<td>" + _t("Auto-watch directory for changes using operating system") + "</td>"
|
||||
html += "<td><p align='right'><input type='checkbox' name='autoWatch' value='true'"
|
||||
if (dir.autoWatch == "true")
|
||||
html += " checked "
|
||||
|
@ -24,6 +24,7 @@ String pagetitle=Util._t("Advanced Sharing");
|
||||
<%@include file="sidebar.jsi"%>
|
||||
</aside>
|
||||
<section class="main foldermain">
|
||||
<p><%=Util._t("Shared directories can be watched automatically or periodically. Automatic watching is recommended, but may not work on some NAS devices.")%></p>
|
||||
<div id="table-wrapper">
|
||||
<div class="paddedTable" id="table-scroll">
|
||||
<div id="dirsTable"></div>
|
||||
|
Reference in New Issue
Block a user