]> git.mjollnir.org Git - s9y.git/commitdiff
Added send button for search form in include/plugin_internal.inc.php. This makes...
authoryellowled <yellowled>
Tue, 9 Oct 2007 11:09:35 +0000 (11:09 +0000)
committeryellowled <yellowled>
Tue, 9 Oct 2007 11:09:35 +0000 (11:09 +0000)
include/plugin_internal.inc.php

index 80d0f2a3e1e2057e27a0743dbde55897cba64424..838bbfb2bc0dad959c8fb7537e04262afe271420 100644 (file)
@@ -382,6 +382,7 @@ class serendipity_quicksearch_plugin extends serendipity_plugin {
     <div>
         <input type="hidden"  name="serendipity[action]" value="search" />
         <input alt="<?php echo QUICKSEARCH; ?>" type="text"   id="serendipityQuickSearchTermField" name="serendipity[searchTerm]" size="13" />
+        <input type="submit" value="&gt;" alt="<?php echo QUICKSEARCH; ?>" name="serendipity[searchButton]" title="<?PHP echo GO; ?>" style="width: 2em;" />
     </div>
     <div id="LSResult" style="display: none;"><div id="LSShadow"></div></div>
 </form>