mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Added icons for the new features
This commit is contained in:
parent
5ee60b0b35
commit
068d174c58
6 changed files with 15 additions and 1 deletions
|
@ -86,12 +86,26 @@ var clientVars = {}; // ]]>
|
|||
|
||||
<ul id="menu_right">
|
||||
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('readonly'));" title="Create a readonly link for this pad">
|
||||
<img src="../static/img/editbar_readonly.gif" width="16" height="16" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('chat'));" title="Open the chat for this pad">
|
||||
<img src="../static/img/editbar_chat.gif" width="16" height="16" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('import_export'));" title="Import/Export from/to different document formats">
|
||||
<img src="../static/img/editbar_import_export.gif" width="16" height="16" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void (window.pad&&pad.editbarClick('embed'));" title="Embed this pad">
|
||||
<img src="../static/img/editbar_embed.gif" width="16" height="16" />
|
||||
</a>
|
||||
</li>
|
||||
<li class="separator"></li>
|
||||
<li>
|
||||
<select id="viewzoommenu">
|
||||
<option value="z85">85%</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue