summaryrefslogtreecommitdiffstatshomepage
path: root/search.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-01-11 08:08:33 +0000
committerGravatar mensonge2008-01-11 08:08:33 +0000
commit639d8e15db8e2256b0c4bd7f518c76fe8674c6a7 (patch)
treed63b1bea03f426fb152076f73a7fbab16d89dd93 /search.inc.php
parent024b3074be5bfaff9aee776014d42288d7466ba8 (diff)
downloadscuttle-639d8e15db8e2256b0c4bd7f518c76fe8674c6a7.tar.gz
scuttle-639d8e15db8e2256b0c4bd7f518c76fe8674c6a7.zip
Optimisation of the interface: moved toolbar, search menu, sort menu and right profile menu
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@6 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'search.inc.php')
-rw-r--r--search.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.inc.php b/search.inc.php
index 1c2cbc3..3900535 100644
--- a/search.inc.php
+++ b/search.inc.php
@@ -37,7 +37,7 @@
<?php
}
?>
- <td><input type="text" name="terms" size="50" value="<?php echo filter($terms); ?>" /></td>
+ <td><input type="text" name="terms" size="30" value="<?php echo filter($terms); ?>" /></td>
<td><input type="submit" value="<?php echo T_('Search' /* Submit button */); ?>" /></td>
</tr>
</table>