diff options
| author | Björn Geiger | 2011-04-13 18:30:53 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-04-13 18:30:53 +0200 |
| commit | ecb699eb777c8abdee8d50342f8febfcc722d71f (patch) | |
| tree | 6c04ad96d3525ca95a806dc576304fbbbb0b6b29 /application/modules/user/views/scripts/person | |
| parent | Altes Recht markiert, nicht entfernen (diff) | |
| download | pbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.tar.gz pbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.tar.xz pbs2-ecb699eb777c8abdee8d50342f8febfcc722d71f.zip | |
HTML Fehler korrigiert
Diffstat (limited to 'application/modules/user/views/scripts/person')
3 files changed, 7 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/person/index.phtml b/application/modules/user/views/scripts/person/index.phtml index 93dfd78..515f9da 100644 --- a/application/modules/user/views/scripts/person/index.phtml +++ b/application/modules/user/views/scripts/person/index.phtml @@ -138,7 +138,7 @@ if($this->suspendRight === true) { <?php echo $this->pagination; ?> -<script> +<script type="text/javascript"> $(document).ready(function(){ if($('.element').find('.dispnone').length >= 1){ $(this).find('.title').css('cursor','pointer'); diff --git a/application/modules/user/views/scripts/person/owndetails.phtml b/application/modules/user/views/scripts/person/owndetails.phtml index 74d00cf..2aaef54 100644 --- a/application/modules/user/views/scripts/person/owndetails.phtml +++ b/application/modules/user/views/scripts/person/owndetails.phtml @@ -1,5 +1,5 @@ <h1>Own Details</h1> -<style> +<style type="text/css"> label { width: 150px !important; } diff --git a/application/modules/user/views/scripts/person/show.phtml b/application/modules/user/views/scripts/person/show.phtml index e82c4d9..6283808 100644 --- a/application/modules/user/views/scripts/person/show.phtml +++ b/application/modules/user/views/scripts/person/show.phtml @@ -1,4 +1,9 @@ <h1>Person</h1> +<style type="text/css"> +label { + width: 150px !important; +} +</style> <?php if($this->editRight === true) echo $this->formButton('editperson', 'Edit', array( 'onclick' => 'self.location="/user/person/edit/personID/' . $this->personID . '"', 'class' => 'rightbutton')) ?> |
