Sparkle as WebFTP default, fixes for WebFTP-Templates
This commit is contained in:
@@ -1,30 +1,35 @@
|
||||
<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>
|
||||
<section class="dboarditemfull bradiusodd">
|
||||
<table cellpadding="0" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="10" align="left">{t}Selected file(s){/t}:</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<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" />
|
||||
{t}Change permission to{/t}<input type="text" name="chmod" value="755" maxlength="3" size="5" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="10" align="left">
|
||||
<input name="op" type="radio" value="move" checked="checked" />
|
||||
{t}Move to{/t}<input name="move_to" type="text" id="move_to" value="{$currentDir}" size="30" />
|
||||
</td>
|
||||
</tr>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="10" align="left">
|
||||
<input type="submit" name="submit" value="{t}Do it{/t}" />
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</form>
|
||||
</section>
|
||||
</article>
|
||||
Reference in New Issue
Block a user