Subversion Repositories SmartDukaan

Rev

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

Rev 25662 Rev 25663
Line 784... Line 784...
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
						<div class="col-lg-3">
786
						<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>
787
						</h3>
787
						</h3>
788
						</div>
788
						</div>
789
							<div class="col-lg-2">
789
						<div class="col-lg-2">
790
								<select id="notifyType" name="notifyType" onchange="notifyTypeChange()"  class="form-control input-sm">
790
							<select id="notifyType" name="notifyType" onchange="notifyTypeChange()"  class="form-control input-sm">
791
									<option value="both" selected>Both</option>
791
								<option value="both" selected>Both</option>
792
									<option value="annoucement">Annoucement</option>
792
								<option value="annoucement">Annoucement</option>
793
									<option value="notification">Notification</option>
793
								<option value="notification">Notification</option>
794
								</select>
794
							</select>
795
							</div>
795
						</div>
796
					    <div class="notification-container" style="max-height: 500px;overflow-y: scroll;">
796
					    <div class="col-lg-12 row notification-container" style="max-height: 500px;overflow-y: scroll;">
797
						</div>
797
						</div>
798
					</div>
798
					</div>
799
				</div>
799
				</div>
800
			</div>
800
			</div>
801
		</section>
801
		</section>