diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:21:48 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:21:48 -0500 |
commit | d0f2ac685b704168d444b235dcd01b2b4f2d059f (patch) | |
tree | 2138e74140bb56429958df526decf14d0cab5cbb /templates | |
parent | 091c7fd25bcc39069df9dd81941c5329f26b8988 (diff) |
remove 'signed in as foo'
I think users should know who they're signed in as; the edit pages don't
say so there's no reason to here. Also, the user id was not displayed
pretty.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editcomment.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/editcomment.tmpl b/templates/editcomment.tmpl index a08b8964c..1f4c1fc23 100644 --- a/templates/editcomment.tmpl +++ b/templates/editcomment.tmpl @@ -4,9 +4,7 @@ <TMPL_VAR FIELD-DO> <TMPL_VAR FIELD-SID> <TMPL_VAR FIELD-PAGE> -<TMPL_IF NAME=USERNAME> -Signed in as <TMPL_VAR NAME=USERNAME ESCAPE=HTML><br /> -<TMPL_ELSE> +<TMPL_UNLESS NAME=USERNAME> <TMPL_IF NAME=ALLOWAUTHOR> Name: <TMPL_VAR NAME=FIELD-AUTHOR> (optional)<br /> Website: <TMPL_VAR NAME=FIELD-URL> (optional)<br /> |