mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
Show a read only link on the pad
This commit is contained in:
parent
7915390b83
commit
1c1e035bf1
5 changed files with 111 additions and 7 deletions
|
@ -200,8 +200,19 @@ We removed this feature cause its not worth the space it needs in the editbar
|
|||
|
||||
</div>
|
||||
|
||||
<!-- needed? -->
|
||||
<div id="embed"></div>
|
||||
<!-- the embed code -->
|
||||
<div id="embed">
|
||||
<div id="embedcode">
|
||||
Embed code:<input id="embedinput" type="text" value="">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- the embed code -->
|
||||
<div id="readonly">
|
||||
<div id="readonlyUrl">
|
||||
Use this link to share a read-only version of your pad:<input id="readonlyInput" type="text" value="">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- /padeditor -->
|
||||
<div id="modaloverlay">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue