aboutsummaryrefslogtreecommitdiff
path: root/templates/editpage.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-13 08:47:21 -0400
committerJoey Hess <joey@kitenet.net>2010-06-13 08:47:21 -0400
commitec3cadb0659e747e66c1cfd48a0475ee8bbe5bcb (patch)
tree7119dc248bdd887fdd7e94ab815fdbfa4b098d98 /templates/editpage.tmpl
parent85546d570e36b85fce27755590ec6e8b8e1fce81 (diff)
downloadikiwiki-ec3cadb0659e747e66c1cfd48a0475ee8bbe5bcb.tar
ikiwiki-ec3cadb0659e747e66c1cfd48a0475ee8bbe5bcb.tar.gz
remove obsolete ol class=form for editpage and editcomment
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.
Diffstat (limited to 'templates/editpage.tmpl')
-rw-r--r--templates/editpage.tmpl9
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl
index b4b0d05df..d6ad80614 100644
--- a/templates/editpage.tmpl
+++ b/templates/editpage.tmpl
@@ -1,33 +1,26 @@
<TMPL_VAR JAVASCRIPT>
<TMPL_VAR MESSAGE>
+<br />
<TMPL_VAR FORM-START>
<TMPL_VAR FIELD-DO>
<TMPL_VAR FIELD-SID>
<TMPL_VAR FIELD-FROM>
<TMPL_VAR FIELD-RCSINFO>
<TMPL_VAR FIELD-NEWFILE>
-<ol class="form">
<TMPL_IF NAME="PAGE_SELECT">
-<li>
<label for="page" class="inline">Page location:</label><TMPL_VAR FIELD-PAGE>
<label for="type" class="inline">Page type:</label><TMPL_VAR FIELD-TYPE>
-</li>
<TMPL_ELSE>
<TMPL_VAR FIELD-PAGE>
<TMPL_VAR FIELD-TYPE>
</TMPL_IF>
-<li>
<div class="editcontentdiv">
<TMPL_VAR FIELD-EDITCONTENT><br />
</div>
-</li>
<TMPL_IF NAME="CAN_COMMIT">
-<li>
<label for="editmessage" class="block">Optional comment about this change:</label>
<TMPL_VAR FIELD-EDITMESSAGE><br />
-</li>
</TMPL_IF>
-</ol>
<TMPL_VAR FORM-SUBMIT>
<TMPL_VAR HELPONFORMATTINGLINK>
<TMPL_IF NAME="FIELD-ATTACHMENT">