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/bootiso | |
| 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/bootiso')
| -rw-r--r-- | application/modules/user/views/scripts/bootiso/index.phtml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/application/modules/user/views/scripts/bootiso/index.phtml b/application/modules/user/views/scripts/bootiso/index.phtml index f43949d..23f7780 100644 --- a/application/modules/user/views/scripts/bootiso/index.phtml +++ b/application/modules/user/views/scripts/bootiso/index.phtml @@ -1,19 +1,20 @@ <h1>BootMedien</h1> <?php if($this->notification != ''){echo $this->notification;} ?> +<?php echo $this->searchform; ?> <?php echo $this->formButton('createbootiso', 'Create BootISO', array( 'onclick' => 'self.location="/user/bootiso/createbootiso/page/'.$this->page.'"', 'class' => 'addbutton'))?> <table> <tr> - <th>ID</th> - <th>Title</th> - <th>GroupID</th> - <th>MembershipID</th> - <th>PrebootID</th> - <th>Serialnumber</th> - <th>Created</th> - <th>Expires</th> - <th>Public</th> + <th>ID <span class='code'>bootosID</span></th> + <th>Title <span class='code'>title</span></th> + <th>GroupID <span class='code'>groupID</span></th> + <th>MembershipID <span class='code'>membershipID</span></th> + <th>PrebootID <span class='code'>prebootID</span></th> + <th>Serialnumber <span class='code'>serialnumber</span></th> + <th>Created <span class='code'>created</span></th> + <th>Expires <span class='code'>expires</span></th> + <th>Public <span class='code'>public</span></th> <th colspan=3>Actions</th> </tr> <?php if(count($this->bootisolist)==0) |
