summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/client
diff options
context:
space:
mode:
authorSimon2011-04-04 17:09:57 +0200
committerSimon2011-04-04 17:09:57 +0200
commit6511fb075385b9fc25ade2d4bd331e742193960e (patch)
tree5659fd268ad03c1064d4ee7a00b62545e878822d /application/modules/user/views/scripts/client
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-6511fb075385b9fc25ade2d4bd331e742193960e.tar.gz
pbs2-6511fb075385b9fc25ade2d4bd331e742193960e.tar.xz
pbs2-6511fb075385b9fc25ade2d4bd331e742193960e.zip
client-suche verändert
Diffstat (limited to 'application/modules/user/views/scripts/client')
-rw-r--r--application/modules/user/views/scripts/client/index.phtml23
1 files changed, 1 insertions, 22 deletions
diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml
index ca78db1..5a75741 100644
--- a/application/modules/user/views/scripts/client/index.phtml
+++ b/application/modules/user/views/scripts/client/index.phtml
@@ -1,27 +1,6 @@
<h1>Clients</h1>
<?php if($this->notification != ''){echo $this->notification;} ?>
-<form action='/user/client/search'>
-<input type='text' name='search' <?php echo isset($this->search)?'value="'.$this->search.'"':'';?>>
-<input type='submit' value='search'>
-<?php
-if(isset($this->search)){
- ?>
- <a href='/user/client/'><img src='/media/img/delete.png' alt='Delete Client'/></a>
- <script type='text/javascript' src='/media/js/jquery.highlight-3.js'></script>
- <script>
- $(document).ready(function(){
- <?php foreach($this->searchterms as $term){?>
- $('table').highlight('<?php echo $term;?>');
- <?php
- }
- ?>
- });
- </script>
-
- <?php
-}
-?>
-</form>
+<?php echo $this->searchform; ?>
<?php echo $this->formButton('createbootos', 'Create Client', array(
'onclick' => 'self.location="/user/client/addclient/page/'.$this->page.'"',
'class' => 'addbutton'))?>