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


    [% IF data.local_templates && data.local_templates.size %]
      <div class="alert alert-warning">
          <span class="glyphicon glyphicon-info-sign"></span>
          <div class="alert-message">
            <p>[% locale.maketext('This system has the following [asis,Apache] override [numerate,_1,template,templates] installed:', data.local_templates) %]</p>
            <p>
                <ul>
                    [% FOR path = data.local_templates %]
                        <li>[% path | html %]</li>
                    [% END -%]
                </ul>
            </p>
            <p>[% locale.maketext('You [output,strong,must] keep any installed override templates up-to-date with upstream changes to [asis,cPanel]’s template files. Read the [output,url,_1,release notes,_2,_3] before you update to each new major version of [asis,cPanel amp() WHM].', 'https://go.cpanel.net/releasenotes', 'target', '_blank') %]</p>
            <p>[% locale.maketext('[asis,cPanel] strongly recommends that you use the “[comment,Include Editor][output,url,_1,_2]” instead of override templates whenever possible.', '../scripts2/editinclude', locale.maketext('Include Editor')) %]</p>
          </div>
      </div>
    [% END %]

Back to Directory File Manager