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.1 has been updated
via 9f654906f6d911a092040b5fdcbf66af024a637f (commit)
from 830fa3ca9fa3e68deafb3af4dd186aba7a2cd232 (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=9f654906f6d911a092040b5fdcbf66af024a637f
commit 9f654906f6d911a092040b5fdcbf66af024a637f
Author: Franck Villaume <[email protected]>
Date: Wed Nov 22 09:43:34 2017 +0000
fix icon size for forum admin actions
diff --git a/src/common/forum/ForumAdmin.class.php
b/src/common/forum/ForumAdmin.class.php
index 0446baf..32913ee 100644
--- a/src/common/forum/ForumAdmin.class.php
+++ b/src/common/forum/ForumAdmin.class.php
@@ -56,14 +56,14 @@ class ForumAdmin extends FFError {
*/
function
PrintAdminMessageOptions($msg_id,$group_id,$thread_id=0,$forum_id=0,$return_to_message=0)
{
- $return =
util_make_link('/forum/admin/?movethread='.$thread_id.'&msg_id='.$msg_id.'&group_id='.$group_id.'&forum_id='.$forum_id.'&return_to_message='.$return_to_message,
html_image('ic/forum_move.png', 37, 15, array('alt' => _('Move Thread'))));
+ $return =
util_make_link('/forum/admin/?movethread='.$thread_id.'&msg_id='.$msg_id.'&group_id='.$group_id.'&forum_id='.$forum_id.'&return_to_message='.$return_to_message,
html_image('ic/forum_move.png', 16, 18, array('alt' => _('Move Thread'))));
// Following code (if ...) is to keep old implementation but
need to be cleaned
if ($return_to_message) {
$thread_id = 0;
}
- $return .=
util_make_link('/forum/admin/?editmsg='.$msg_id.'&group_id='.$group_id.'&thread_id='.$thread_id.'&forum_id='.$forum_id,
html_image('ic/forum_edit.png', 37, 15, array('alt' => _("Edit"))));
+ $return .=
util_make_link('/forum/admin/?editmsg='.$msg_id.'&group_id='.$group_id.'&thread_id='.$thread_id.'&forum_id='.$forum_id,
html_image('ic/forum_edit.png', 16, 18, array('alt' => _("Edit"))));
$return .=
util_make_link('/forum/admin/?deletemsg='.$msg_id.'&group_id='.$group_id.'&thread_id='.$thread_id.'&forum_id='.$forum_id,
html_image('ic/forum_delete.png', 16, 18, array('alt'=>_("Delete"))));
// $return .= "<br />";
return $return;
-----------------------------------------------------------------------
Summary of changes:
src/common/forum/ForumAdmin.class.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