prepare urgent bugfix release 2.5.4 - 2 added files - this: 2.5.4d6
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2473638 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
b009311766
commit
0c064a7c5b
2 changed files with 24 additions and 0 deletions
8
templates/dashboard/mouse-over-box-dimensions.html
Normal file
8
templates/dashboard/mouse-over-box-dimensions.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<table class="mouse_over_box_dimensions widefat fixed">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>[[label-max-width]]</td>
|
||||
<td>[[max-width]] [[width]] <span class="footnotes_notice">[[notice-max-width]]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
16
templates/dashboard/mouse-over-box-text.html
Normal file
16
templates/dashboard/mouse-over-box-text.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<table class="mouse_over_box_text widefat fixed">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>[[label-delimiter]]</td>
|
||||
<td>[[delimiter]] <span class="footnotes_notice">[[notice-delimiter]]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>[[label-mirror]]</td>
|
||||
<td>[[mirror]] <span class="footnotes_notice">[[notice-mirror]]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>[[label-separator]]</td>
|
||||
<td>[[separator]] <span class="footnotes_notice">[[notice-separator]]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
Reference in a new issue