This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.1 has been updated
       via  b6913695e49e6e471461b9822214d2e344795daa (commit)
      from  d4f39638870b18a552c3f45fcc7cc30e13100f1c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=b6913695e49e6e471461b9822214d2e344795daa

commit b6913695e49e6e471461b9822214d2e344795daa
Author: Franck Villaume <[email protected]>
Date:   Sun Oct 22 18:31:37 2017 +0200

    add missing widget preview image + fix widget description

diff --git a/src/common/widget/Widget_MyMonitoredDocuments.class.php 
b/src/common/widget/Widget_MyMonitoredDocuments.class.php
index 42c41e9..c402a5f 100644
--- a/src/common/widget/Widget_MyMonitoredDocuments.class.php
+++ b/src/common/widget/Widget_MyMonitoredDocuments.class.php
@@ -128,7 +128,7 @@ class Widget_MyMonitoredDocuments extends Widget {
        }
 
        function getDescription() {
-               return _('List documents that you are currently monitoring, by 
project.')
+               return _('List documents/folders that you are currently 
monitoring, by project.')
                        .'<br />'
                        ._('To cancel any of the monitored items just click on 
the trash icon next to the item label.');
        }
diff --git a/src/www/images/widget/widget-preview-monitored_documents-en_US.png 
b/src/www/images/widget/widget-preview-monitored_documents-en_US.png
new file mode 100644
index 0000000..bfd30bc
Binary files /dev/null and 
b/src/www/images/widget/widget-preview-monitored_documents-en_US.png differ
diff --git a/src/www/themes/css/fusionforge.css 
b/src/www/themes/css/fusionforge.css
index 56e5088..2f197db 100644
--- a/src/www/themes/css/fusionforge.css
+++ b/src/www/themes/css/fusionforge.css
@@ -472,6 +472,10 @@ p.information {
        background-image: 
url('../../images/widget/widget-preview-favorites.png');
 }
 
+.widget-preview-mymonitoreddocuments-en_US {
+       background-image: 
url('../../images/widget/widget-preview-monitored_documents-en_US.png');
+}
+
 .widget-preview-mymonitoredfp-fr_FR {
        background-image: 
url('../../images/widget/widget-preview-monitored_files-fr_FR.png');
 }

-----------------------------------------------------------------------

Summary of changes:
 src/common/widget/Widget_MyMonitoredDocuments.class.php |   2 +-
 .../widget/widget-preview-monitored_documents-en_US.png | Bin 0 -> 10435 bytes
 src/www/themes/css/fusionforge.css                      |   4 ++++
 3 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 
src/www/images/widget/widget-preview-monitored_documents-en_US.png


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to