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 3bc7c0ad9ac6a116e9b3637632be5d28aba8030d (commit)
from 3bcd916e30da7b21806ce1b10e71ff8027c36d12 (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=3bc7c0ad9ac6a116e9b3637632be5d28aba8030d
commit 3bc7c0ad9ac6a116e9b3637632be5d28aba8030d
Author: Franck Villaume <[email protected]>
Date: Mon Apr 17 17:41:04 2017 +0200
fix against new css
diff --git a/src/common/docman/views/editfile.php
b/src/common/docman/views/editfile.php
index 19c0712..b888e26 100644
--- a/src/common/docman/views/editfile.php
+++ b/src/common/docman/views/editfile.php
@@ -2,7 +2,7 @@
/**
* FusionForge Documentation Manager
*
- * Copyright 2012-2016, Franck Villaume - TrivialDev
+ * Copyright 2012-2017, Franck Villaume - TrivialDev
* http://fusionforge.org
*
* This file is part of FusionForge. FusionForge is free software;
@@ -60,7 +60,7 @@ echo html_ac(html_ap() - 1);
echo html_ao('div', array('id' => 'editFile'));
echo $HTML->openForm(array('id' => 'editdocdata', 'name' => 'editdocdata',
'method' => 'post', 'enctype' => 'multipart/form-data'));
-echo $HTML->listTableTop();
+echo $HTML->listTableTop(array(), array(), 'full');
$cells = array();
$cells[] = array(_('Folder that document belongs to')._(':'), 'class' =>
'docman_editfile_title');
$cells[][] = html_e('select', array('name' => 'doc_group', 'id' =>
'doc_group'), '', false);
-----------------------------------------------------------------------
Summary of changes:
src/common/docman/views/editfile.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits