d25f770bc5
- Update: Easier usage of the public plugin name in translations - Update: New Layout for the settings page to group similar settings to get a better overview - Update: Display settings submit button only if there is at least 1 editable setting in the current tab - Add: setting where the reference container appears on public pages (needs some corrections!) - Bugfix: displays only one reference container in front of the footer on category pages git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@918851 b8457f37-d9ea-0310-8a92-e5e31aec5664
15 lines
No EOL
541 B
HTML
Executable file
15 lines
No EOL
541 B
HTML
Executable file
<div class="footnote_plugin_container">
|
|
<div class="footnote_plugin_index">
|
|
[[FOOTNOTE INDEX]].
|
|
</div>
|
|
<div class="footnote_plugin_text">
|
|
<a class="footnote_plugin_link" href="#footnote_plugin_tooltip_[[FOOTNOTE INDEX SHORT]]"
|
|
name="footnote_plugin_reference_[[FOOTNOTE INDEX SHORT]]"
|
|
id="footnote_plugin_reference_[[FOOTNOTE INDEX SHORT]]">
|
|
↑
|
|
</a>
|
|
|
|
[[FOOTNOTE TEXT]]
|
|
</div>
|
|
<div class="footnote_plugin_end"></div>
|
|
</div> |