aboutsummaryrefslogtreecommitdiff
path: root/templates/editpage.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-21 14:22:57 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-21 14:22:57 -0400
commita1df39ed4ad4b17e4dde765d584376dfb05640dc (patch)
treee5262b01987c253339a571d8dbbdbbe6f26c0f71 /templates/editpage.tmpl
parentb1b5860b291645e212a9f9afd59d029fe0a035c6 (diff)
downloadikiwiki-a1df39ed4ad4b17e4dde765d584376dfb05640dc.tar
ikiwiki-a1df39ed4ad4b17e4dde765d584376dfb05640dc.tar.gz
simplified confirmation form
also, there's no titlepage conversion issues
Diffstat (limited to 'templates/editpage.tmpl')
-rw-r--r--templates/editpage.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl
index 987531803..aa9436173 100644
--- a/templates/editpage.tmpl
+++ b/templates/editpage.tmpl
@@ -71,7 +71,7 @@ Optional comment about this change:<br />
<tr><td><TMPL_VAR FIELD-SELECT><TMPL_VAR LINK></td><td><TMPL_VAR SIZE></td><td><TMPL_VAR MTIME></td></tr>
</TMPL_LOOP>
<TMPL_IF NAME="ATTACHMENT_LIST">
-<tr><td colspan="2"><TMPL_VAR FIELD-LINK><TMPL_VAR FIELD-DELETE><TMPL_VAR FIELD-RENAME></td></tr>
+<tr><td colspan="2"><TMPL_VAR FIELD-LINK><TMPL_VAR FIELD-REMOVE><TMPL_VAR FIELD-RENAME></td></tr>
</TMPL_IF>
</table>
</div>