Subversion Repositories SmartDukaan

Rev

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

Rev 25661 Rev 25662
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
						<div class="col-lg-3">
785
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
786
						<h3 style="margin-top:-2px;margin-bottom:24px"><strong>My Messages</strong>
786
							<select id="notifyType" name="notifyType" onchange="notifyTypeChange()"  class="form-control input-sm">
-
 
787
								<option value="both" selected>Both</option>
-
 
788
								<option value="annoucement">Annoucement</option>
-
 
789
								<option value="notification">Notification</option>
-
 
790
							</select>
-
 
791
						</h3>
787
						</h3>
792
						<div class="col-lg-3 "   style= "padding-top:6px;">
-
 
793
						</div>
788
						</div>
-
 
789
							<div class="col-lg-2">
-
 
790
								<select id="notifyType" name="notifyType" onchange="notifyTypeChange()"  class="form-control input-sm">
-
 
791
									<option value="both" selected>Both</option>
-
 
792
									<option value="annoucement">Annoucement</option>
-
 
793
									<option value="notification">Notification</option>
-
 
794
								</select>
-
 
795
							</div>
794
					    <div class="notification-container" style="max-height: 500px;overflow-y: scroll;">
796
					    <div class="notification-container" style="max-height: 500px;overflow-y: scroll;">
795
						</div>
797
						</div>
796
					</div>
798
					</div>
797
				</div>
799
				</div>
798
			</div>
800
			</div>