Files
Froxlor/templates/admin/aps/askyesno.tpl
Michael Kaufmann (d00p) 9907afe630 ininitial froxlor commit;
'reverted' old-style update-process;
removed billing-classes, -functions and -templates;
some sql-fixes;
2010-01-20 09:12:52 +00:00

24 lines
869 B
Smarty

<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable" style="border: solid 1px #B7B7B7;">
<tr>
<td width="30" valign="top" style="padding: 15px; background-color: #EBECF5;"><img src="images/info.png" alt="" /></td>
<td>
$Message
<form name="continue" action="$filename" method="post">
<input type="submit" name="answer" value="{$lng['panel']['yes']}" />
<input type="hidden" name="save" value="1"/>
<input type="hidden" name="s" value="$s"/>
<input type="hidden" name="action" value="$action"/>
$Ids
</form>
<br/>
<form name="back" action="$filename" method="post">
<input type="submit" name="submit" value="{$lng['panel']['no']}" />
<input type="hidden" name="action" value="$action"/>
<input type="hidden" name="s" value="$s"/>
</form>
<br/>
</td>
</tr>
</table>
<br/>