diff options
| author | Simon | 2011-04-19 21:09:30 +0200 |
|---|---|---|
| committer | Simon | 2011-04-19 21:09:30 +0200 |
| commit | 601dfe618f25cb4393b508463abc80be6d0a4f5f (patch) | |
| tree | 9dac10704557699c81635b3bbbcc87535b517510 /application/modules/user/layouts | |
| parent | Ticket #228 - Enter kann zum Absenden des Formulars benutzt werden (diff) | |
| download | pbs2-601dfe618f25cb4393b508463abc80be6d0a4f5f.tar.gz pbs2-601dfe618f25cb4393b508463abc80be6d0a4f5f.tar.xz pbs2-601dfe618f25cb4393b508463abc80be6d0a4f5f.zip | |
Ticket #230 - BootIso heißt nun BootMedium
Diffstat (limited to 'application/modules/user/layouts')
| -rw-r--r-- | application/modules/user/layouts/user.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/layouts/user.phtml b/application/modules/user/layouts/user.phtml index 53d2574..672877b 100644 --- a/application/modules/user/layouts/user.phtml +++ b/application/modules/user/layouts/user.phtml @@ -42,7 +42,7 @@ echo $this->headScript()."\n"; if(Pbs_Acl::checkRight('ro')) echo "<li class='navTreeItem'><a href='/user/role'>Role</a></li>"; if(Pbs_Acl::checkRight('bai') || Pbs_Acl::checkRight('bui')) - echo "<li class='navTreeItem'><a href='/user/bootiso'>BootIso</a></li>"; + echo "<li class='navTreeItem'><a href='/user/bootiso'>BootMedium</a></li>"; if(Pbs_Acl::checkRight('pro')) echo "<li class='navTreeItem'><a href='/user/preboot'>PreBoot</a></li>"; if(Pbs_Acl::checkRight('booai') || Pbs_Acl::checkRight('booui')) @@ -146,4 +146,4 @@ echo $this->headScript()."\n"; <?php print_a('Session',$_SESSION,'GET',$_GET,'POST',$_POST); ?></div> </div> </body> -</html>
\ No newline at end of file +</html> |
