Commit 120b0de2 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #1223 New tab system

Showing with 9 additions and 26 deletions
+9 -26
{literal}<?xml version="1.0"?>{/literal}
<conf configVersion="{$config_checksum}" >
<!-- Tab definitions *******************************************************
Tab definitions define the sub plugins which get included for certain
tabbed dialogs. If you change something here, never (!) remove the
primary (the first) "tab" tag which is defined. Most tabbed dialogs
need a primary plugin.
"*tab" should be looked for by a defined plugin. This one will take
every "tab" defined "class" and will show it inside of a tabbed dialog
with the header defined in "name".
<!-- Services **************************************************************
Old services that are not based on simpleService needs to be listed here
-->
<serverservice>
<tab class="goMailServer" />
<tab class="serviceKolab" />
<tab class="goNtpServer" />
<tab class="serviceRepository" />
<tab class="goImapServer" />
<tab class="goFaxServer" />
<tab class="goFonServer" />
<tab class="goCupsServer" />
<tab class="goKioskService" />
<tab class="goTerminalServer" />
<tab class="goLdapServer" />
<tab class="goShareServer" />
<tab class="gospamserver" />
<tab class="govirusserver" />
<tab class="serviceDHCP" />
<tab class="serviceDNS" />
<tab class="quotaService" />
<tab class="serviceRepository" />
<tab class="serviceKiosk" />
<tab class="serviceLDAP" />
<tab class="serviceShare" />
<tab class="serviceDHCP" />
<tab class="serviceDNS" />
<tab class="serviceQuota" />
</serverservice>
<!-- Main section **********************************************************
......
  • bmortier @bmortier

    mentioned in issue #461

    By Côme Chilliet on 2017-09-02T14:48:09 (imported from GitLab)

    ·

    mentioned in issue #461

    By Côme Chilliet on 2017-09-02T14:48:09 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment