homepage/devel/en_US startpage.xml,1.2,1.3

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Dec 28 22:25:42 UTC 2007


Author: pfrields

Update of /cvs/docs/homepage/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8478/devel/en_US

Modified Files:
	startpage.xml 
Log Message:
Give startpage search field focus (#426924)


Index: startpage.xml
===================================================================
RCS file: /cvs/docs/homepage/devel/en_US/startpage.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- startpage.xml	25 Oct 2007 01:06:23 -0000	1.2
+++ startpage.xml	28 Dec 2007 22:25:40 -0000	1.3
@@ -135,7 +135,7 @@
 				}
 		</style>
 	</head>
-	<body>
+	<body onload="document.f.q.focus();">
 		<div id="rhPage">
 			<div id="rhTopStuff">
 				<div id="rhTopLogoStuff" style="margin-bottom: 10px;">
@@ -162,7 +162,7 @@
 					<center>
 						<div style="position: relative; width: 650px; height: 175px; background-image: url('images/faint_box_650x175.png'); background-repeat: no-repeat;">
 							<div style="margin: 0px;">
-								<form action="http://www.google.com/search">
+								<form action="http://www.google.com/search" name="f">
 									<!--  height 155px here is a little hack to shift the content up in the box -->
 									<table style="width: 650px; height: 155px;" cellpadding="0" cellspacing="0">
 										<tbody>




More information about the Fedora-docs-commits mailing list