X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/06b28dddecce8d27c0b556c883b8721aee1d3dc9..8752d8ca6d7bba5081ae784604d4f8777d7d15ac:/templates/revert.tmpl diff --git a/templates/revert.tmpl b/templates/revert.tmpl index 03cd0838d..0de32811b 100644 --- a/templates/revert.tmpl +++ b/templates/revert.tmpl @@ -1,14 +1,21 @@ -<pre> -<TMPL_VAR patch_contents> -</pre> <TMPL_VAR FORM-START> <div> <TMPL_VAR FIELD-DO> <TMPL_VAR FIELD-SID> <TMPL_VAR FIELD-REV> +<label for="revertmessage" class="block">Optional comment about this change:</label> + <TMPL_VAR FIELD-REVERTMESSAGE> </div> <div class="revert buttons"> - <TMPL_VAR form-submit> - <TMPL_VAR form-cancel> +<TMPL_VAR form-submit> +<TMPL_VAR form-cancel> </div> <TMPL_VAR FORM-END> +<br \> +<div class="header"> +<span>Diff being reverted:</span> +</div> +<div id="diff"> +<pre> +<TMPL_VAR diff> +</pre>