mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Mark the placeholder
This commit is contained in:
parent
69cecc0684
commit
652f97aef0
1 changed files with 4 additions and 2 deletions
|
@ -92,7 +92,8 @@ var clientVars = {}; // ]]>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</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="(Placeholder, not implemented so far) 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" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -115,7 +116,8 @@ We removed this feature cause its not worth the space it needs in the editbar
|
||||||
</li>-->
|
</li>-->
|
||||||
<li class="separator"></li>
|
<li class="separator"></li>
|
||||||
<li>
|
<li>
|
||||||
<a href="javascript:void (window.pad&&pad.editbarClick('chat'));" title="Open the chat for this pad">
|
<a href="javascript:void (window.pad&&pad.editbarClick('chat'));"
|
||||||
|
title="(Placeholder, not implemented so far) Open the chat for this pad">
|
||||||
<img src="../static/img/editbar_chat.gif" width="16" height="16" />
|
<img src="../static/img/editbar_chat.gif" width="16" height="16" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue