summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 17445e2)
raw | patch | inline | side by side (parent: 17445e2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 12:49:19 +0000 (12:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 12:49:19 +0000 (12:49 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18754 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/setup/setup_frame.tpl | patch | blob | history | |
gosa-core/setup/setup_ldap.tpl | patch | blob | history |
index 11323af144fb46fbb2043abdc0ec4afb30391012..e3d1673a46d05b439200ceddfede1788090471a5 100644 (file)
{$php_errors}
<div class='title-bar'>
<ul>
- <li><img src='themes/default/images/logo.png'></li>
+ <li><img src='themes/default/images/logo.png' alt='GOsa'></li>
<li>{t}GOsa setup wizard{/t}</li>
<li>{$version}</li>
</ul>
index 91ad96ee57d87005420021218cc007ba5d332163..b9a6beeed289d249016b9d22aefdd6888e69b627 100644 (file)
{else}
<b>{t}LDAP connection{/t}</b>
- <table style='width:100%'>
+ <table style='width:100%' summary='{t}LDAP connection{/t}'>
<tr>
<td style='width:200px;'>{t}Location name{/t}</td>
<td><input type='text' name='location' maxlength='80' size='40' value='{$location}'></td>
<hr>
<b>{t}Authentication{/t}</b>
- <table style='width:100%'>
+ <table style='width:100%' summary='{t}Authentication{/t}'>
<tr>
<td style='width:200px;'>{t}Admin DN{/t}</td>
<td>
<hr>
<b>{t}Schema based settings{/t}</b>
- <table style='width:100%'>
+ <table style='width:100%' summary='{t}Schema based settings{/t}'>
<tr>
<td style='width:200px;'>{t}Use rfc2307bis compliant groups{/t}</td>
<td>
{if !$resolve_user}
<hr>
<b>{t}Current status{/t}</b>
- <table style='width:100%'>
+ <table style='width:100%' summary='{t}Current status{/t}'>
<tr>
<td style='width:200px;'>{t}Information{/t}</td>
<td>{$connection_status}</td>