www/87007: Add missing submit button to the Mirrors form on new web
page
Daniel Gerzo
danger at rulez.sk
Thu Oct 6 12:20:19 PDT 2005
>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 at 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:
More information about the freebsd-www
mailing list