1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Modify labels

This commit is contained in:
Loïc Blot (@U-Exp) 2014-09-12 14:14:06 +02:00
parent 623494ac56
commit ae67b9f662
2 changed files with 6 additions and 12 deletions

View File

@ -2,9 +2,9 @@
<p><button id="hello">click me</button></p>
<p><textarea id="echo-content">
<p><textarea id="push-content">
Send this as ajax
</textarea></p>
<p><button id="echo">Send ajax request</button></p>
<p><button id="push">Test push SMS</button></p>
Ajax response: <div id="echo-result"></div>
Push response: <div id="push-result"></div>

View File

@ -1,10 +1,4 @@
<ul>
<li><a href="#">First level entry</a></li>
<li>
<a href="#">First level container</a>
<ul>
<li><a href="#">Second level entry</a></li>
<li><a href="#">Second level entry</a></li>
</ul>
</li>
<li><a href="#">Conversations</a></li>
<li><a href="#">Drafts</a></li>
</ul>