Esempio n. 1
0
              </div>
          </div>

          <div id="removecontrols">
              <input name="remove" id="remove" <?php 
echo $removeenabled;
?>
 type="submit" value="<?php 
echo get_string('remove') . '&nbsp;' . $OUTPUT->rarrow();
?>
" title="<?php 
print_string('remove');
?>
" />
          </div>
      </td>
      <td id="potentialcell">
          <p><label for="addselect"><?php 
print_string('enrolcandidates', 'enrol');
?>
</label></p>
          <?php 
$potentialuserselector->display();
?>
      </td>
    </tr>
  </table>
</div></form>
<?php 
echo $OUTPUT->footer();
Esempio n. 2
0
              <p><label for="menuextendbase"><?php //print_string('startingfrom') ?></label><br />
              <?php //echo html_writer::select($basemenu, 'extendbase', $extendbase, false); ?></p>

              </div>-->
          </div>

          <div id="removecontrols">
              <input name="remove" id="remove" <?php echo $removeenabled; ?> type="submit" value="<?php echo get_string('remove').'&nbsp;'.$OUTPUT->rarrow(); ?>" title="<?php print_string('remove'); ?>" />
          </div>
      </td>
      <td id="potentialcell">
          <p><label for="addselect"><?php print_string('enrolcandidates', 'enrol'); ?></label></p>
          <input type="button" id="select_add_all" name="select_add_all" value="Select all">
         <input type="button" id="select_add_none" name="select_add_none" value="Select none">
          <?php $potentialuserselector->display() ?>
      </td>
    </tr>
  </table>
</div></form>
<?php


echo $OUTPUT->footer();
?>
<style type="text/css">
    .singleselect label {
    display: inline !important;
}
</style>
<script type="text/javascript">