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

[% SET breadcrumburl = '/scripts2/statres' -%]
[% IF ! data.reseller -%]
[% PROCESS 'master_templates/_defheader.tmpl' theme="yui" -%]
<b>No reseller provided.</b>
[% PROCESS 'master_templates/_deffooter.tmpl' theme="yui" -%]
[% ELSE -%]
[% PROCESS 'master_templates/_defheader.tmpl' theme="yui" -%]
<h3 class="simpleheading">[% data.un ? 'Unsuspend' : 'Suspend' %] accounts for [% data.reseller %]</h3>
<pre>
[% print_from_handle( data.filehandle ); -%]
</pre>
<br />
<h3>Complete!</h3>
[% PROCESS 'master_templates/_deffooter.tmpl' theme="yui" -%]
[% END -%]
Back to Directory File Manager