Example #1
0
  <tr>
    <td><b><?php 
echo $lang['common_users'];
?>
</b></td>
    <td>&nbsp;</td>
    <td><b><?php 
echo $lang['common_members'];
?>
</b></td>
  </tr>
  <tr>
    <td>
      <select name="add" size="10">
      <?php 
$list = $accessInst->getNotUsers();
while ($element = current($list)) {
    $userInst = new user($element);
    echo "<option value=\"" . $userInst->id . "\">" . $userInst->name . "\n";
    next($list);
}
?>
      </select>
    </td>
    <td align="center">
      <input type="submit" value="&lt; <?php 
echo $lang['common_switch'];
?>
 &gt;">
    </td>
    <td>