diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-11 02:22:04 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-11 21:14:05 +0000 |
commit | f29a6070251c7253d3e12568b72a934b2f9bbfed (patch) | |
tree | c8481137d1c0e75a7edab8024ef5e5ec78fa7cc6 /templates | |
parent | fbf145ca3ff18985d0885ed939ee63123add9dbd (diff) |
comments_form.tmpl: show labels for name, website
Diffstat (limited to 'templates')
-rw-r--r-- | templates/comments_form.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/comments_form.tmpl b/templates/comments_form.tmpl index 88301fcdc..9a9455f99 100644 --- a/templates/comments_form.tmpl +++ b/templates/comments_form.tmpl @@ -8,8 +8,8 @@ Signed in as <TMPL_VAR NAME=USERNAME ESCAPE=HTML><br /> <TMPL_ELSE> <TMPL_IF NAME=ALLOWAUTHOR> -<TMPL_VAR NAME=FIELD-AUTHOR> (optional)<br /> -<TMPL_VAR NAME=FIELD-URL> (optional)<br /> +Name: <TMPL_VAR NAME=FIELD-AUTHOR> (optional)<br /> +Website: <TMPL_VAR NAME=FIELD-URL> (optional)<br /> </TMPL_IF> </TMPL_IF> Subject: <TMPL_VAR FIELD-SUBJECT><br /> |