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.0 has been updated
via f43cb5ea9501a1bdc051ed6ca955d54e430620d7 (commit)
from 2189b2876d1d46c86f62985138ebebc472aa7456 (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 f43cb5ea9501a1bdc051ed6ca955d54e430620d7
Author: Franck Villaume <[email protected]>
Date: Tue Jun 9 20:46:45 2015 +0200
fix [#776]: add submit button at bottom on edit artifact form
diff --git a/src/common/tracker/actions/detail.php
b/src/common/tracker/actions/detail.php
index 6ef6ef8..f77ffec 100644
--- a/src/common/tracker/actions/detail.php
+++ b/src/common/tracker/actions/detail.php
@@ -229,6 +229,15 @@ $nb = $count? ' ('.$count.')' : '';
</div>
<?php $ah->showRelations(); ?>
</div>
+<?php if (session_loggedin()) { ?>
+ <table class="fullwidth">
+ <tr>
+ <td>
+ <input type="submit" name="submit" value="<?php
echo _('Save Changes') ?>" />
+ </td>
+ </tr>
+ </table>
+<?php } ?>
</form>
<?php
diff --git a/src/common/tracker/actions/mod-limited.php
b/src/common/tracker/actions/mod-limited.php
index daeee99..2c1ef19 100644
--- a/src/common/tracker/actions/mod-limited.php
+++ b/src/common/tracker/actions/mod-limited.php
@@ -254,6 +254,15 @@ $nb = $count? ' ('.$count.')' : '';
</div>
<?php $ah->showRelations(); ?>
</div>
+<?php if (session_loggedin()) { ?>
+ <table class="fullwidth">
+ <tr>
+ <td>
+ <input type="submit" name="submit" value="<?php
echo _('Save Changes') ?>" />
+ </td>
+ </tr>
+ </table>
+<?php } ?>
</form>
<?php
diff --git a/src/common/tracker/actions/mod.php
b/src/common/tracker/actions/mod.php
index e1cef02..5796986 100644
--- a/src/common/tracker/actions/mod.php
+++ b/src/common/tracker/actions/mod.php
@@ -319,6 +319,15 @@ $nb = $count? ' ('.$count.')' : '';
</div>
<?php $ah->showRelations(); ?>
</div>
+<?php if (session_loggedin()) { ?>
+ <table class="fullwidth">
+ <tr>
+ <td>
+ <input type="submit" name="submit" value="<?php
echo _('Save Changes') ?>" />
+ </td>
+ </tr>
+ </table>
+<?php } ?>
</form>
<?php
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/detail.php | 9 +++++++++
src/common/tracker/actions/mod-limited.php | 9 +++++++++
src/common/tracker/actions/mod.php | 9 +++++++++
3 files changed, 27 insertions(+)
diff --git a/src/common/tracker/actions/detail.php
b/src/common/tracker/actions/detail.php
index 6ef6ef8..f77ffec 100644
--- a/src/common/tracker/actions/detail.php
+++ b/src/common/tracker/actions/detail.php
@@ -229,6 +229,15 @@ $nb = $count? ' ('.$count.')' : '';
</div>
<?php $ah->showRelations(); ?>
</div>
+<?php if (session_loggedin()) { ?>
+ <table class="fullwidth">
+ <tr>
+ <td>
+ <input type="submit" name="submit" value="<?php
echo _('Save Changes') ?>" />
+ </td>
+ </tr>
+ </table>
+<?php } ?>
</form>
<?php
diff --git a/src/common/tracker/actions/mod-limited.php
b/src/common/tracker/actions/mod-limited.php
index daeee99..2c1ef19 100644
--- a/src/common/tracker/actions/mod-limited.php
+++ b/src/common/tracker/actions/mod-limited.php
@@ -254,6 +254,15 @@ $nb = $count? ' ('.$count.')' : '';
</div>
<?php $ah->showRelations(); ?>
</div>
+<?php if (session_loggedin()) { ?>
+ <table class="fullwidth">
+ <tr>
+ <td>
+ <input type="submit" name="submit" value="<?php
echo _('Save Changes') ?>" />
+ </td>
+ </tr>
+ </table>
+<?php } ?>
</form>
<?php
diff --git a/src/common/tracker/actions/mod.php
b/src/common/tracker/actions/mod.php
index e1cef02..5796986 100644
--- a/src/common/tracker/actions/mod.php
+++ b/src/common/tracker/actions/mod.php
@@ -319,6 +319,15 @@ $nb = $count? ' ('.$count.')' : '';
</div>
<?php $ah->showRelations(); ?>
</div>
+<?php if (session_loggedin()) { ?>
+ <table class="fullwidth">
+ <tr>
+ <td>
+ <input type="submit" name="submit" value="<?php
echo _('Save Changes') ?>" />
+ </td>
+ </tr>
+ </table>
+<?php } ?>
</form>
<?php
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits