Subversion Repositories SmartDukaan

Rev

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

Rev 36761 Rev 36787
Line 682... Line 682...
682
			<div class="panel-tab" data-tab="calendar">Calendar</div>
682
			<div class="panel-tab" data-tab="calendar">Calendar</div>
683
		</div>
683
		</div>
684
 
684
 
685
		<!-- Route Tab Content -->
685
		<!-- Route Tab Content -->
686
		<div class="panel-content" id="panel-route">
686
		<div class="panel-content" id="panel-route">
-
 
687
            <!-- Pending Visit Requests for the loaded user. Populated by
-
 
688
                 loadVisitRequests() after #bp-load. Hidden when empty. -->
-
 
689
            <div id="visit-request-panel"
-
 
690
                 style="display:none;margin-bottom:10px;padding:10px;border:1px solid #475569;border-radius:6px;background:#1f2937;">
-
 
691
                <div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;">
-
 
692
                    <strong style="font-size:12px;color:#fbbf24;">
-
 
693
                        <i class="icon_bell"></i> Pending Visit Requests <span id="vr-count">0</span>
-
 
694
                    </strong>
-
 
695
                    <button id="vr-refresh" type="button"
-
 
696
                            style="font-size:11px;padding:2px 8px;border:1px solid #475569;border-radius:4px;background:none;color:#94a3b8;cursor:pointer;">
-
 
697
                        Refresh
-
 
698
                    </button>
-
 
699
                </div>
-
 
700
                <div id="vr-list"></div>
-
 
701
            </div>
687
			<div id="route-list">
702
			<div id="route-list">
688
				<p style="color:#64748b;font-size:12px;text-align:center;padding:40px 10px;">
703
				<p style="color:#64748b;font-size:12px;text-align:center;padding:40px 10px;">
689
					Select a user and click Load to start planning.
704
					Select a user and click Load to start planning.
690
				</p>
705
				</p>
691
			</div>
706
			</div>