mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
reorder the buttons again
This commit is contained in:
parent
41f0feab91
commit
6f59835474
1 changed files with 8 additions and 6 deletions
|
@ -91,11 +91,6 @@ var clientVars = {}; // ]]>
|
|||
<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" />
|
||||
|
@ -106,6 +101,8 @@ var clientVars = {}; // ]]>
|
|||
<img src="../static/img/editbar_embed.gif" width="16" height="16" />
|
||||
</a>
|
||||
</li>
|
||||
<!--
|
||||
We removed this feature cause its not worth the space it needs in the editbar
|
||||
<li>
|
||||
<select id="viewzoommenu">
|
||||
<option value="z85">85%</option>
|
||||
|
@ -115,8 +112,13 @@ var clientVars = {}; // ]]>
|
|||
<option value="z200">200%</option>
|
||||
<option value="z300">300%</option>
|
||||
</select>
|
||||
</li>
|
||||
</li>-->
|
||||
<li class="separator"></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 id="timesliderlink" title="Show the history of this pad">
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue