[Fusionforge-commits] FusionForge branch master updated. 333165a0c7aa277d12ebb4a3198f26004e27a2b8

Franck VILLAUME nerville at fusionforge.org
Fri Feb 7 15:17:57 CET 2014


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, master has been updated
       via  333165a0c7aa277d12ebb4a3198f26004e27a2b8 (commit)
      from  843ca6d6ca0850218baf38ebd7fbcae349033772 (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 -----------------------------------------------------------------
commit 333165a0c7aa277d12ebb4a3198f26004e27a2b8
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Feb 7 15:15:12 2014 +0100

    fix input type. text -> email

diff --git a/src/www/project/admin/index.php b/src/www/project/admin/index.php
index 5a3255b..302b3ac 100644
--- a/src/www/project/admin/index.php
+++ b/src/www/project/admin/index.php
@@ -259,7 +259,7 @@ if(forge_get_config('use_docman')) {
 <p>
 <?php echo _('If you wish, you can provide default email addresses to which new submissions will be sent') ?>.<br />
 <strong><?php echo _('New Document Submissions')._(':'); ?></strong><br />
-<input type="text" name="new_doc_address" value="<?php echo $group->getDocEmailAddress(); ?>" size="40" maxlength="250" />
+<input type="email" name="new_doc_address" value="<?php echo $group->getDocEmailAddress(); ?>" size="40" maxlength="250" />
 <?php echo _('(send on all updates)') ?>
 <input type="checkbox" name="send_all_docs" value="1" <?php echo c($group->docEmailAll()); ?> />
 </p>

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

Summary of changes:
 src/www/project/admin/index.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list