Small changes

This commit is contained in:
p1rox 2015-03-14 00:43:10 +01:00
parent e4a729ac74
commit 8c81a4cc91
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@
<tr>
<th style="min-width:800px; height:35px">Title</th>
<th style="min-width:80px">Size</th>
<th style="min-width:110px">Remove link</th>
<th style="min-width:110px">Delete link</th>
</tr>
</thead>
<tbody>

View file

@ -36,11 +36,11 @@
{
if (strpos($key['cmd'], '-x') !== false) //Music
{
echo "<li><a href=\"#\"><i class=\"fa fa-music\"></i> Elapsed download time : ".$key['time']."</a></li>";
echo "<li><a href=\"#\"><i class=\"fa fa-music\"></i> Elapsed time : ".$key['time']."</a></li>";
}
else
{
echo "<li><a href=\"#\"><i class=\"fa fa-video-camera\"></i> Elapsed download time : ".$key['time']."</a></li>";
echo "<li><a href=\"#\"><i class=\"fa fa-video-camera\"></i> Elapsed time : ".$key['time']."</a></li>";
}
}