diff options
| author | Simon | 2011-04-05 12:25:36 +0200 |
|---|---|---|
| committer | Simon | 2011-04-05 12:25:36 +0200 |
| commit | 52c631ecd01be520fa424362ae34ae0068ba0dfb (patch) | |
| tree | 365e974b3586b558cd6c2cf2290dd75a50b7a3a5 /application/modules/user/views/scripts/bootmenu | |
| parent | suche in Client & Bootos (diff) | |
| download | pbs2-52c631ecd01be520fa424362ae34ae0068ba0dfb.tar.gz pbs2-52c631ecd01be520fa424362ae34ae0068ba0dfb.tar.xz pbs2-52c631ecd01be520fa424362ae34ae0068ba0dfb.zip | |
Suche in Bootmenu & Bootiso
Diffstat (limited to 'application/modules/user/views/scripts/bootmenu')
| -rw-r--r-- | application/modules/user/views/scripts/bootmenu/index.phtml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml index a43a058..cd82bb7 100644 --- a/application/modules/user/views/scripts/bootmenu/index.phtml +++ b/application/modules/user/views/scripts/bootmenu/index.phtml @@ -1,14 +1,15 @@ <h1>BootMenu</h1> <?php if($this->notification != ''){echo $this->notification;} ?> +<?php echo $this->searchform; ?> <?php echo $this->formButton('createbootmenu', 'Create BootMenu', array( 'onclick' => 'self.location="/user/bootmenu/createbootmenu/page/'.$this->page.'"', 'class' => 'addbutton'))?> <table> <tr> - <th>ID</th> - <th>Title</th> - <th>Changed</th> + <th>ID <span class='code'>bootmenuID</span></th> + <th>Title <span class='code'>title</span></th> + <th>Changed <span class='code'>changed</span></th> <th colspan=3>Actions</th> </tr> <?php if(count($this->bootmenulist)==0) |
