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  df33aae024b71d15ae35363aa941db872f228fb2 (commit)
      from  dc4e5307f3212fc6903578711dde359e977bb0e2 (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=df33aae024b71d15ae35363aa941db872f228fb2

commit df33aae024b71d15ae35363aa941db872f228fb2
Author: Franck Villaume <[email protected]>
Date:   Sun Oct 2 16:39:51 2016 +0200

    tracker: artifact detail: remove double headers in tab

diff --git a/src/common/tracker/actions/mod-limited.php 
b/src/common/tracker/actions/mod-limited.php
index ea6cce7..70731f5 100644
--- a/src/common/tracker/actions/mod-limited.php
+++ b/src/common/tracker/actions/mod-limited.php
@@ -197,8 +197,7 @@ foreach ($pluginsListeners as $pluginsListener) {
                        <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" 
cols="60" title="<?php echo 
util_html_secure(html_get_tooltip_description('comment')) ?>"></textarea>
                        <p>
-                       <h2><?php echo _('Comments')._(': ');
-       echo '</h2>';
+                       <?php
        $ah->showMessages();
                        ?>
                </td></tr>
@@ -211,7 +210,6 @@ $count=count($file_list);
 $nb = $count? ' ('.$count.')' : '';
 ?>
 <div id="tabber-attachments" class="tabbertab" title="<?php echo 
_('Attachments').$nb; ?>">
-<h2><?php echo _('Existing Files')._(':'); ?></h2>
 <table width="80%">
        <tr><td colspan="2">
                <?php echo _('Attach Files')._(':'); ?> <?php echo('('._('max 
upload size')._(': ').human_readable_bytes(util_get_maxuploadfilesize()).')') 
?><br />
@@ -244,7 +242,6 @@ $nb = $count? ' ('.$count.')' : '';
 </div>
 <?php } ?>
 <div id="tabber-changes" class="tabbertab" title="<?php echo _('Changes'); ?>">
-       <h2><?php echo _('Changes') ?></h2>
        <?php $ah->showHistory(); ?>
 </div>
 <?php $ah->showRelations(); ?>
diff --git a/src/common/tracker/actions/mod.php 
b/src/common/tracker/actions/mod.php
index 3b25b96..2e58a5c 100644
--- a/src/common/tracker/actions/mod.php
+++ b/src/common/tracker/actions/mod.php
@@ -260,8 +260,7 @@ foreach ($pluginsListeners as $pluginsListener) {
                <p>
                <strong><?php echo _('Post Comment')._(': ') ?><?php echo 
notepad_button('document.forms.trackermodform.details') ?></strong><br />
                <textarea id="tracker-comment" name="details" rows="7" 
cols="60" title="<?php echo 
util_html_secure(html_get_tooltip_description('comment')) ?>"></textarea></p>
-               <h2><?php echo _('Comments')._(': ');
-echo '</h2>';
+               <?php
 $ah->showMessages();
                ?>
        </td></tr>
@@ -283,7 +282,6 @@ $count=count($file_list);
 $nb = $count? ' ('.$count.')' : '';
 ?>
 <div id="tabber-attachments" class="tabbertab" title="<?php echo 
_('Attachments').$nb; ?>">
-<h2><?php echo _('Existing Files')._(':'); ?></h2>
 <table width="80%">
        <tr><td colspan="2">
         <strong><?php echo _('Attach Files')._(':'); ?></strong> <?php 
echo('('._('max upload size')._(': 
').human_readable_bytes(util_get_maxuploadfilesize()).')') ?><br />
@@ -314,7 +312,6 @@ $nb = $count? ' ('.$count.')' : '';
 </div>
 <?php } ?>
 <div id="tabber-changes" class="tabbertab" title="<?php echo _('Changes'); ?>">
-       <h2><?php echo _('Changes') ?></h2>
        <?php $ah->showHistory(); ?>
 </div>
        <?php $ah->showRelations(); ?>

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

Summary of changes:
 src/common/tracker/actions/mod-limited.php | 5 +----
 src/common/tracker/actions/mod.php         | 5 +----
 2 files changed, 2 insertions(+), 8 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