diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editcomment.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/editcomment.tmpl b/templates/editcomment.tmpl index 7590cdfd7..27d9457d4 100644 --- a/templates/editcomment.tmpl +++ b/templates/editcomment.tmpl @@ -6,8 +6,11 @@ <TMPL_VAR FIELD-PAGE> <TMPL_UNLESS NAME=USERNAME> <TMPL_IF NAME=ALLOWAUTHOR> -Name: <TMPL_VAR NAME=FIELD-AUTHOR> (optional)<br /> +Name: <TMPL_VAR NAME=FIELD-AUTHOR> (optional, or +<a href="<TMPL_VAR SIGNINURL>">Signin</a>)<br /> Website: <TMPL_VAR NAME=FIELD-URL> (optional)<br /> +<TMPL_ELSE> +(You might want to <a href="<TMPL_VAR SIGNINURL>">Signin</a> first?)<br /> </TMPL_IF> </TMPL_UNLESS> Subject: <TMPL_VAR FIELD-SUBJECT><br /> |