[27535] in CVS-changelog-for-Kerberos-V5
krb5 commit: Fix "search" accesskey in layout.html
daemon@ATHENA.MIT.EDU (Tom Yu)
Thu Jan 31 15:40:59 2013
Date: Thu, 31 Jan 2013 15:40:48 -0500
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201301312040.r0VKemdl005550@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/ba8a8a6b25027079ffd3e565a6e6ed450217a024
commit ba8a8a6b25027079ffd3e565a6e6ed450217a024
Author: Tom Yu <tlyu@mit.edu>
Date: Thu Jan 17 22:42:23 2013 -0500
Fix "search" accesskey in layout.html
The accesskey for the "search" link conflicted with the one for the
"contents" link.
ticket: 7559 (new)
target_version: 1.11.1
tags: pullup
doc/_templates/layout.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 5df82a5..bada10b 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -1,5 +1,5 @@
{% extends "!layout.html" %}
-{% set rellinks = [('search', 'Enter search criteria', 'C', 'Search')] +
+{% set rellinks = [('search', 'Enter search criteria', 'S', 'Search')] +
rellinks +
[('index', 'Full Table of Contents', 'C', 'Contents')] %}
{% set css_files = css_files + ["_static/kerb.css"] %}
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5