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  27d7479c000bc8d17109f3fbce7e2a788b5a4a1a (commit)
      from  5d321eb734b8354572d94433ff5fc7d8d4558d0d (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=27d7479c000bc8d17109f3fbce7e2a788b5a4a1a

commit 27d7479c000bc8d17109f3fbce7e2a788b5a4a1a
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Feb 9 16:52:13 2017 +0100

    Add <p>

diff --git a/src/common/tracker/views/form-updatecanned.php 
b/src/common/tracker/views/form-updatecanned.php
index e782a9f..a5c4780 100644
--- a/src/common/tracker/views/form-updatecanned.php
+++ b/src/common/tracker/views/form-updatecanned.php
@@ -43,10 +43,12 @@ if (!$acr || !is_object($acr)) {
        ?>
        <input type="hidden" name="update_canned" value="y" />
        <input type="hidden" name="id" value="<?php echo $acr->getID(); ?>" />
+       <p>
        <label for="title">
-       <strong><?php echo _('Title') . _(':') ?></strong><br />
+               <strong><?php echo _('Title') . _(':') ?></strong><br />
        </label>
        <input id="title" type="text" name="title" value="<?php echo 
$acr->getTitle(); ?>" size="80" maxlength="80" />
+       </p>
        <p>
        <label for="body">
        <strong><?php echo _('Message Body') . _(':') ?></strong><br />

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

Summary of changes:
 src/common/tracker/views/form-updatecanned.php | 4 +++-
 1 file changed, 3 insertions(+), 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