mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-29 03:39:13 -04:00
actually using text area is a lot less stupid
This commit is contained in:
parent
89e38ed4c2
commit
f6fa897a4e
3 changed files with 52 additions and 41 deletions
|
@ -20,7 +20,11 @@
|
|||
|
||||
|
||||
<h1>Etherpad Lite Settings</h1>
|
||||
<div class="settings"></div>
|
||||
<a href=''>Example production settings template</a>
|
||||
<a href=''>Example development settings template</a>
|
||||
<textarea class="settings"></textarea>
|
||||
<input type="button" class="settingsButton" id="saveSettings" value="Save Settings">
|
||||
<input type="button" class="settingsButton" id="restartEtherpad" value="Restart Etherpad">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue