Add “hidden” class to Sone ID.
[Sone.git] / src / main / resources / templates / include / viewSone.html
index 82c0861..8b62fa4 100644 (file)
@@ -1,5 +1,5 @@
 <div class="sone <% sone.status|html><%if sone.modified> modified<%/if> <% sone.id|css|html><%if sone.local> local<%/if><%if sone.new> new<%/if>">
-       <div class="id"><% sone.id|html></div>
+       <div class="id hidden"><% sone.id|html></div>
        <div class="unknown-marker" title="<%= View.Sone.Status.Unknown|l10n|html>">?</div>
        <div class="modified-marker" title="<%= View.Sone.Status.Modified|l10n|html>">!</div>
        <div class="download-marker" title="<%= View.Sone.Status.Downloading|l10n|html>">⬊</div>
                        <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                        <input type="hidden" name="sone" value="<% sone.id|html>" />
                        <input type="hidden" name="returnPage" value="<% request.uri|html>" />
-                       <button type="submit"><%= View.Sone.Button.LockSone|l10n|html></button>
+                       <button type="submit" title="<%= View.Sone.Button.LockSone.Tooltip|l10n|html>"><%= View.Sone.Button.LockSone|l10n|html></button>
                </form>
                <form class="unlock<%if !sone.locked> hidden<%/if>" action="unlockSone.html" method="post">
                        <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                        <input type="hidden" name="sone" value="<% sone.id|html>" />
                        <input type="hidden" name="returnPage" value="<% request.uri|html>" />
-                       <button type="submit"><%= View.Sone.Button.UnlockSone|l10n|html></button>
+                       <button type="submit" title="<%= View.Sone.Button.UnlockSone.Tooltip|l10n|html>"><%= View.Sone.Button.UnlockSone|l10n|html></button>
                </form>
        <%/if>
        <%if ! sone.current>