summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorSimon2011-04-04 17:16:34 +0200
committerSimon2011-04-04 17:16:34 +0200
commit1e92980f3c7515da08d96c0f3f8bdd1645f8d636 (patch)
treec56284c6a9469909c95f6af0729af738e8b7521d /library
parentmerges (diff)
downloadpbs2-1e92980f3c7515da08d96c0f3f8bdd1645f8d636.tar.gz
pbs2-1e92980f3c7515da08d96c0f3f8bdd1645f8d636.tar.xz
pbs2-1e92980f3c7515da08d96c0f3f8bdd1645f8d636.zip
such-id hinzugefügt
Diffstat (limited to 'library')
-rw-r--r--library/Pbs/Search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Pbs/Search.php b/library/Pbs/Search.php
index e642d66..86d3dde 100644
--- a/library/Pbs/Search.php
+++ b/library/Pbs/Search.php
@@ -8,7 +8,7 @@ class Pbs_Search{
public function searchForm(){
$str = "<form style='text-align:right;' action='/user/client/search'>
- <input type='text' name='search' ".(($this->searchTerm != '')?'value="'.$this->searchTerm.'"':'').">
+ <input type='text' id='search' name='search' ".(($this->searchTerm != '')?'value="'.$this->searchTerm.'"':'').">
<button type='submit' class='searchbutton' value='search'> Search</button>";
if($this->searchTerm != ''){
$str .= "<a href='/user/client/'><img src='/media/img/delete.png' alt='Delete Client'/></a>