Esempio n. 1
0
?>
" class="calendar-user-head">
                    <th colspan="4">
                        <?php 
echo $header;
?>
                    </th>
                </tr>
                <? foreach ($usergroup as $user): ?>
                    <tr id="contact_<?php 
echo $user->user_id;
?>
">
                        <td>
                            <?php 
echo ObjectdisplayHelper::avatarlink($user->user);
?>
                        </td>
                        <td style="white-space: nowrap;">
                            <label>
                                <input type="radio" name="perm[<?php 
echo $user->user_id;
?>
]" value="<?php 
echo Calendar::PERMISSION_FORBIDDEN;
?>
"
                                       <?php 
echo $user->permission < Calendar::PERMISSION_READABLE ? ' checked' : '';
?>
>
Esempio n. 2
0
?>
">
                <th colspan="4">
                    <?php 
echo $header;
?>
                </th>
            </tr>
            <? foreach ($contactgroup as $contact): ?>
                <tr id="contact_<?php 
echo $contact->id;
?>
">
                    <td>
                        <?php 
echo ObjectdisplayHelper::avatarlink($contact);
?>
                    </td>
                    <td>
                        <a data-dialog="button" href="<?php 
echo URLHelper::getLink('dispatch.php/messages/write', array('rec_uname' => $contact->username));
?>
">
                            <?php 
echo htmlReady($contact->username);
?>
                        </a>
                    </td>
                    <td>
                        <a href="mailto:<?php 
echo htmlReady($contact->email);