]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/editpage.tmpl
web commit by http://id.inelegant.org/: <aol>I agree</aol>
[ikiwiki.git] / templates / editpage.tmpl
index ad1faa3a541540d2b629f315b8f12e5f897ba765..68b7d19427aa80ca8fbd6d2270d295489e34c86f 100644 (file)
 <body>
 <TMPL_IF NAME="PAGE_CONFLICT">
 <p>
-<b>Your changes confict with other changes made to the page.</b>
+<b>Your changes conflict with other changes made to the page.</b>
 </p>
 <p>
 Conflict markers have been inserted into the page content. Reconcile the
-confict and commit again to save your changes.
+conflict and commit again to save your changes.
+</p>
+</TMPL_IF>
+<TMPL_IF NAME="FAILED_SAVE">
+<p>
+<b>Failed to save your changes.</b>
+</p>
+<p>
+Your changes were not able to be saved to disk. The system gave the error:
+<blockquote>
+<TMPL_VAR ERROR_MESSAGE>
+</blockquote>
+Your changes are preserved below, and you can try again to save them.
 </p>
 </TMPL_IF>
 <TMPL_VAR FORM-START>