mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
RTL enhancements from Sewar. #3136
git-svn-id: https://develop.svn.wordpress.org/trunk@4258 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -104,13 +104,13 @@ printf(__('Currently showing %1$s links ordered by %2$s'), $select_cat, $select_
|
||||
<table class="widefat">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="15%" style="text-align: left"><?php _e('Name') ?></th>
|
||||
<th style="text-align: left"><?php _e('URL') ?></th>
|
||||
<th style="text-align: left"><?php _e('Categories') ?></th>
|
||||
<th><?php _e('rel') ?></th>
|
||||
<th><?php _e('Visible') ?></th>
|
||||
<th colspan="2"><?php _e('Action') ?></th>
|
||||
<th><input type="checkbox" onclick="checkAll(document.getElementById('links'));" /></th>
|
||||
<th width="15%"><?php _e('Name') ?></th>
|
||||
<th><?php _e('URL') ?></th>
|
||||
<th><?php _e('Categories') ?></th>
|
||||
<th style="text-align: center"><?php _e('rel') ?></th>
|
||||
<th style="text-align: center"><?php _e('Visible') ?></th>
|
||||
<th colspan="2" style="text-align: center"><?php _e('Action') ?></th>
|
||||
<th style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('links'));" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="the-list">
|
||||
|
||||
Reference in New Issue
Block a user