help tooltips on Browse and Feeds pages

This commit is contained in:
Zlatin Balevsky
2020-03-28 18:39:30 +00:00
parent 355535e660
commit adce4b1574
2 changed files with 10 additions and 0 deletions

View File

@ -45,6 +45,11 @@ if (request.getParameter("currentHost") != null) {
<div class="menuitem browse">
<div class="menu-icon"></div>
<input type="submit" value=<%=Util._t("Browse")%>>
<div class="tooltip"><%=Util._t("Help")%>
<span class="tooltiptext">
<%=Util._t("Enter the full id of a MuWire user to see what files they are sharing")%>
</span>
</div>
</div>
</form>
</div>

View File

@ -30,6 +30,11 @@ String pagetitle=Util._t("Feeds");
<div class="menuitem feeds">
<div class="menu-icon"></div>
<input type="submit" value=<%=Util._t("Subscribe")%>>
<div class="tooltip"><%=Util._t("Help")%>
<span class="tooltiptext">
<%=Util._t("Enter the full id of a MuWire user to see what files they have published to their feed")%>
</span>
</div>
</div>
</form>
</div>