reorder the buttons again

This commit is contained in:
Peter 'Pita' Martischka 2011-07-06 22:56:08 +02:00
parent 41f0feab91
commit 6f59835474

View file

@ -91,11 +91,6 @@ var clientVars = {}; // ]]>
<img src="../static/img/editbar_readonly.gif" width="16" height="16" /> <img src="../static/img/editbar_readonly.gif" width="16" height="16" />
</a> </a>
</li> </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> <li>
<a href="javascript:void (window.pad&&pad.editbarClick('import_export'));" title="Import/Export from/to different document formats"> <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" /> <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" /> <img src="../static/img/editbar_embed.gif" width="16" height="16" />
</a> </a>
</li> </li>
<!--
We removed this feature cause its not worth the space it needs in the editbar
<li> <li>
<select id="viewzoommenu"> <select id="viewzoommenu">
<option value="z85">85%</option> <option value="z85">85%</option>
@ -115,8 +112,13 @@ var clientVars = {}; // ]]>
<option value="z200">200%</option> <option value="z200">200%</option>
<option value="z300">300%</option> <option value="z300">300%</option>
</select> </select>
</li> </li>-->
<li class="separator"></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> <li>
<a id="timesliderlink" title="Show the history of this pad"> <a id="timesliderlink" title="Show the history of this pad">
<script> <script>