Sparkle as WebFTP default, fixes for WebFTP-Templates
This commit is contained in:
52
templates/Sparkle/webftp/webftp_main_prompt.tpl
vendored
52
templates/Sparkle/webftp/webftp_main_prompt.tpl
vendored
@@ -1,26 +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>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.Stil1 {
|
||||
color: #FF0000;
|
||||
font-weight: bold;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<table cellpadding="0" cellspacing="0" class="bradius">
|
||||
<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