Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/clonetheme.tmpl
[% WRAPPER 'master_templates/master.tmpl' theme="yui"
breadcrumburl = '/scripts/thememanager_landing'
-%]
[% IF !data.theme_exists -%]
Sorry, that theme does not exist.
[% ELSE -%]
Cloning <img src="/images/[% data.image %]" align="absmiddle"> theme: [% data.theme FILTER html %]<br />
<form action="[% cp_security_token %]/scripts/doclonetheme" method="POST">
<input type="hidden" name="theme" value="[% data.theme FILTER html %]" />
<input type="hidden" name="themetype" value="[% data.themetype %]" />
Please enter a name for the new theme: <input type="text" name="newtheme" />
<input type="submit" class="btn-primary" value="Submit" />
</form>
[% PROCESS '_returnlink.tmpl' url="${cp_security_token}/scripts/thememanager?app=${themetype}" -%]
[% END -%]
[% END -%]
Back to Directory
File Manager