Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manage.ctp #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion app/View/Users/manage.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
<div class="col-lg-12 contain usr_mng_div" style="position:relative;">
<div class="usr_block">
<div class="label <?php echo $colors;?> fl" style="padding: 3px;text-align: center !important;width: 96px;"><?php echo $usr_typ_name;?></div>
<?php if ($_GET['role'] == 'invited') echo '
<div style="float:right;margin:5px 5px 0 0;">
<a href="'.HTTP_ROOT.'users/invitation/'.$user['User']['qstr'].'" class="usr_email" target="blank">Invitation URL</a>
</div>'; ?>
<div class="fl mgl14">
<div class="nm"><?php if(isset($user['User']['name']) && trim($user['User']['name'])) {echo ucfirst($user['User']['name']); } else { echo "&nbsp;";} ?></div>
<div class="usr_email" title="<?php echo $user['User']['email']; ?>">
Expand Down Expand Up @@ -284,4 +288,4 @@
</div>
<div id="projectLoader">
<div class="loadingdata">Sending invitation again...</div>
</div>
</div>