Subversion Repositories SmartDukaan

Rev

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

Rev 36368 Rev 36531
Line 55... Line 55...
55
	.status-completed {
55
	.status-completed {
56
		background: #cce5ff;
56
		background: #cce5ff;
57
		color: #004085;
57
		color: #004085;
58
	}
58
	}
59
 
59
 
60
	.status-hold {
-
 
61
		background: #f8d7da;
-
 
62
		color: #721c24;
-
 
63
	}
-
 
64
 
-
 
65
	.status-rejected {
60
	.status-rejected {
66
		background: #e2e3e5;
61
		background: #e2e3e5;
67
		color: #383d41;
62
		color: #383d41;
68
	}
63
	}
69
 
64
 
Line 577... Line 572...
577
							<span class="status-badge status-open">$st.getStatus()</span>
572
							<span class="status-badge status-open">$st.getStatus()</span>
578
						#elseif($statusLower == "pending")
573
						#elseif($statusLower == "pending")
579
							<span class="status-badge status-pending">$st.getStatus()</span>
574
							<span class="status-badge status-pending">$st.getStatus()</span>
580
						#elseif($statusLower == "completed")
575
						#elseif($statusLower == "completed")
581
							<span class="status-badge status-completed">$st.getStatus()</span>
576
							<span class="status-badge status-completed">$st.getStatus()</span>
582
						#elseif($statusLower == "hold")
-
 
583
							<span class="status-badge status-hold">$st.getStatus()</span>
-
 
584
						#else
577
						#else
585
							<span class="status-badge status-rejected">$st.getStatus()</span>
578
							<span class="status-badge status-rejected">$st.getStatus()</span>
586
						#end
579
						#end
587
					</td>
580
					</td>
588
					## --- New "Delay" summary column ---
581
					## --- New "Delay" summary column ---