Rename “identity” field to “sone”.
[Sone.git] / src / main / resources / templates / include / viewPost.html
index afb1728..5a475b7 100644 (file)
                                <form class="trust post-trust<%if post.sone.trust.assigned> hidden<%/if>" action="trust.html" method="post">
                                        <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                                        <input type="hidden" name="returnPage" value="<% request.uri|html>" />
-                                       <input type="hidden" name="identity" value="<% post.sone.id|html>" />
+                                       <input type="hidden" name="sone" value="<% post.sone.id|html>" />
                                        <button type="submit" title="<%= View.Trust.Tooltip.Trust|l10n|html>">✓</button>
                                </form>
                                <form class="distrust post-distrust" action="distrust.html" method="post">
                                        <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                                        <input type="hidden" name="returnPage" value="<% request.uri|html>" />
-                                       <input type="hidden" name="identity" value="<% post.sone.id|html>" />
+                                       <input type="hidden" name="sone" value="<% post.sone.id|html>" />
                                        <button type="submit" title="<%= View.Trust.Tooltip.Distrust|l10n|html>">✗</button>
                                </form>
                                <form class="untrust post-untrust<%if !post.sone.trust.assigned> hidden<%/if>" action="untrust.html" method="post">
                                        <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                                        <input type="hidden" name="returnPage" value="<% request.uri|html>" />
-                                       <input type="hidden" name="identity" value="<% post.sone.id|html>" />
+                                       <input type="hidden" name="sone" value="<% post.sone.id|html>" />
                                        <button type="submit" title="<%= View.Trust.Tooltip.Untrust|l10n|html>">↶</button>
                                </form>
                        <%/if>