remove 'signed in as foo'
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Dec 2008 19:21:48 +0000 (14:21 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Dec 2008 19:21:48 +0000 (14:21 -0500)
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.

templates/editcomment.tmpl

index a08b8964cebac7fc74330fa635a48663ed672770..1f4c1fc23ae805a8982b2c223bdef38a5157ac7a 100644 (file)
@@ -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 />