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_file_row.tpl
vendored
Normal file
14
templates/Sparkle/webftp/webftp_main_file_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=get&file={$myDir.name}&currentDir={$currentDir}"><img src="{$image_folder}/icons/file.gif" align="top" border="0" /></a></td>
|
||||
<td><a href="webftp.php?action=get&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=delfile&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}¤tDir={$currentDir}"><img src="{$image_folder}/icons/rename.gif" border="0" alt="{t}Rename{/t}"></a></td>
|
||||
<td>{if $editable}<a href="webftp.php?action=edit&op=open&file={$myDir.name}&currentDir={$currentDir}"><img src="{$image_folder}/icons/edit.png" border="0" alt="{t}Edit{/t}"></a>{/if}</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user