Show admin_body_misc.html syntax highlighted
{if count($errors)}
{include file="block_errors.html" errtitle="<#There were errors in your input#>"}
{/if}
{if $success}
<div class="text" style="width: 400px; color: darkgreen; background-color: #CCFFCC; border: 2px solid black; padding: 10px;">
{$success}
</div><br>
{/if}
<form name="editform1" action="{$PHP_SELF}?a={$adminpage}" style="margin: 0" method="POST">
<input name="ref" value="{$REQUEST.ref|escape}" type="hidden">
<table width="100%" border="0" cellpadding="1" cellspacing="0" class="tbl-frame1">
<tr><td><table width="100%" border="0" cellpadding="5" cellspacing="0" class="tbl-shade1">
<tr><td class="text" align="left">
<font class="text-hdr"><#Miscellaneous Controls#></font>
<table width="100%" border="0" cellpadding="1" cellspacing="0" class="tbl-frame1">
<tr><td><table width="100%" border="0" cellpadding="0" cellspacing="0" class="tbl-shade4">
<tr><td class="text">
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td width="25%" class="tbl-shade3 text" valign="middle">
<input name="clearthemes" type="submit" value="<#Clear Compiled Themes#>" class="btn">
</td>
<td width="75%" class="tbl-shade2 text" align="left" valign="top">
<#ADMIN_MISC_CLEARTHEMES_BLURB#>
{*
Clearing the compiled themes will delete all compiled theme files. Theme files are then recompiled automatically.<br>
The only time you need to do this is if you're experiencing problems with your theme not displaying some
elements correctly because you've just made some changes to the theme or language files.
*}
</td>
</tr>
</table>
</td></tr>
</table></td></tr>
</table>
</td></tr>
</table>
</td></tr></table>
</form>
See more files for this project here