mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
add viewfontmenu
This commit is contained in:
parent
312a923a28
commit
35cd5945f9
2 changed files with 10 additions and 0 deletions
6
static/padhtml
Normal file → Executable file
6
static/padhtml
Normal file → Executable file
|
@ -107,6 +107,12 @@ var clientVars = {}; // ]]>
|
|||
<img src="/static/img/mar11/editbar_embed.gif" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<select id="viewfontmenu">
|
||||
<option value="monospace">monospace</option>
|
||||
<option value="normal">normal</option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<select id="viewzoommenu">
|
||||
<option value="z85">85%</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue