{* Smarty template *}
{assign var="fieldCycleName" value="global_properties"}
{include file="form_errors.tpl"}
{buildUrl action='flushServerCache' assign='flushServerCacheUrl'}
{message key='globalOperation.flushAllCache' assign='flushServerCacheMsg'}
<form {$form.attributes}>
<table cellpadding="0" cellspacing="0" border="0" class="modificationTable">
<tr>
<th>
{$form.maxImageWidth.label}
</th>
<td>
{$form.maxImageWidth.html}
</td>
</tr>
<tr>
<th>
{$form.maxImageHeight.label}
</th>
<td>
{$form.maxImageHeight.html}
</td>
</tr>
<tr>
<th>
{$form.thumbnailWidth.label}
</th>
<td>
{$form.thumbnailWidth.html}
</td>
</tr>
<tr>
<th>
{$form.thumbnailHeight.label}
</th>
<td>
{$form.thumbnailHeight.html}
</td>
</tr>
<tr>
<th>
{$form.pageCacheMaxAge.label}
</th>
<td>
{$form.pageCacheMaxAge.html}
</td>
</tr>
<tr>
<th>
{$form.resourceCacheMaxAge.label}
</th>
<td>
{$form.resourceCacheMaxAge.html}
</td>
</tr>
<tr>
<td colspan="2">{button url=$flushServerCacheUrl class='form_button' title=$flushServerCacheMsg}</td>
</tr>
</table>
{$form.submit.html}
{$form.cancel.html}
</form>
{include file="bottom_buttons.tpl"}
{include file="bottom_links.tpl"}