Code

Updated statistics to use over time data
[gosa.git] / gosa-core / setup / setup_schema.tpl
1 <h3>{t}Schema specific settings{/t}</h3>
3 {if !$checkFailed}
4  <font style="color:green">{t}Schema check succeeded{/t}</font>
5 {else}
6  <img alt='' src='images/small_warning.png' class='center'>
7  <font style="color:red">{t}Schema check failed{/t}</font>
9  {if $ocCount == 0}
10   <p>
11    {t}Could not read any schema information, all checks skipped. Adjust your LDAP ACLs.{/t}
12    {if !$database_initialised}
13     {t}It seems that your LDAP database wasn't initialized yet. This maybe the reason, why GOsa can't read your schema configuration!{/t}
14    {/if}
15   </p>
16  {else}
17   {$message}
18  {/if}
19 {/if}
22 <input type='hidden' value='1' name='step7_posted'>