diff --git a/module/my/css/profile.css b/module/my/css/profile.css index 07e40ac659..ff9fd54b94 100644 --- a/module/my/css/profile.css +++ b/module/my/css/profile.css @@ -1,5 +1,7 @@ .col-6{width:50% !important;} +.col-md-6{width:49% !important;} .cell{height:430px;} +.cell .divider{ display: block; width: 1px; height: 340px; background-color: rgba(0,0,0,.05); float: left;} .main-header{margin-bottom:20px;} .dl-horizontal{margin:0px;} .dl-horizontal dt{color:#999; font-weight:normal; padding:5px 0px; width:120px;height:30px;} diff --git a/module/my/view/profile.html.php b/module/my/view/profile.html.php index 5a571ea233..5cebb8b458 100644 --- a/module/my/view/profile.html.php +++ b/module/my/view/profile.html.php @@ -45,7 +45,7 @@ ?>
user->role;?>
-
user->roleList[$user->role];?>
+
user->roleList, $user->role);?>
group->priv;?>
name . ' '; ?>
user->commiter;?>
@@ -67,10 +67,12 @@ -
+
+
user->email;?>
email;?>
+ user->contactField)):?> user->contactField) as $field):?>
user->$field;?>
@@ -90,6 +92,7 @@ ?>
+
user->address;?>
address;?>
user->zipcode;?>
diff --git a/module/user/css/profile.css b/module/user/css/profile.css index 07e40ac659..ff9fd54b94 100644 --- a/module/user/css/profile.css +++ b/module/user/css/profile.css @@ -1,5 +1,7 @@ .col-6{width:50% !important;} +.col-md-6{width:49% !important;} .cell{height:430px;} +.cell .divider{ display: block; width: 1px; height: 340px; background-color: rgba(0,0,0,.05); float: left;} .main-header{margin-bottom:20px;} .dl-horizontal{margin:0px;} .dl-horizontal dt{color:#999; font-weight:normal; padding:5px 0px; width:120px;height:30px;} diff --git a/module/user/view/profile.html.php b/module/user/view/profile.html.php index 0147205d39..48960f185b 100644 --- a/module/user/view/profile.html.php +++ b/module/user/view/profile.html.php @@ -47,7 +47,7 @@ ?>
user->role;?>
-
user->roleList[$user->role];?>
+
user->roleList, $user->role);?>
group->priv;?>
name . ' '; ?>
user->commiter;?>
@@ -69,10 +69,12 @@
-
+
+
user->email;?>
email;?>
+ user->contactField)):?> user->contactField) as $field):?>
user->$field;?>
@@ -92,6 +94,7 @@ ?>
+
user->address;?>
address;?>
user->zipcode;?>