reorder buttons
parent
973d73ebee
commit
60f90e7165
|
@ -65,9 +65,7 @@ var clientVars = {}; // ]]>
|
||||||
<img src="../static/img/editbar_outdent.gif" />
|
<img src="../static/img/editbar_outdent.gif" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
<li class="separator"></li>
|
||||||
|
|
||||||
<ul id="menu_right">
|
|
||||||
<li>
|
<li>
|
||||||
<a href="javascript:void (window.pad&&pad.editbarClick('undo'));" title="Undo (ctrl-Z)">
|
<a href="javascript:void (window.pad&&pad.editbarClick('undo'));" title="Undo (ctrl-Z)">
|
||||||
<img src="../static/img/editbar_undo.gif" />
|
<img src="../static/img/editbar_undo.gif" />
|
||||||
|
@ -78,22 +76,22 @@ var clientVars = {}; // ]]>
|
||||||
<img src="../static/img/editbar_redo.gif" />
|
<img src="../static/img/editbar_redo.gif" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="separator"></li>
|
||||||
<li>
|
<li>
|
||||||
<a id="timesliderlink" title="Show the history of this pad">
|
<a href="javascript:void (window.pad&&pad.editbarClick('clearauthorship'));" title="Clear Authorship Colors">
|
||||||
<script>
|
<img src="../static/img/editbar_clearauthorship.gif" />
|
||||||
$("#timesliderlink").attr("href", document.location+ '/timeslider');
|
|
||||||
</script>
|
|
||||||
<img src="../static/img/editbar_timeslider.gif" />
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul id="menu_right">
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="javascript:void (window.pad&&pad.editbarClick('embed'));" title="Embed this pad">
|
<a href="javascript:void (window.pad&&pad.editbarClick('embed'));" title="Embed this pad">
|
||||||
<img src="../static/img/editbar_embed.gif" />
|
<img src="../static/img/editbar_embed.gif" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="separator"></li>
|
||||||
<li>
|
<li>
|
||||||
<select id="viewzoommenu">
|
<select id="viewzoommenu">
|
||||||
<option value="z85">85%</option>
|
<option value="z85">85%</option>
|
||||||
|
@ -106,8 +104,11 @@ var clientVars = {}; // ]]>
|
||||||
</li>
|
</li>
|
||||||
<li class="separator"></li>
|
<li class="separator"></li>
|
||||||
<li>
|
<li>
|
||||||
<a href="javascript:void (window.pad&&pad.editbarClick('clearauthorship'));" title="Clear Authorship Colors">
|
<a id="timesliderlink" title="Show the history of this pad">
|
||||||
<img src="../static/img/editbar_clearauthorship.gif" />
|
<script>
|
||||||
|
$("#timesliderlink").attr("href", document.location+ '/timeslider');
|
||||||
|
</script>
|
||||||
|
<img src="../static/img/editbar_timeslider.gif" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in New Issue