{include file="common/head.tpl.html" html5=true}
{$lang.addon_addon_label} {$addon_name}
{help->link name="admin_addons" class="help-explorer"}
{if $addon_installed} {foreach from=$options item='opt'} {/foreach}
{$opt.name} {if $opt.type=='string'} {html->input_text name=$opt.name value=$opt.default} {/if}
{else}
{cssbutton->click name="install" string=$lang.addon_install script="parent.ajax.exec('admin_addons', 'ajax_install_addon_dir', '`$addon_prefix`')"}
{/if}
{include file="common/foot.tpl.html"}