Added icons for the new features

This commit is contained in:
Peter 'Pita' Martischka 2011-07-06 18:35:27 +01:00
parent 5ee60b0b35
commit 068d174c58
6 changed files with 15 additions and 1 deletions

BIN
static/img/editbar_chat.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 B

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 B

After

Width:  |  Height:  |  Size: 660 B

View File

@ -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>