mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-14932, improve accessibility in group assigning and role assigning pages.
This commit is contained in:
parent
c1ac9e73b6
commit
d3789c64dd
@ -46,8 +46,8 @@
|
||||
</label>
|
||||
<?php check_theme_arrows(); ?>
|
||||
<p class="arrow_button">
|
||||
<input name="add" id="add" type="submit" value="<?php echo ' '.$THEME->larrow.' '.get_string('add'); ?>" title="<?php print_string('add'); ?>" /><br />
|
||||
<input name="remove" id="remove" type="submit" value="<?php echo ' '.get_string('remove'). ' '.$THEME->rarrow.' '; ?>" title="<?php print_string('remove'); ?>" />
|
||||
<input name="add" id="add" type="submit" value="<?php echo $THEME->larrow.' '.get_string('add'); ?>" title="<?php print_string('add'); ?>" /><br />
|
||||
<input name="remove" id="remove" type="submit" value="<?php echo get_string('remove').' '.$THEME->rarrow; ?>" title="<?php print_string('remove'); ?>" />
|
||||
</p>
|
||||
</td>
|
||||
<td valign="top">
|
||||
|
@ -231,9 +231,8 @@ function updateUserSummary() {
|
||||
|
||||
<?php check_theme_arrows(); ?>
|
||||
<p class="arrow_button">
|
||||
<input name="add" id="add" type="submit" value="<?php echo ' '.$THEME->larrow.' '.get_string('add'); ?>" title="<?php print_string('add'); ?>" />
|
||||
<br />
|
||||
<input name="remove" id="remove" type="submit" value="<?php echo ' '.$THEME->rarrow.' '.get_string('remove'); ?>" title="<?php print_string('remove'); ?>" />
|
||||
<input name="add" id="add" type="submit" value="<?php echo $THEME->larrow.' '.get_string('add'); ?>" title="<?php print_string('add'); ?>" /><br />
|
||||
<input name="remove" id="remove" type="submit" value="<?php echo get_string('remove').' '.$THEME->rarrow; ?>" title="<?php print_string('remove'); ?>" />
|
||||
</p>
|
||||
</td>
|
||||
<td valign="top">
|
||||
|
@ -429,7 +429,6 @@ form.popupform label {
|
||||
}
|
||||
|
||||
.arrow_button input {
|
||||
width:2.4em;
|
||||
padding:0.3em;
|
||||
overflow:hidden;
|
||||
}
|
||||
@ -2154,14 +2153,7 @@ body#group-index #groupeditform {
|
||||
}
|
||||
|
||||
#add, #remove{
|
||||
width:100px;
|
||||
height:35px
|
||||
}
|
||||
#add{
|
||||
text-align:left;
|
||||
}
|
||||
#remove{
|
||||
text-align:right;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
/***
|
||||
|
Loading…
x
Reference in New Issue
Block a user