Changeset:
        d12e8e029b0c
        
https://sourceforge.net/p/mrbs/hg-code/ci/d12e8e029b0ce85f7a81341ee0b07be85898a133
Author:
        Campbell Morrison <[email protected]>
Date:
        Mon Mar 06 16:02:57 2017 +0000
Log message:

Moved colons out of HTML and into CSS

diffstat:

 web/Themes/default/header.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r db4e7812c046 -r d12e8e029b0c web/Themes/default/header.inc
--- a/web/Themes/default/header.inc     Mon Mar 06 15:57:23 2017 +0000
+++ b/web/Themes/default/header.inc     Mon Mar 06 16:02:57 2017 +0000
@@ -134,7 +134,7 @@
   
   echo "<form id=\"header_search\" method=\"get\" action=\"search.php\">\n";
   echo "<div>\n";
-  echo "<a href=\"search.php?advanced=1\">" . get_vocab("search") . ":</a>\n";
+  echo "<label><a href=\"search.php?advanced=1\">" . get_vocab("search") . 
"</a></label>\n";
   echo "<input type=\"search\" name=\"search_str\" value=\"" . 
htmlspecialchars($search_str) . "\" required>\n";
   echo "<input type=\"hidden\" name=\"day\" value=\"$day\">\n";
   echo "<input type=\"hidden\" name=\"month\" value=\"$month\">\n";

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to