welcome on board new 'Sparkle' theme and also welcome on board BNoiZe as theme maintainer (creater of Sparkle theme)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
14
templates/Sparkle/webftp/webftp_main_dir_row.tpl
vendored
Normal file
14
templates/Sparkle/webftp/webftp_main_dir_row.tpl
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<tr {$checked_color}>
|
||||
<td><input type="checkbox" name="file[]" value="{$myDir.name}" {$checked} /></td>
|
||||
<td><a href="webftp.php?action=cd&file={$myDir.name}&currentDir={$currentDir}"><img src="{$image_folder}/icons/folder.gif" align="top" border="0" /></a></td>
|
||||
<td><a href="webftp.php?action=cd&file={$myDir.name}&currentDir={$currentDir}">{$myDir.name}</a></td>
|
||||
<td align=right>{$myDir.size}</td>
|
||||
<td>{$myDir.date}</td>
|
||||
<td>{$myDir.perms}</td>
|
||||
<td>{$myDir.user}</td>
|
||||
<td>{$myDir.group}</td>
|
||||
<td><a href="webftp.php?action=deldir&file={$myDir.name}&currentDir={$currentDir}"><img src="{$image_folder}/icons/delete.png" border="0" alt="{t}Delete{/t}" /></a></td>
|
||||
<td><a href="webftp.php?action=rename&op=show&file={$myDir.name}&currentDir={$currentDir}"><img src="{$image_folder}/icons/rename.gif" border="0" alt="{t}Rename{/t}" /></a></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user