summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts
diff options
context:
space:
mode:
authorBjörn Geiger2011-04-12 15:00:16 +0200
committerBjörn Geiger2011-04-12 15:00:16 +0200
commit17de80f4fc85720e28a1e7c83be9f97c03f20c7c (patch)
treeac73050d90e01a910dd1cb7f01965f4454b14a1e /application/modules/user/views/scripts
parent2 nicht mehr benötigte Dateien entfernen (diff)
parentmerge (diff)
downloadpbs2-17de80f4fc85720e28a1e7c83be9f97c03f20c7c.tar.gz
pbs2-17de80f4fc85720e28a1e7c83be9f97c03f20c7c.tar.xz
pbs2-17de80f4fc85720e28a1e7c83be9f97c03f20c7c.zip
Merge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/views/scripts')
-rw-r--r--application/modules/user/views/scripts/role/index.phtml41
1 files changed, 20 insertions, 21 deletions
diff --git a/application/modules/user/views/scripts/role/index.phtml b/application/modules/user/views/scripts/role/index.phtml
index 0488211..80a4299 100644
--- a/application/modules/user/views/scripts/role/index.phtml
+++ b/application/modules/user/views/scripts/role/index.phtml
@@ -22,19 +22,18 @@ $class='';
if($role['roleID'] == $this->userIDsNamespace['roleID'])
$class= 'highlight checked';
?>
-<div class='element<?php echo " $class";?>'><?php if($role['roleID'] != $this->userIDsNamespace['roleID']) {
- ?>
-<div class='number'>
- <div class='smallnumber'>Role</div>
- <?php echo $k+1; ?>
-</div>
+ <div class='element<?php echo " $class";?>'>
+ <?php if($role['roleID'] != $this->userIDsNamespace['roleID']) { ?>
+ <div class='number'>
+ <div class='smallnumber'>Role</div>
+ <?php echo $k+1; ?>
+ </div>
<?php
-}
-?>
-<div class='content'>
-<div class='actions'><?php if($this->detailsRight) {
- ?> <a
- href="<?php echo $this->url(
+ }
+ ?>
+ <div class='content'>
+ <div class='actions'><?php if($this->detailsRight) {?>
+ <a href="<?php echo $this->url(
array(
'module' => 'user',
'controller' => 'role',
@@ -43,10 +42,9 @@ $class= 'highlight checked';
),
'default',
true) ?>"> <img src='/media/img/show.png' alt='Show Group' /></a> <?php
-}
-if($this->editRight) {
- ?> <a
- href="<?php echo $this->url(
+ }
+ if($this->editRight) { ?>
+ <a href="<?php echo $this->url(
array(
'module' => 'user',
'controller' => 'role',
@@ -55,10 +53,9 @@ if($this->editRight) {
),
'default',
true) ?>"> <img src='/media/img/edit.png' alt='Edit Group' /></a> <?php
-}
-if($this->deleteRight) {
- ?> <a
- href="<?php echo $this->url(
+ }
+if($this->deleteRight) { ?>
+ <a href="<?php echo $this->url(
array(
'module' => 'user',
'controller' => 'role',
@@ -67,6 +64,8 @@ if($this->deleteRight) {
),
'default',
true) ?>"> <img src='/media/img/delete.png' alt='Delete Group' /></a>
+
+<?php } ?>
</div>
<div class='title'><?php echo $role['title'] ?></div>
<?php if($role['description']) {
@@ -79,7 +78,7 @@ if($this->deleteRight) {
<?php
}
-}
+
?></div>
<div class='clear'></div>
</div>