MDL-14932, improve accessibility in role assigning page.

This commit is contained in:
dongsheng
2008-07-11 04:56:38 +00:00
parent 2d60f585aa
commit 7d8c97dcc4
2 changed files with 5 additions and 3 deletions
+2 -3
View File
@@ -48,9 +48,8 @@
?>
</label>
<br />
<input name="add" type="submit" id="add" value="&larr;" />
<br />
<input name="remove" type="submit" id="remove" value="&rarr;" />
<input name="add" id="add" type="submit" value="<?php echo '&nbsp;&nbsp;&nbsp;'.$THEME->larrow.'&nbsp;'.get_string('add'); ?>" title="<?php print_string('add'); ?>" /><br />
<input name="remove" id="remove" type="submit" value="<?php echo '&nbsp;&nbsp;&nbsp;'.get_string('remove'). '&nbsp;'.$THEME->rarrow.'&nbsp;'; ?>" title="<?php print_string('remove'); ?>" />
<br />
</td>
<td valign="top">
+3
View File
@@ -673,6 +673,9 @@ body#admin-roles-manage table.generalbox {
float: none;
}
#add, #remove{
text-align:center;
}
/***
*** Blocks