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:
26
templates/Sparkle/webftp/webftp_main_prompt.tpl
vendored
Normal file
26
templates/Sparkle/webftp/webftp_main_prompt.tpl
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.Stil1 {
|
||||
color: #FF0000;
|
||||
font-weight: bold;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<table cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td colspan="10" align="left"><span class="Stil1">{$action_text|escape:'htmlall'|nl2br}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="10" align="left">
|
||||
<input type="hidden" name="chmod" value="{$chmod}" />
|
||||
<input type="hidden" name="move_to" value="{$move_to}" />
|
||||
<input type="hidden" name="action" value="multiple">
|
||||
<input type="hidden" name="op" value="{$op}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="10" align="left"><input type="submit" name="yes" value="{t}Yes{/t}"><input type="submit" name="no" value="{t}No{/t}"></td>
|
||||
</tr>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
Reference in New Issue
Block a user