@@ -6,7 +6,7 @@ $this->headScript()->appendFile($this->webroot.'/public/js/common/common.browser
6
6
<link type="text/css" rel="stylesheet" href="<?php echo $ this ->webroot ?> /public/css/common/common.browser.css" />
7
7
<link type="text/css" rel="stylesheet" href="<?php echo $ this ->webroot ?> /public/css/common/common.genericPage.css" />
8
8
<div class="viewMain">
9
- <div class="userThumbnail ">
9
+ <div class="genericThumbnail ">
10
10
<?php
11
11
$ thumbnail =$ this ->user ->getThumbnail ();
12
12
if (!empty ($ thumbnail ))
@@ -19,12 +19,12 @@ $this->headScript()->appendFile($this->webroot.'/public/js/common/common.browser
19
19
}
20
20
?>
21
21
</div>
22
- <div class="userInfo ">
23
- <div class="userName "><?php echo $ this ->user ->getFullName ();?> </div>
24
- <div class="userCompany "><?php echo $ this ->user ->getCompany ();?> </div>
22
+ <div class="genericInfo ">
23
+ <div class="genericName "><?php echo $ this ->user ->getFullName ();?> </div>
24
+ <div class="genericCompany "><?php echo $ this ->user ->getCompany ();?> </div>
25
25
</div>
26
26
<img class="tabsLoading" alt="" src="<?php echo $ this ->webroot ?> /public/images/icons/loading.gif" />
27
- <div id ="tabs">
27
+ <div class ="tabs" id='tabsGeneric' >
28
28
<ul>
29
29
<li><a href="#tabs-1"><?php echo $ this ->t ("Feed " )?> </a></li>
30
30
<?php
@@ -84,13 +84,13 @@ $this->headScript()->appendFile($this->webroot.'/public/js/common/common.browser
84
84
85
85
</div>
86
86
<div class="viewSideBar">
87
- <div class="sideElementFirst userAction ">
87
+ <div class="sideElementFirst genericAction ">
88
88
<h1>Actions</h1>
89
89
<ul>
90
90
<li>To do</li>
91
91
</ul>
92
92
</div>
93
- <div class="sideElement userCommunities ">
93
+ <div class="sideElement genericCommunities ">
94
94
<h1>Communities</h1>
95
95
<ul>
96
96
<?php
@@ -101,7 +101,7 @@ $this->headScript()->appendFile($this->webroot.'/public/js/common/common.browser
101
101
?>
102
102
</ul>
103
103
</div>
104
- <div class="sideElementLast userStats ">
104
+ <div class="sideElementLast genericStats ">
105
105
<h1>Stats</h1>
106
106
Todo
107
107
</div>
0 commit comments