diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-07-06 22:56:08 +0200 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2011-07-06 22:56:08 +0200 |
commit | 6f59835474b261b78e1e2c4b92f2d7e34e43c61e (patch) | |
tree | 89623618d1129af66ad015ffbf5553f329c390b2 /static/pad.html | |
parent | 41f0feab913d82dd143688b5ea816163966d6b75 (diff) | |
download | etherpad-lite-6f59835474b261b78e1e2c4b92f2d7e34e43c61e.zip |
reorder the buttons again
Diffstat (limited to 'static/pad.html')
-rw-r--r-- | static/pad.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/static/pad.html b/static/pad.html index bea983d0..657d2d6b 100644 --- a/static/pad.html +++ b/static/pad.html @@ -92,11 +92,6 @@ var clientVars = {}; // ]]> </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> @@ -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,9 +112,14 @@ 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> $("#timesliderlink").attr("href", document.location+ '/timeslider'); |