diff --git a/ChangeLog b/ChangeLog
index 97225bc21f0..39d6381463b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,10 +25,12 @@ For users:
a list of thirdparty types specific to a country (like argentina that
need type A or B).
- New: Can force a specific bank account onto an invoice/order.
-- New: First changes for accessibility.
- New: Home page of project area shows list of draft project (like other main page).
- New: Can search on project ref or string from project main page (like other main page).
-- New: Differentiate text and img for better accessibility.
+- New: First change to match accessibility rules: http://www.w3.org/TR/WCAG10-HTML-TECHS/
+ Differentiate text and img.
+ Use label into quick search form.
+ Use accesskey on form search.
- Fix: [ bug #1487 ] PAYMENT_DELETE trigger does not intercept trigger action
- Fix: [ bug #1470, #1472, #1473] User trigger problem
- Fix: [ bug #1489, #1491 ] Intervention trigger problem
diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 17ed437c7a7..ed0adef5dcc 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -957,8 +957,8 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
//print '';
//print '';
print "\n";
- if (! empty($conf->global->MAIN_USE_CACHE_MANIFEST)) print ''."\n";
- else print ''."\n";
+ if (! empty($conf->global->MAIN_USE_CACHE_MANIFEST)) print ''."\n";
+ else print ''."\n";
//print ''."\n";
if (empty($disablehead))
{
@@ -1443,9 +1443,7 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
{
$logouthtmltext.=$langs->trans("Logout").' ';
- $logouttext .='';
$logouttext .= img_picto($langs->trans('Logout').":".$langs->trans('Logout'), 'logout.png', 'class="login"', 0, 0, 1);
$logouttext .='';
}
@@ -1456,7 +1454,6 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
}
print '
'."\n";
- //print '
';
$toprightmenu.='
';
// Add login user link
@@ -1491,7 +1488,6 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
print $toprightmenu;
- //print '