diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-13 14:28:02 -0400 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2014-03-09 19:29:38 +0100 |
commit | 9eaa225280d74ffd5d2c3fa30a47cdb93709aff1 (patch) | |
tree | e0f25334b9498d35667878eb8f6fa69454eb7cdc | |
parent | aba24efd8c926d7032af4477b4a88da628ba5454 (diff) |
add comment subscription checkbox to editpage
Reworded template, which also called the commit message a "comment".
(cherry picked from commit e81e857ba62970caefd0f674d2cdfc3f9b70fe09)
-rw-r--r-- | .templates/editpage.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.templates/editpage.tmpl b/.templates/editpage.tmpl index cafb653b..f43d7232 100644 --- a/.templates/editpage.tmpl +++ b/.templates/editpage.tmpl @@ -18,7 +18,7 @@ <TMPL_VAR FIELD-EDITCONTENT><br /> </div> <TMPL_IF NAME="CAN_COMMIT"> -<label for="editmessage" class="block">Optional comment about this change:</label> +<label for="editmessage" class="block">Optional description of this change:</label> <TMPL_VAR FIELD-EDITMESSAGE><br /> </TMPL_IF> @@ -43,6 +43,9 @@ if there are questions.</p> <TMPL_VAR HELPONFORMATTINGLINK> <TMPL_IF NAME="FIELD-ATTACHMENT"> <a class="toggle" href="#attachments">Attachments</a> +</TMPL_IF> +<TMPL_VAR FIELD-SUBSCRIBE> +<TMPL_IF NAME="FIELD-ATTACHMENT"> <div class="<TMPL_VAR ATTACHMENTS-CLASS>" id="attachments"> <div id="fileupload"> <script> |