summaryrefslogtreecommitdiff
path: root/templates/editcomment.tmpl
AgeCommit message (Collapse)Author
2010-06-13remove obsolete ol class=form for editpage and editcommentJoey Hess
The styling of labels on the form largely obsoleted the special styled ol, so just a few br's sufficed. Using an ol like that was not too semantically right (probably?) and could cause problems with customized local.css.
2010-05-06Gave comment and page editing forms some CSS and accessability love.Joey Hess
In particular, added <label> tags. (However, could not find a good way to add a label tag for the main page edit textarea.)
2010-05-05consistently drop NAME= in templatesJoey Hess
also add template syntax smoke test
2010-01-04lowercase "or Signin"Joey Hess
2009-06-02comment: Make comment directives no longer use the internal "_comment" form, ↵Joey Hess
and document the comment directive syntax. Rationalle: Comments need to be user-editable so that they can be posted via git commit etc. The _comment directive is still supported, for back-compat.
2009-04-23comments: Add link to comment post form to allow user to sign in if they ↵Joey Hess
wish to, if the configuration makes signin optional for commenting.
2009-03-07make wmd comment support comment editing (I think)Joey Hess
2008-12-19simplify and compact the comment edit formJoey Hess
Mostly to make it more visually similar to the page edit form. I'm a bit uncertian about the placement of the page type selector, and about removing the "Page type". May rethink that.
2008-12-19remove 'signed in as foo'Joey Hess
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.
2008-12-19rename comments_form to editcommentJoey Hess