Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/transfererrors.tmpl

<table>
<tr><th><strong>Errors:</strong></th></tr>

[% FOREACH error IN data.errors %]
<tr>
  <td>&nbsp;</td>
  <td><div class="errormsg">[% error FILTER html %]</div></td>
</tr>
[% END%]
</table>
Back to Directory File Manager