(no commit message)
authoralison benjamin <radiocontrolled@gmail.com>
Thu, 25 Aug 2011 13:05:49 +0000 (13:05 -0000)
committeralison benjamin <radiocontrolled@gmail.com>
Thu, 25 Aug 2011 13:05:49 +0000 (13:05 -0000)
docs/themes/mobile/social/index_public.tmpl.php

index d013360..da3172d 100644 (file)
@@ -16,7 +16,7 @@
                <h3><?php echo _AT('search_for_friends'); ?></h3>
                <form action="<?php echo url_rewrite(AT_SOCIAL_BASENAME.'index_public.php');?>" method="POST" id="search_friends_form">
                        <label for="searchFriends" style="display:none;"><?php echo _AT('search'); ?></label>
-                       <input type="text" size="60" name="search_friends_<?php echo $rand;?>" id="search_friends" value="<?php echo $last_search; ?>" onkeyup="showResults(this.value, 'livesearch', '<?php echo AT_SOCIAL_BASENAME; ?>index_public.php')"/>
+                       <input type="text" size="40" name="search_friends_<?php echo $rand;?>" id="search_friends" value="<?php echo $last_search; ?>" onkeyup="showResults(this.value, 'livesearch', '<?php echo AT_SOCIAL_BASENAME; ?>index_public.php')"/>
                        <input type="submit" name="search" value="<?php echo _AT('search'); ?>">
                        <input type="hidden" name="rand_key" value="<?php echo $rand; ?>" />