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:
Michael Kaufmann (d00p)
2013-10-01 15:21:35 +02:00
parent ecdb9ddbdc
commit 38a53e49fd
390 changed files with 7923 additions and 0 deletions

View 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>