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

[%# This file is generated automatically.
Do not edit it manually; instead, edit the /usr/local/cpanel/whostmgr/docroot/themes/x/dynamicui.conf file. -%]
[% WRAPPER 'master_templates/master.tmpl'
    theme="bootstrap"
    app_key="multi_account_functions"
 -%]
[% USE Whostmgr -%]
[% USE JSON -%]
[% USE EasyApache -%]
[% USE VarCache -%]
[% USE ServerRoles -%]
[% USE Services -%]
[% USE CPOS -%]

[% varcache.set('checkacl_all',Whostmgr.checkacl('all')); %]
[% varcache.set('dnsonly',Whostmgr.dnsonly()); %]

                <div id="iconSea" class="panel-body icon-container-body">
[% IF (varcache.checkacl_all) && !varcache.dnsonly && Whostmgr.minimum_accounts_needed(2) && Whostmgr.has_multiuser() -%]
    [% varcache.set('locale_str',locale.makevar("Change Multiple Sites’ IP Addresses")) %]<div class="item" data-page-type="feature">
        <a class="item-link" href="[% cp_security_token %]/scripts2/multichangeip" target="" title='[% varcache.locale_str -%]'>
            <img class="itemImageWrapper" src="[% Whostmgr.get_icon_url('icons/change_multiple_sites_ip_addresses.svg') %]" alt="[% varcache.locale_str -%]" />
            <span class="itemTextWrapper">[% varcache.locale_str -%]</span>
        </a>
    </div>
[% END %]

[% IF (Whostmgr.checkacl('upgrade-account') || varcache.checkacl_all) && !varcache.dnsonly && Whostmgr.minimum_accounts_needed(2) && Whostmgr.has_multiuser() -%]
    [% varcache.set('locale_str',locale.makevar("Modify/Upgrade Multiple Accounts")) %]<div class="item" data-page-type="feature">
        <a class="item-link" href="[% cp_security_token %]/scripts2/massmodify" target="" title='[% varcache.locale_str -%]'>
            <img class="itemImageWrapper" src="[% Whostmgr.get_icon_url('icons/modify_upgrade_multiple_accounts.svg') %]" alt="[% varcache.locale_str -%]" />
            <span class="itemTextWrapper">[% varcache.locale_str -%]</span>
        </a>
    </div>
[% END %]
</div>
[% END -%]
Back to Directory File Manager