Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  6 Oct 2005 21:18:43 +0200 (CEST)
From:      Daniel Gerzo <danger@rulez.sk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   www/87007: Add missing submit button to the Mirrors form on new web page
Message-ID:  <20051006191843.42C141CC68@mail.rulez.sk>
Resent-Message-ID: <200510061920.j96JKIV4017452@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         87007
>Category:       www
>Synopsis:       Add missing submit button to the Mirrors form on new web page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 06 19:20:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Gerzo
>Release:        FreeBSD 5.4 i386
>Organization:
rulez.sk
>Environment:
System: FreeBSD daemon.rulez.sk 5.4 #2: Fri May 27 23:16:31 CEST 2005 danger@daemon.rulez.sk:/usr/obj/usr/src/sys/daemon i386
>Description:
We have missed a submit button for the mirrors formular on new web site,
so one is not able to change mirror.

In my fix, I've also included the change to the layout.css so that the
submit button fits to the new web-site layout.
>How-To-Repeat:
check http://www.freebsd.org/
>Fix:
Here are the needed changes:

--- layout.css.diff begins here ---
--- layout.css.orig	Thu Oct  6 11:31:22 2005
+++ layout.css	Thu Oct  6 21:04:20 2005
@@ -142,6 +142,13 @@
   color: #666;
 }
 
+#MIRROR input, #mirror input {
+  font-size: 0.8em;
+  background: transparent;
+  color: #666;
+  border: 1px solid #DADADA;
+}
+
 /* Content */
 
 #CONTENT, #content {
@@ -487,4 +494,4 @@
 
 img {
   border: 0;
-}
\ No newline at end of file
+}
--- layout.css.diff ends here ---

--- index.xsl.diff begins here ---
--- index.xsl.orig	Wed Oct  5 13:58:15 2005
+++ index.xsl	Thu Oct  6 21:07:47 2005
@@ -139,6 +139,7 @@
 					  </xsl:call-template>
 				  </select>
 				</div> <!-- unnamed -->
+				<input type="submit" value="Go" />
 			  </form>
 			</div> <!-- mirror -->
 
--- index.xsl.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051006191843.42C141CC68>