diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-25 00:57:23 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-25 00:57:23 +0000 |
commit | fe4d464805d9c6d3471dbfab6e20cc960fdfd329 (patch) | |
tree | 9f19b3a692e291e1cab49f78e5f6fef55881ef74 /h-source/Application/Views/Desktop/Meet/contributions.php | |
parent | b7910c20f6eb7dff80f5db4c8659222bd6e57c95 (diff) |
improved user history and improved mobile version
Diffstat (limited to 'h-source/Application/Views/Desktop/Meet/contributions.php')
-rw-r--r-- | h-source/Application/Views/Desktop/Meet/contributions.php | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/h-source/Application/Views/Desktop/Meet/contributions.php b/h-source/Application/Views/Desktop/Meet/contributions.php index 82921f7..43f56dd 100644 --- a/h-source/Application/Views/Desktop/Meet/contributions.php +++ b/h-source/Application/Views/Desktop/Meet/contributions.php @@ -39,10 +39,10 @@ </div> <?php } ?> - <!--talk messages submitted--> + <!--talk messages submitted (hardware pages)--> <?php if ($hasTalk) { ?> <div class="user_hardware_pages"> - <a href="<?php echo $this->baseUrl."/meet/talk/$lang/$meet_username".$this->viewStatus;?>">talk messages submitted by <b><?php echo $meet_username;?></b></a> + <a href="<?php echo $this->baseUrl."/meet/talk/$lang/$meet_username".$this->viewStatus;?>">talk messages submitted by <b><?php echo $meet_username;?></b> (hardware pages)</a> </div> <?php } ?> @@ -66,6 +66,13 @@ <a href="<?php echo $this->baseUrl."/meet/wiki/$lang/$meet_username".$this->viewStatus;?>">wiki pages inserted/updated by <b><?php echo $meet_username;?></b></a> </div> <?php } ?> + + <!--talk messages submitted (wiki pages)--> + <?php if ($hasWikiTalk) { ?> + <div class="user_hardware_pages"> + <a href="<?php echo $this->baseUrl."/meet/wikitalk/$lang/$meet_username".$this->viewStatus;?>">talk messages submitted by <b><?php echo $meet_username;?></b> (wiki pages)</a> + </div> + <?php } ?> </div> |