mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
Add preview as HTML functionality
Add a toolbar button that opens a new window and shows the content of the pad as text/html. Used the 'eye' icon from the Iconic set at http://somerandomdude.com/work/iconic/
This commit is contained in:
parent
b2c06e78d0
commit
fd3472589b
7 changed files with 103 additions and 1 deletions
|
@ -108,8 +108,13 @@
|
|||
</a>
|
||||
</li>
|
||||
<li class="separator"></li>
|
||||
<li>
|
||||
<a class="grouped-left" id="previewhtmllink" title="Preview current pad as html" target="_blank">
|
||||
<span class="buttonicon buttonicon-preview"></span>
|
||||
</a>
|
||||
</li>
|
||||
<li onClick="document.location = document.location.pathname+ '/timeslider'">
|
||||
<a id="timesliderlink" title="Show the history of this pad">
|
||||
<a class="grouped-right" id="timesliderlink" title="Show the history of this pad">
|
||||
<span class="buttonicon buttonicon-history"></span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue