refactor: rename templates/ into partials/, split into admin and public

This commit is contained in:
Ben Goldsworthy 2021-04-26 11:43:05 +01:00
parent 84c299a368
commit 88e3302166
43 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<table class="mouse_over_box_position widefat fixed">
<tbody>
<tr>
<td>[[label-position]]</td>
<td>[[position]] [[position-alternative]] <span class="footnotes_notice">[[notice-position]]</span></td>
</tr>
<tr>
<td>[[label-offset-x]]</td>
<td>[[offset-x]] [[offset-x-alternative]] <span class="footnotes_notice">[[notice-offset-x]]</span></td>
</tr>
<tr>
<td>[[label-offset-y]]</td>
<td>[[offset-y]] [[offset-y-alternative]] <span class="footnotes_notice">[[notice-offset-y]]</span></td>
</tr>
</tbody>
</table>