Revision: 2315
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2315&view=rev
Author:   cimorrison
Date:     2012-07-05 09:15:40 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
Made the search string an HTML5 'required' field

Modified Paths:
--------------
    mrbs/trunk/web/search.php

Modified: mrbs/trunk/web/search.php
===================================================================
--- mrbs/trunk/web/search.php   2012-07-05 09:12:26 UTC (rev 2314)
+++ mrbs/trunk/web/search.php   2012-07-05 09:15:40 UTC (rev 2315)
@@ -156,7 +156,7 @@
       <legend><?php echo get_vocab("advanced_search") ?></legend>
         <div id="div_search_str">
           <label for="search_str"><?php echo get_vocab("search_for") 
?>:</label>
-          <input type="search" id="search_str" name="search_str">
+          <input type="search" id="search_str" name="search_str" required>
         </div>   
         <div id="div_search_from">
           <?php

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to