"MDL-14932, accessibility imporvement, see tracker"

This commit is contained in:
dongsheng
2008-05-28 01:45:16 +00:00
parent 55d89d4337
commit 1a8eaca65b
2 changed files with 12 additions and 3 deletions
+2 -3
View File
@@ -46,9 +46,8 @@
</label>
<?php check_theme_arrows(); ?>
<p class="arrow_button">
<input name="add" id="add" type="submit" value="<?php echo '&nbsp;'.$THEME->larrow.' &nbsp; &nbsp; '.get_string('add'); ?>" title="<?php print_string('add'); ?>" />
<br />
<input name="remove" id="remove" type="submit" value="<?php echo '&nbsp; '.$THEME->rarrow.' &nbsp; &nbsp; '.get_string('remove'); ?>" title="<?php print_string('remove'); ?>" />
<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'); ?>" />
</p>
</td>
<td valign="top">
+10
View File
@@ -4240,3 +4240,13 @@ wikiadminactions {
border: 1px dashed #ddd;
padding: 3px;
}
#add, #remove{
width:100px;
height:35px
}
#add{
text-align:left;
}
#remove{
text-align:right;
}