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 d00d3e0560548f15c8c5e6af088e3c6d81398f6e (commit)
from eea27db1412e0a48973f20fc5c45b07b4d343508 (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=d00d3e0560548f15c8c5e6af088e3c6d81398f6e
commit d00d3e0560548f15c8c5e6af088e3c6d81398f6e
Author: Marc-Etienne Vargenau <[email protected]>
Date: Wed Mar 15 13:16:35 2017 +0100
Use CSS
diff --git a/src/www/admin/userlist.php b/src/www/admin/userlist.php
index 27dc93e..0e2d2ce 100644
--- a/src/www/admin/userlist.php
+++ b/src/www/admin/userlist.php
@@ -128,25 +128,25 @@ function show_users_list($users, $filter = '', $sortorder
= 'realname', $start,
if ($u->getStatus() != 'D') {
$nextcell =
util_make_link('/developer/?form_dev='.$u->getID(),_('User Profile'));
} else {
- $nextcell = '<s>'._('User Profile').'</s>';
+ $nextcell = '<span class="strike">'._('User
Profile').'</span>';
}
$cells[] = array($nextcell, 'width' => '15%', 'class' =>
'align-center');
if ($u->getStatus() != 'A') {
$nextcell =
util_make_link('/admin/userlist.php?action=activate&user_id='.$u->getID().$filter,_('Activate'));
} else {
- $nextcell = '<s>'._('Activate').'</s>';
+ $nextcell = '<span
class="strike">'._('Activate').'</span>';
}
$cells[] = array($nextcell, 'width' => '15%', 'class' =>
'align-center');
if ($u->getStatus() != 'D') {
$nextcell =
util_make_link('/admin/userlist.php?action=delete&user_id='.$u->getID().$filter,_('Delete'));
} else {
- $nextcell = '<s>'._('Delete').'</s>';
+ $nextcell = '<span
class="strike">'._('Delete').'</span>';
}
$cells[] = array($nextcell, 'width' => '15%', 'class' =>
'align-center');
if ($u->getStatus() != 'S') {
$nextcell =
util_make_link('/admin/userlist.php?action=suspend&user_id='.$u->getID().$filter,_('Suspend'));
} else {
- $nextcell = '<s>'._('Suspend').'</s>';
+ $nextcell = '<span
class="strike">'._('Suspend').'</span>';
}
$cells[] = array($nextcell, 'width' => '15%', 'class' =>
'align-center');
$cells[] =
array(util_make_link('/admin/passedit.php?user_id='.$u->getID().$filter,_('Change
Password')), 'width' => '12%', 'class' => 'align-center');
-----------------------------------------------------------------------
Summary of changes:
src/www/admin/userlist.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits