Code

Search result colored
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Jun 2005 12:07:12 +0000 (12:07 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Jun 2005 12:07:12 +0000 (12:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@670 594d385d-05f5-0310-b6e9-bd551577e9d8

html/helpviewer.php

index e84e9e595ef87fa47a70161b99f1d8096c42406c..83c3a0240472cf19b3865527f44764e198c5d933 100644 (file)
@@ -77,8 +77,8 @@ $suffix                       = ".html";                            // Suffix of
 $maxresults                   = 10;                                 // max number of results shown in result list
 $minwordlength                = 3;                                  // Word less than 3 chars will be dropped in search
 $allowed_chars_in_searchword  = "'[^a-z0-9 %_-]'i";                 // Remove all chars that would disturb our search like < or > ...
-$pre_mark                     = "<b><u><i>" ;                       // Sign words with this
-$suf_mark                     = "</i></u></b>";                     //  and this
+$pre_mark                     = "<span style=\"background-color: #FFFC35;\">" ;                       // Sign words with this
+$suf_mark                     = "</span>";                          //  and this
 $backwardlink                 = "<a href=\"?pg=%s\"  class=\"maintitlebar\">
                                   <img src='images/back.png' align=\"middle\" alt=\""._("previous")."\" border=\"0\">
                                  </a>";