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 8726c921fa1904caf8ab180db4dbf25150e681fa (commit)
from 4ab6ff5322d7f61f01f1e0b1fb31ad42a5ad2b03 (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=8726c921fa1904caf8ab180db4dbf25150e681fa
commit 8726c921fa1904caf8ab180db4dbf25150e681fa
Author: Franck Villaume <[email protected]>
Date: Tue Aug 15 17:45:18 2017 +0200
fix html in forum display selection
diff --git a/src/www/forum/forum.php b/src/www/forum/forum.php
index b78abae..cea5aba 100644
--- a/src/www/forum/forum.php
+++ b/src/www/forum/forum.php
@@ -178,15 +178,15 @@ if ($forum_id) {
$options_popup=html_build_select_box_from_arrays
($vals,$texts,'style',$style,false);
//create a pop-up select box showing options for max_row count
- $vals=array(25,50,75,100);
- $texts=array(_('Show').' 25',_('Show').' 50',_('Show').'
75',_('Show').' 100');
+ $vals = array(25, 50, 75, 100);
+ $texts = array(_('Show').' 25',_('Show').' 50',_('Show').'
75',_('Show').' 100');
- $max_row_popup=html_build_select_box_from_arrays
($vals,$texts,'max_rows',$max_rows,false);
+ $max_row_popup = html_build_select_box_from_arrays
($vals,$texts,'max_rows',$max_rows,false);
//now show the popup boxes in a form
- echo $HTML->openForm(array('action' => getStringFromServer('PHP_SELF'),
'method' => 'get'));
- $ret_val = '
+ $ret_val = $HTML->openForm(array('action' =>
getStringFromServer('PHP_SELF'), 'method' => 'get'));
+ $ret_val .= '
<table>
<tr><td>
<input type="hidden" name="set" value="custom" />
@@ -197,7 +197,7 @@ if ($forum_id) {
_('Change View').'" />
</td></tr>
</table>';
- echo $HTML->closeForm();
+ $ret_val .= $HTML->closeForm();
$am = new AttachManager();
$ret_val .= $am->PrintHelperFunctions();
-----------------------------------------------------------------------
Summary of changes:
src/www/forum/forum.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits