summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/pad.html14
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');