summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/person
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/person')
-rw-r--r--application/modules/user/views/scripts/person/index.phtml2
-rw-r--r--application/modules/user/views/scripts/person/owndetails.phtml2
-rw-r--r--application/modules/user/views/scripts/person/show.phtml5
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')) ?>