preview 2.2.0 for release ASAP needed in response to user request on Forum
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2438469 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
b0f8a8bf6b
commit
6bcec3b398
16 changed files with 211 additions and 127 deletions
20
templates/dashboard/mouse-over-box-position.html
Normal file
20
templates/dashboard/mouse-over-box-position.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<table id="mouse_over_box_position" class="widefat fixed">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>[[label-position]]</td>
|
||||
<td>[[position]]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>[[label-offset-x]]</td>
|
||||
<td>[[offset-x]] <span class="footnotes_notice">[[notice-offset-x]]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>[[label-offset-y]]</td>
|
||||
<td>[[offset-y]] <span class="footnotes_notice">[[notice-offset-y]]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>[[label-max-width]]</td>
|
||||
<td>[[max-width]] <span class="footnotes_notice">[[notice-max-width]]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
Reference in a new issue