diff options
Diffstat (limited to 'resources/src/mediawiki.action/templates/postEdit.html')
-rw-r--r-- | resources/src/mediawiki.action/templates/postEdit.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/src/mediawiki.action/templates/postEdit.html b/resources/src/mediawiki.action/templates/postEdit.html new file mode 100644 index 00000000..dbb482a6 --- /dev/null +++ b/resources/src/mediawiki.action/templates/postEdit.html @@ -0,0 +1,6 @@ +<div class="postedit-container"> + <div class="postedit"> + <div class="postedit-icon postedit-icon-checkmark postedit-content"></div> + <a href="#" class="postedit-close">×</a> + </div> +</div> |