mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
fixed merge conflicts
This commit is contained in:
parent
e771542961
commit
913c3c455d
3 changed files with 2 additions and 20 deletions
|
@ -237,17 +237,14 @@ Use this link to share a read-only version of your pad:<input id="readonlyInput"
|
|||
<div id="chaticon">
|
||||
<a onClick="chat.show();return false;"
|
||||
title="Open the chat for this pad">
|
||||
<span id="chatlabel">Chat</span>
|
||||
<span id="chatlabel">Chat</span>
|
||||
<div class="buttonicon" style="background-position:0px -102px;display:inline-block;"></div>
|
||||
</a>
|
||||
<span id="chatcounter">0</span>
|
||||
</div>
|
||||
|
||||
<div id="chatbox">
|
||||
<div id="titlebar"><span id="titlelabel">Chat |</span>
|
||||
<a id="showhistorylabel" onClick="chat.showHistory();return false;">Show History</a>
|
||||
<a id="titlecross" onClick="chat.hide();return false;">- </a>
|
||||
</div>
|
||||
<div id="titlebar"><span id ="titlelabel">Chat</span><a id="titlecross" onClick="chat.hide();return false;">- </a></div>
|
||||
<div id="chattext" class="authorColors"></div>
|
||||
<div id="chatinputbox">
|
||||
<form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue