mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
forgot italic-button
This commit is contained in:
parent
d828eeefa0
commit
540156735c
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ var clientVars = {}; // ]]>
|
||||||
<img src="/static/img/jun09/pad/editbar_bold.gif" />
|
<img src="/static/img/jun09/pad/editbar_bold.gif" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="javascript:void (window.pad&&pad.editbarClick('italic'));" title="Italics (ctrl-I)">
|
||||||
|
<img src="/static/img/jun09/pad/editbar_italic.gif">
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="javascript:void (window.pad&&pad.editbarClick('underline'));" title="Underline (ctrl-U)">
|
<a href="javascript:void (window.pad&&pad.editbarClick('underline'));" title="Underline (ctrl-U)">
|
||||||
<img src="/static/img/jun09/pad/editbar_underline.gif" />
|
<img src="/static/img/jun09/pad/editbar_underline.gif" />
|
||||||
|
|
Loading…
Reference in a new issue