Added icons for the new features
After Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 69 B After Width: | Height: | Size: 581 B |
After Width: | Height: | Size: 100 B |
After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 77 B After Width: | Height: | Size: 660 B |
|
@ -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>
|
||||
|
|