modified.
This commit is contained in:
parent
abae58983e
commit
d3fa95a2c9
1 changed files with 2 additions and 3 deletions
|
@ -452,13 +452,12 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="widget-body">
|
<div class="widget-body">
|
||||||
<div class="widget-main">
|
<div class="widget-main">
|
||||||
|
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<textarea name="note" id="note" style="width:90%; height:50px; margin:5px; border:1px solid #999"></textarea>
|
<textarea name="note" id="note" style="width:90%; height:50px; margin:5px; border:1px solid #999"></textarea>
|
||||||
<input type="button" class="btn btn-primary btn-xs" id="add_sticky" onclick="add_note('#note')" value="Add A Note" />
|
<input type="button" class="btn btn-primary btn-xs" id="add_sticky" value="Add A Note" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<ul id="stickies">
|
<ul id="stickies" >
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue