31 lines
854 B
Smarty
31 lines
854 B
Smarty
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/aps_big.png" alt="" />
|
|
{$lng['aps']['specialoptions']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section class="midform midformaps_2 bradius">
|
|
|
|
<form action="$filename" method="post" enctype="application/x-www-form-urlencoded">
|
|
<fieldset>
|
|
<legend>Froxlor - {$lng['aps']['specialoptions']}</legend>
|
|
<p>
|
|
<strong>{$lng['admin']['phpsettings']['actions']}</strong>
|
|
</p>
|
|
<p class="submit">
|
|
<input type="hidden" name="s" value="$s" />
|
|
<input type="hidden" name="action" value="$action" />
|
|
<input type="hidden" name="page" value="$page" />
|
|
<input type="hidden" name="save" value="save" />
|
|
<input type="submit" name="downloadallpackages" value="{$lng['aps']['downloadallpackages']}" />
|
|
</p>
|
|
</fieldset>
|
|
</form>
|
|
|
|
</section>
|
|
|
|
</article>
|
|
|