Subversion Repositories SmartDukaan

Rev

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

Rev 25660 Rev 25661
Line 780... Line 780...
780
				<div class="col-lg-6">
780
				<div class="col-lg-6">
781
					<div class="row col-lg-12 info-box white-bg">
781
					<div class="row col-lg-12 info-box white-bg">
782
						#parse("performance.vm")
782
						#parse("performance.vm")
783
					</div>
783
					</div>
784
					<div class="row col-lg-12 info-box white-bg">
784
					<div class="row col-lg-12 info-box white-bg">
785
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong></h3>
785
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
786
						<div class="col-lg-3 "   style= "padding-top:6px;">
-
 
787
							<select id="notifyType" name="notifyType" onchange="notifyTypeChange()"  class="form-control input-sm">
786
							<select id="notifyType" name="notifyType" onchange="notifyTypeChange()"  class="form-control input-sm">
788
								<option value="both" selected>Both</option>
787
								<option value="both" selected>Both</option>
789
								<option value="annoucement">Annoucement</option>
788
								<option value="annoucement">Annoucement</option>
790
								<option value="notification">Notification</option>
789
								<option value="notification">Notification</option>
791
							</select>
790
							</select>
-
 
791
						</h3>
-
 
792
						<div class="col-lg-3 "   style= "padding-top:6px;">
792
						</div>
793
						</div>
793
					    <div class="notification-container" style="max-height: 500px;overflow-y: scroll;">
794
					    <div class="notification-container" style="max-height: 500px;overflow-y: scroll;">
794
						</div>
795
						</div>
795
					</div>
796
					</div>
796
				</div>
797
				</div>