2012-07-13, 06:23:43
2 more minor things
On the view all pages page.
You have a checkbox for toggle status, with a em on the u, but that accesskey doesn't work.
As opposed to this which is in core and works and looks alot better.
aka
Another 3.1 feature introduction perhaps ? was added in r456 it seems.
And the other one.
You are using X instead of × for delete characters, so it doesn't match cores appearance.
On the view all pages page.
You have a checkbox for toggle status, with a em on the u, but that accesskey doesn't work.
As opposed to this which is in core and works and looks alot better.
Code:
<a href="#" id="show-characters" accesskey="u" class="">Toggle Stat<em>u</em>s</a>
Code:
<a href="#" id="show-characters" accesskey="<?php echo find_accesskey(i18n_r('TOGGLE_STATUS'));?>" ><?php i18n('TOGGLE_STATUS'); ?></a>
Another 3.1 feature introduction perhaps ? was added in r456 it seems.
And the other one.
You are using X instead of × for delete characters, so it doesn't match cores appearance.