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

[% USE HTMLOptions; %]
<style>
.nomargin { margin: 0; }
</style>
<div class="option_box nomargin" id="cluster_user_selector_container">
  <form id="masquerade">
    <h4>
    [% locale.maketext('Managing DNS Cluster as:') %]
    <select id="masquerade_select" name="cluster_user">
       [%- data.users_with_clustering.sort.options_as_html( {
            'value' => 'user',
            'text'  => 'user',
            'selected' => data.cluster_user
       } ) -%]
    </select>
    <input id="masquerade_submit" type="submit" class="btn-primary" value="[% locale.maketext('Change') %]">
    </h4>
  </form>
</div>
Back to Directory File Manager