Skip to content

Commit

Permalink
added grey text on pref to indicate own posts are exempt
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshinsei committed Jul 3, 2011
1 parent 8db1d37 commit 3d3abf1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions r2/r2/templates/prefoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,12 @@

<p>${checkbox(_("show me links I've recently viewed"), "clickgadget")}</p>
<p>${checkbox(_("compress the link display"), "compress")}</p>
<p>${checkbox(_("don't show links after i've liked them"), "hide_ups")}</p>
<p>${checkbox(_("don't show links after i've disliked them"), "hide_downs")}</p>
<p>${checkbox(_("don't show links after i've liked them"), "hide_ups")}
<span class="little gray">(except my own)</span>
</p>
<p>${checkbox(_("don't show links after i've disliked them"), "hide_downs")}
<span class="little gray">(except my own)</span>
</p>
<%
# stuff I can soon delete:
_("display")
Expand Down

0 comments on commit 3d3abf1

Please sign in to comment.