Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
peupleLà
osTicket-1.8
Commits
4cb67bfc
Commit
4cb67bfc
authored
Sep 19, 2014
by
peupleLà
Browse files
Trad : scp/groups.php
parent
5769d088
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/staff/apikeys.inc.php
View file @
4cb67bfc
...
...
@@ -77,7 +77,7 @@ else
<?php
echo
$sel
?
'checked="checked"'
:
''
;
?>
>
</td>
<td>
<a
href=
"apikeys.php?id=
<?php
echo
$row
[
'id'
];
?>
"
>
<?php
echo
Format
::
htmlchars
(
$row
[
'apikey'
]);
?>
</a></td>
<td>
<?php
echo
$row
[
'ipaddr'
];
?>
</td>
<td>
<?php
echo
$row
[
'isactive'
]
?
'Active'
:
'<b>D
i
sa
bled
</b>'
;
?>
</td>
<td>
<?php
echo
$row
[
'isactive'
]
?
'Active'
:
'<b>D
é
sa
ctivée
</b>'
;
?>
</td>
<td>
<?php
echo
Format
::
db_date
(
$row
[
'created'
]);
?>
</td>
<td>
<?php
echo
Format
::
db_datetime
(
$row
[
'updated'
]);
?>
</td>
</tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment