1b2b44f4bd
Add a field in linklist page to paste a new link. Displayed in fields toolbar.
6 lines
No EOL
233 B
HTML
Executable file
6 lines
No EOL
233 B
HTML
Executable file
<div id="addlink_toolbar">
|
|
<form method="GET" action="" name="addform" class="addform">
|
|
<input type="text" name="post" placeholder="URI">
|
|
<input type="submit" value="Add link" class="bigbutton">
|
|
</form>
|
|
</div> |