Author: sevein
Date: Sun Apr 29 22:04:04 2012
New Revision: 11555

Log:
Remove checked attribute

Modified:
   branches/2.0/apps/qubit/modules/search/templates/_box.php

Modified: branches/2.0/apps/qubit/modules/search/templates/_box.php
==============================================================================
--- branches/2.0/apps/qubit/modules/search/templates/_box.php   Sun Apr 29 
22:03:11 2012        (r11554)
+++ branches/2.0/apps/qubit/modules/search/templates/_box.php   Sun Apr 29 
22:04:04 2012        (r11555)
@@ -8,7 +8,7 @@
     <?php if ($resource instanceof QubitRepository): ?>
       <div>
         <label>
-          <input name="realm" type="radio" value="<?php echo $resource->id ?>" 
checked="checked">
+          <input name="realm" type="radio" value="<?php echo $resource->id ?>">
           <?php echo __('Search %1%', array('%1%' => render_title($resource))) 
?>
         </label>
       </div>

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to