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  04b5a460227f6ebb1b4d994a097fc2200fd691b3 (commit)
      from  e8cf1faf66b8b8f5a029d813b1313316d007c766 (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=04b5a460227f6ebb1b4d994a097fc2200fd691b3

commit 04b5a460227f6ebb1b4d994a097fc2200fd691b3
Author: Franck Villaume <[email protected]>
Date:   Thu May 11 08:57:39 2017 +0000

    webanalytics: fix textarea size

diff --git a/src/plugins/webanalytics/view/admin/viewGlobalConfiguration.php 
b/src/plugins/webanalytics/view/admin/viewGlobalConfiguration.php
index f2447fd..b438af2 100644
--- a/src/plugins/webanalytics/view/admin/viewGlobalConfiguration.php
+++ b/src/plugins/webanalytics/view/admin/viewGlobalConfiguration.php
@@ -62,7 +62,7 @@ $cells[][] = html_e('input', array('name' => 'name', 'type' 
=> 'text', 'maxsize'
 echo $HTML->multiTableRow(array(), $cells);
 $cells = array();
 $cells[] = array(_('Standard JavaScript Tracking 
code').utils_requiredField()._(':'), 'style' => 'text-align:right');
-$cells[][] = html_e('textarea', array('name' => 'link', 'rows' => 15, 'cols' 
=> 70, 'required' => 'required', 'placeholder' => _('Just paste your code 
here...')), '', false);
+$cells[][] = html_e('textarea', array('name' => 'link', 'rows' => 15, 'cols' 
=> 70, 'style' => 'width: 100%; box-sizing: border-box;', 'required' => 
'required', 'placeholder' => _('Just paste your code here...')), '', false);
 echo $HTML->multiTableRow(array(), $cells);
 $cells = array();
 $cells[] = array(html_e('input', array('type' => 'submit', 'value' => 
_('Add'))), 'colspan' => 2);

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

Summary of changes:
 src/plugins/webanalytics/view/admin/viewGlobalConfiguration.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to