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:
30
templates/Sparkle/webftp/webftp_main_multiple.tpl
vendored
Normal file
30
templates/Sparkle/webftp/webftp_main_multiple.tpl
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<table cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td colspan="10" align="left">{t}Selected file(s){/t}:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="10" align="left">
|
||||
<input type="radio" name="op" value="delete" />{t}Delete{/t}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="10" align="left">
|
||||
<input name="op" type="radio" value="chmod" />
|
||||
<input type="text" name="chmod" value="755" maxlength="3" size="5" />{t}Change permission to{/t}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="10" align="left">
|
||||
<input name="op" type="radio" value="move" checked="checked" />
|
||||
<input name="move_to" type="text" id="move_to" value="{$currentDir}" size="30" />{t}Move to{/t}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="10" align="left">
|
||||
<input type="submit" name="submit" value="{t}Do it{/t}" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</section>
|
||||
</article>
|
||||
Reference in New Issue
Block a user