aboutsummaryrefslogtreecommitdiff
path: root/templates/editcomment.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-19 14:21:48 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-19 14:21:48 -0500
commitd0f2ac685b704168d444b235dcd01b2b4f2d059f (patch)
tree2138e74140bb56429958df526decf14d0cab5cbb /templates/editcomment.tmpl
parent091c7fd25bcc39069df9dd81941c5329f26b8988 (diff)
downloadikiwiki-d0f2ac685b704168d444b235dcd01b2b4f2d059f.tar
ikiwiki-d0f2ac685b704168d444b235dcd01b2b4f2d059f.tar.gz
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/editcomment.tmpl')
-rw-r--r--templates/editcomment.tmpl4
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 />