Subversion Repositories SmartDukaan

Rev

Rev 35569 | Rev 35592 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35569 Rev 35571
Line 32... Line 32...
32
            fixedHeader: true
32
            fixedHeader: true
33
        })
33
        })
34
        
34
        
35
  });
35
  });
36
</script>
36
</script>
37
<style>
-
 
38
.incoming_msg_img {
-
 
39
	display: inline-block;
-
 
40
	width: 6%;
-
 
41
}
-
 
42
 
-
 
43
.incoming_msg_img img {
-
 
44
	width: 100%;
-
 
45
}
-
 
46
.sent_msg p {
-
 
47
	background:#b8d1f3;
-
 
48
	border-radius: 12px 15px 15px 0;
-
 
49
	font-size: 14px;
-
 
50
	margin: 0;
-
 
51
	color: black;
-
 
52
	padding: 5px 10px 5px 12px;
-
 
53
	word-break: break-all;
-
 
54
	width: 100%;
-
 
55
}
-
 
56
 
-
 
57
.outgoing_msg {
-
 
58
	overflow: hidden;
-
 
59
	margin: 26px 0 26px;
-
 
60
}
-
 
61
 
-
 
62
.sent_msg {
-
 
63
	float: right;
-
 
64
	width: 46%;
-
 
65
}
-
 
66
.received_msg {
-
 
67
	display: inline-block;
-
 
68
	padding: 0 0 0 10px;
-
 
69
	vertical-align: top;
-
 
70
	width: 50%;
-
 
71
}
-
 
72
 
-
 
73
.received_withd_msg p {
-
 
74
	background: #dae5f4 none repeat scroll 0 0;
-
 
75
	border-radius: 0 15px 15px 15px;
-
 
76
	color: #646464;
-
 
77
	font-size: 14px;
-
 
78
	margin: 0;
-
 
79
	padding: 5px 10px 5px 12px;
-
 
80
	word-break: break-all;
-
 
81
	width: 100%;
-
 
82
}
-
 
83
 
-
 
84
.time_date {
-
 
85
	color: black;
-
 
86
	display: block;
-
 
87
	font-size: 12px;
-
 
88
	margin: 8px 0 0;
-
 
89
}
-
 
90
.blue_box, .green_box,.white_box {
-
 
91
    display: block;
-
 
92
    clear:both;
-
 
93
}
-
 
94
.modal-dialog,
-
 
95
 {
-
 
96
    /* 80% of window height */
-
 
97
    max-height: 80%;
-
 
98
}
-
 
99
 
-
 
100
.modal-body {
-
 
101
    /* 100% = dialog height, 120px = header + footer */
-
 
102
    max-height:70vh;
-
 
103
    overflow-y: auto;
-
 
104
}
-
 
105
.outgoing_msg:after,.incoming_msg:after,.white_box:after {
-
 
106
  content: '\A';
-
 
107
    white-space: pre;
-
 
108
}
-
 
109
.incoming_msg:before,.white_box:before {
-
 
110
  content: '\A';
-
 
111
    white-space: pre;
-
 
112
}
-
 
113
.white_box span {
-
 
114
    background-color:#ebebeb;
37
#parse("activity-modal-styles.vm")
115
     background-size: 5px 5px;
-
 
116
    word-break: break-all;
-
 
117
    color: black;
-
 
118
    display: block;
-
 
119
    padding:10px 10px;
-
 
120
    text-align: center
-
 
121
}
-
 
122
</style>
-
 
123
<section class="wrapper">
38
<section class="wrapper">
124
	<div class="row">
39
	<div class="row">
125
		<div class="col-lg-12">
40
		<div class="col-lg-12">
126
			<h3 class="page-header"><i class="icon_document_alt"></i>TICKET</h3>
41
			<h3 class="page-header"><i class="icon_document_alt"></i>TICKET</h3>
127
			<ol class="breadcrumb">
42
			<ol class="breadcrumb">
Line 292... Line 207...
292
    </div>
207
    </div>
293
 
208
 
294
    </section>
209
    </section>
295
<div id="ticket-details-container" style="background:white;background-color:white;">
210
<div id="ticket-details-container" style="background:white;background-color:white;">
296
</div>
211
</div>
297
<div class="activity-container">
-
 
298
         <div class="modal" id="myModal" role="dialog" >
-
 
299
            <div class="modal-dialog">
-
 
300
               <!-- Modal content-->
-
 
301
               <div class="modal-content">
-
 
302
                  <div class="modal-header">
-
 
303
                     <button type="button" class="close" data-dismiss="modal">&times;</button>
-
 
304
                     <h4 class="modal-title">Message History</h4>
-
 
305
                  </div>
-
 
306
                  <div class="modal-body">
-
 
307
                   </div><br><br>
-
 
308
                   <div class="modal-footer">
-
 
309
                   <div class="col-lg-8 form-group">
-
 
310
                   <ul class="fileList"></ul>       
-
 
311
                   </div>
-
 
312
         <div class="col-lg-8 form-group">
-
 
313
         <input type="hidden" id="ticketIdforactivity">
-
 
314
          <input type="hidden" id="assigneeUser">
-
 
315
          <input type="hidden" id="role" value="">
-
 
316
          <input type="hidden" id="crmUser" value="">
-
 
317
          
-
 
318
		<textarea class="form-control rounded-0" id="activityMessage" rows="2"></textarea>
-
 
319
			</div>
-
 
320
			<div class="col-lg-4">
-
 
321
					<div class="col-lg-7 internalCheckBox">
-
 
322
						<input type="checkbox" name="internalCommunication" id="internalCommunication">&nbsp;&nbsp;<span style="font-size:12px;font-weight:bold">INTERNAL</b>
-
 
323
						</div>
-
 
324
						<div class="col-lg-5">
-
 
325
						<input class="btn btn-primary submit-message-button" type="button" value="Submit">
-
 
326
						</div>	
-
 
327
						<div class="col-lg-7 uploadData">
-
 
328
								<button type="button" class="btn btn-default uploadFile" style="float:left;padding:0px;cursor:pointer">
-
 
329
						<i class="fa fa-paperclip" aria-hidden="true"></i></button> 
-
 
330
						<input type="file" id="file1"  name="file1" accept=".jpg,.png,.jpeg,.doc,.docx,.xls,.xlsx" style="display:none" multiple/>
-
 
331
						
-
 
332
						
-
 
333
						</div>
-
 
334
					</div>
-
 
335
     		 </div>
-
 
336
     		 
-
 
337
     		 	
-
 
338
               </div>
-
 
339
            </div>
-
 
340
         </div>
-
 
341
      </div>
-
 
342
	
-
 
343
212
#set($showFileUpload = true)
-
 
213
#parse("activity-modal.vm")
-
 
214