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  2dece158b9917c8cbe0e0fd6c10e4245e67eece9 (commit)
      from  760e1bfeb1b0675b4518c7b9c4e0b5a38ae29be5 (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=2dece158b9917c8cbe0e0fd6c10e4245e67eece9

commit 2dece158b9917c8cbe0e0fd6c10e4245e67eece9
Author: Franck Villaume <[email protected]>
Date:   Wed Oct 11 21:48:57 2017 +0200

    fix box overlay

diff --git a/src/common/tracker/actions/detail.php 
b/src/common/tracker/actions/detail.php
index 70c7758..e10086e 100644
--- a/src/common/tracker/actions/detail.php
+++ b/src/common/tracker/actions/detail.php
@@ -190,7 +190,7 @@ $nbh = $count? ' ('.$count.')' : '';
                                <p>
                                <strong><?php echo _('Add A Comment')._(':'); 
?></strong>
                                <?php echo 
notepad_button('document.forms.trackerdetailform.details') ?><br />
-                               <textarea name="details" rows="10" 
style="width: 100%" ></textarea>
+                               <textarea name="details" rows="10" 
style="width: 100%; box-sizing: border-box;" ></textarea>
                                </p>
                        </td></tr>
                        <?php } ?>
diff --git a/src/common/tracker/actions/mod-limited.php 
b/src/common/tracker/actions/mod-limited.php
index 6f34933..1d5d233 100644
--- a/src/common/tracker/actions/mod-limited.php
+++ b/src/common/tracker/actions/mod-limited.php
@@ -222,7 +222,7 @@ $nbh = $count? ' ('.$count.')' : '';
        <?php echo $HTML->listTableTop(); ?>
                <tr><td colspan="2">
                        <br /><strong><?php echo _('Add A Comment') ?>: <?php 
echo notepad_button('document.forms.trackermodlimitedform.details') 
?></strong><br />
-                       <textarea id="tracker-comment" name="details" rows="7" 
style="width: 100%" title="<?php echo 
util_html_secure(html_get_tooltip_description('comment')) ?>"></textarea>
+                       <textarea id="tracker-comment" name="details" rows="7" 
style="width: 100%; box-sizing: border-box;" title="<?php echo 
util_html_secure(html_get_tooltip_description('comment')) ?>"></textarea>
                        <p>
                        <?php
        echo $ah->showMessages();
diff --git a/src/common/tracker/actions/mod.php 
b/src/common/tracker/actions/mod.php
index ab8fd9a..1ce46bb 100644
--- a/src/common/tracker/actions/mod.php
+++ b/src/common/tracker/actions/mod.php
@@ -303,7 +303,7 @@ $nbh = $count? ' ('.$count.')' : '';
                /* ]]> */</script>
                <p>
                <strong><?php echo _('Post Comment')._(': ') ?><?php echo 
notepad_button('document.forms.trackermodform.details') ?></strong><br />
-               <textarea id="tracker-comment" name="details" rows="7" 
style="width: 100%" title="<?php echo 
util_html_secure(html_get_tooltip_description('comment')) ?>"></textarea></p>
+               <textarea id="tracker-comment" name="details" rows="7" 
style="width: 100%; box-sizing: border-box;" title="<?php echo 
util_html_secure(html_get_tooltip_description('comment')) ?>"></textarea></p>
                <?php echo $ah->showMessages(); ?>
        </td></tr>
 <?php echo $HTML->listTableBottom(); ?>

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

Summary of changes:
 src/common/tracker/actions/detail.php      | 2 +-
 src/common/tracker/actions/mod-limited.php | 2 +-
 src/common/tracker/actions/mod.php         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to