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 190a7b4473f821c13a586694f837c3b2658559d0 (commit)
from 495ef4c6c7f384d696bd275a661fe5a2f170314f (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=190a7b4473f821c13a586694f837c3b2658559d0
commit 190a7b4473f821c13a586694f837c3b2658559d0
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