Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
3325be39
Commit
3325be39
authored
Feb 07, 2013
by
Alan Garcia
Browse files
retour auto pour aws list
parent
9072c381
Changes
1
Hide whitespace changes
Inline
Side-by-side
awstats/bureau/admin/aws_list.php
View file @
3325be39
...
...
@@ -64,7 +64,7 @@ while (list($key,$val)=each($r)) {
<tr
class=
"lst
<?php
echo
$col
;
?>
"
>
<td><input
type=
"checkbox"
class=
"inc"
id=
"del_
<?php
echo
$val
[
"id"
];
?>
"
name=
"del_
<?php
echo
$val
[
"id"
];
?>
"
value=
"
<?php
echo
$val
[
"id"
];
?>
"
/></td>
<td><div
class=
"ina"
><a
href=
"aws_edit.php?id=
<?php
echo
$val
[
"id"
]
?>
"
><img
src=
"images/edit.png"
alt=
"
<?php
__
(
"Edit"
);
?>
"
title=
"
<?php
__
(
"Edit"
);
?>
"
/>
<?php
__
(
"Edit"
);
?>
</a></div></td>
<td><label
for=
"del_
<?php
echo
$val
[
"id"
];
?>
"
class=
"retour-auto"
>
<?php
echo
$val
[
"hostname"
]
?>
</label></td>
<td
class=
'retour-auto'
><label
for=
"del_
<?php
echo
$val
[
"id"
];
?>
"
>
<?php
echo
$val
[
"hostname"
]
?>
</label></td>
<td>
<?php
echo
$val
[
"users"
]
?>
</td>
<td><div
class=
"ina"
><a
href=
"/cgi-bin/awstats.pl?config=
<?php
echo
$val
[
"hostname"
];
?>
"
><img
src=
"images/stat.png"
alt=
"
<?php
__
(
"View the statistics"
);
?>
"
/>
<?php
__
(
"View the statistics"
);
?>
</a></div></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