This commit is contained in:
Ralf Becker 2006-06-22 21:14:39 +00:00
parent 12e821b883
commit c28dfbcf37

View File

@ -38,7 +38,7 @@
<tr class="row_on"> <tr class="row_on">
<td>&nbsp;{lang_Account_repository}:</td> <td>&nbsp;{lang_Account_repository}:</td>
<td> <td>
<b><script>document.write('{value_account_reposiory}' == 'ldap' || '{value_account_reposiory}' == '' && '{value_auth_type}' == 'ldap' ? 'LDAP' : 'SQL');</script></b> <b><script>document.write('{value_account_repository}' == 'ldap' || '{value_account_repository}' == '' && '{value_auth_type}' == 'ldap' ? 'LDAP' : 'SQL');</script></b>
({lang_Can_be_changed_via_Setup_>>_Configuration}) ({lang_Can_be_changed_via_Setup_>>_Configuration})
</td> </td>
</tr> </tr>