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 e3750012515f4c0a8b84a9a22e10c6c8d3da4b82 (commit)
from 5eb81c3fbca7f05302f6acbe1f302537ff424a0d (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=e3750012515f4c0a8b84a9a22e10c6c8d3da4b82
commit e3750012515f4c0a8b84a9a22e10c6c8d3da4b82
Author: Franck Villaume <[email protected]>
Date: Wed May 3 20:24:19 2017 +0200
remove useless p, fix HTML syntax, be more specific in text
diff --git a/src/common/docman/views/listfile.php
b/src/common/docman/views/listfile.php
index 9612bf4..4ca788f 100644
--- a/src/common/docman/views/listfile.php
+++ b/src/common/docman/views/listfile.php
@@ -371,7 +371,6 @@ if (isset($nested_docs[$dirid]) &&
is_array($nested_docs[$dirid])) {
echo $HTML->multiTableRow(array(), $cells);
}
echo $HTML->listTableBottom();
- echo html_ao('p');
echo html_ao('span', array('id' => 'massactionactive', 'class' =>
'hide'));
echo html_e('span', array('id' => 'docman-massactionmessage', 'title'
=> _('Actions availables for selected documents, you need to check at least one
document to get actions')), _('Mass actions for selected documents')._(':'),
false);
if (forge_check_perm('docman', $ndg->Group->getID(), 'approve')) {
@@ -385,7 +384,7 @@ if (isset($nested_docs[$dirid]) &&
is_array($nested_docs[$dirid])) {
}
}
echo util_make_link('#',
html_image('docman/download-directory-zip.png', 22, 22, array('alt' =>
_('Download as a ZIP'))) , array('onclick' =>
'window.location.href=\''.util_make_uri('/docman/view.php/'.$g->getID().'/zip/selected/'.$dirid.'/\'+controllerListFile.buildUrlByCheckbox("active")'),
'title' => _('Download as a ZIP')), true);
- echo html_ac(html_ap() - 3);
+ echo html_ac(html_ap() - 2);
if (forge_check_perm('docman', $ndg->Group->getID(), 'approve') &&
session_loggedin()) {
echo html_ao('div', array('class' => 'docman_div_include hide',
'id' => 'movefile'));
include ($gfcommon.'docman/views/movefile.php');
diff --git a/src/common/docman/views/movefile.php
b/src/common/docman/views/movefile.php
index 8c9ce57..1bb370f 100644
--- a/src/common/docman/views/movefile.php
+++ b/src/common/docman/views/movefile.php
@@ -47,8 +47,7 @@ if (!forge_check_perm('docman', $g->getID(), 'approve')) {
echo html_ao('div', array('class' => 'docmanDivIncluded'));
echo $HTML->openForm(array('name' => 'movefile', 'action' => $actionurl,
'method' => 'post'));
echo html_e('input', array('type' => 'hidden', 'name' => 'fileid', 'id' =>
'movefileinput'));
-echo html_e('p', array(), _('Move files to').
- $dm->showSelectNestedGroups($dgf->getNested(array(1,
5)), 'moveto_dirid', false).
- html_e('input', array('type' => 'submit', 'value' =>
_('Go'), 'name' => 'submit')));
+echo html_e('span', array(), _('Move selected files
to')).$dm->showSelectNestedGroups($dgf->getNested(array(1, 5)), 'moveto_dirid',
false).
+ html_e('input', array('type' => 'submit', 'value' =>
_('Go'), 'name' => 'submit'));
echo $HTML->closeForm();
echo html_ac(html_ap() - 1);
-----------------------------------------------------------------------
Summary of changes:
src/common/docman/views/listfile.php | 3 +--
src/common/docman/views/movefile.php | 5 ++---
2 files changed, 3 insertions(+), 5 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits