summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/index
diff options
context:
space:
mode:
authorSimon2011-03-16 14:42:40 +0100
committerSimon2011-03-16 14:42:40 +0100
commit29224a1ccc162e457589210168c38529e81a572d (patch)
treef049b58ed09cd4bd9de2e3fe882593b75b16cae4 /application/modules/user/views/scripts/index
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-29224a1ccc162e457589210168c38529e81a572d.tar.gz
pbs2-29224a1ccc162e457589210168c38529e81a572d.tar.xz
pbs2-29224a1ccc162e457589210168c38529e81a572d.zip
Helper initialisiert, ClientController geadded
Diffstat (limited to 'application/modules/user/views/scripts/index')
-rw-r--r--application/modules/user/views/scripts/index/index.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/application/modules/user/views/scripts/index/index.phtml b/application/modules/user/views/scripts/index/index.phtml
index 77e0720..a6e84a7 100644
--- a/application/modules/user/views/scripts/index/index.phtml
+++ b/application/modules/user/views/scripts/index/index.phtml
@@ -1,9 +1,9 @@
<h1>Welcome</h1>
-<div class='infobox'><?php echo $this->text;?></div>
-<div class='checkbox'><?php echo $this->text;?></div>
-<div class='warningbox'><?php echo $this->text;?></div>
-<div class='errorbox'><?php echo $this->text;?></div>
+<div class='infobox'>infobox: <?php echo $this->text;?></div>
+<div class='okbox'>okbox: <?php echo $this->text;?></div>
+<div class='warningbox'>warningbox: <?php echo $this->text;?></div>
+<div class='errorbox'>errorbox: <?php echo $this->text;?></div>
<?php print_a($this->links);?>
<?php if(count($this->links)>0 && is_array($this->links)): ?>