Rev 24106 |
Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 24098 |
tejbeer |
1 |
<section class="wrapper">
|
|
|
2 |
<div class="row">
|
|
|
3 |
<div class="col-lg-12">
|
|
|
4 |
<h3 class="page-header"><i class="icon_document_alt"></i>RETAILER</h3>
|
|
|
5 |
<ol class="breadcrumb">
|
|
|
6 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
|
|
7 |
<li><i class="icon_document_alt"></i>NOTIFICATION PANEL</li>
|
|
|
8 |
</ol>
|
|
|
9 |
</div>
|
|
|
10 |
</div>
|
|
|
11 |
|
|
|
12 |
<div class = "row" style="background:white;background-color:white;padding:10px;">
|
|
|
13 |
<h4 class="modelHeaderCustom" style="font-size:22px;padding-bottom:2%">Enter Message</h4>
|
|
|
14 |
|
|
|
15 |
<div class="col-lg-5">
|
|
|
16 |
|
|
|
17 |
<div class="row">
|
|
|
18 |
<div>
|
|
|
19 |
<textarea id="editor" name="myEditor"></textarea>
|
|
|
20 |
</div>
|
|
|
21 |
</div>
|
|
|
22 |
<br>
|
|
|
23 |
<div>
|
|
|
24 |
<input id="submitEditor" type="button" value="Submit">
|
|
|
25 |
</div>
|
|
|
26 |
</div>
|
|
|
27 |
|
|
|
28 |
</div>
|
|
|
29 |
</section>
|
|
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
|
33 |
<script type="text/javascript" src="resources/js/notification-panel.js?v=${version}"></script>
|