mirror of https://github.com/zlatinb/muwire
help tooltips on Browse and Feeds pages
parent
355535e660
commit
adce4b1574
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue