{* $Id: template_editor.tpl 1895 2006-06-07 11:28:24Z zeke $ *} {** include fileuploader **} {include file="common_templates/file_browser.tpl"} {** /include fileuploader **} {capture name="mainbox"}
{$lang.current_path}
{$lang.show_active_skins_only}

  
{$lang.loading}

{$lang.create_file}:
{include file="buttons/button.tpl" but_text=$lang.create but_onclick="fn_te_create_file(document.getElementById('new_file').value, false);" but_type="input"}
{$lang.create_directory}:
{include file="buttons/button.tpl" but_text=$lang.create but_onclick="fn_te_create_file(document.getElementById('new_directory').value, true);" but_type="input"}
{$lang.upload_file}:
{include file="common_templates/fileuploader.tpl" var_name="uploaded_data[0]"}

{include file="buttons/button.tpl" but_text=$lang.upload but_onclick="document.upload_form.submit();" but_type="input"}


{$lang.delete}
{$lang.rename}
{$lang.restore_from_repository}
{if $smarty.const.IS_WINDOWS == false}{$lang.change_permissions}
{/if} {$lang.edit}
{$lang.download}



{/capture} {include file="common_templates/mainbox.tpl" content=$smarty.capture.mainbox title=$lang.template_editor}