add a description of the advanced sharing page, wording and css tweaks

This commit is contained in:
Zlatin Balevsky
2020-03-28 03:02:48 +00:00
parent 1e67139e74
commit 09db68182c
4 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -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"),

View File

@ -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 "

View File

@ -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>