Skip to content

Commit

Permalink
update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
trieu committed Jan 29, 2024
1 parent e754958 commit 343099f
Showing 1 changed file with 23 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
font-weight: bold;
}
.profile_filter_box {
background-color:#f5f5f5; border-radius: 5px;padding-top: 5px; margin: 3px;
background-color: #E5E5E5; border-radius: 5px;padding-top: 5px; margin: 3px;
}
#profile_list_table mark[data-markjs="true"] {
background-color: #FFF8DC!important;
Expand Down Expand Up @@ -58,6 +58,26 @@ <h4> <i class="fa fa-users" aria-hidden="true"></i> Profile Data Management </h4
<div class="col-md-12 profile_filter_box" id="filterByJourneyMap" style="padding-bottom: 10px; font-weight: bold;" >
<select id="journeyMapList" class="form-control" data-placeholder="Choose an Journey Map" class="select" > </select>
</div>

<div class="col-md-12 profile_filter_box" >
<h5 style="font-weight: bold;">Profile Type</h5>
<div class="col-md-4">
<label title="Filter all visitor profiles with no contact data" >
<input id="showVisitorProfile" type="checkbox" checked="checked"> Web Visitor
</label>
</div>
<div class="col-md-4">
<label title="Filter all leads & prospects" >
<input id="showLeadAndProspectProfile" type="checkbox" checked="checked"> Lead & Prospect
</label>
</div>
<div class="col-md-4">
<label title="Filter all customer profiles" >
<input id="showCustomerProfile" type="checkbox" checked="checked"> Customer
</label>
</div>
</div>

<div class="col-md-12 profile_filter_box" >
<div class="col-md-12">
<label title="Filter all profiles within the specified date range">
Expand Down Expand Up @@ -85,24 +105,7 @@ <h4> <i class="fa fa-users" aria-hidden="true"></i> Profile Data Management </h4
</div>
</div>
</div>
<div class="col-md-12 profile_filter_box" >
<h5 style="font-weight: bold;">Profile Type</h5>
<div class="col-md-4">
<label title="Filter all visitor profiles" >
<input id="showVisitorProfile" type="checkbox" checked="checked"> Web Visitor
</label>
</div>
<div class="col-md-4">
<label title="Filter all lead profiles" >
<input id="showLeadAndProspectProfile" type="checkbox" checked="checked"> Lead & Prospect
</label>
</div>
<div class="col-md-4">
<label title="Filter all customer profiles" >
<input id="showCustomerProfile" type="checkbox" checked="checked"> Customer
</label>
</div>
</div>


</div>

Expand All @@ -129,7 +132,7 @@ <h5 style="font-weight: bold;">Profile Type</h5>
<li><a href="javascript:" onclick="handleProfileListFiltersBy(this,'#filterByAuthorizedEditor')" >Authorized Editor</a></li>
</ul>
</div>
<div id="profile_filter_inputs" >
<div id="profile_filter_inputs" class="profile_filter_box col-md-12" style="padding-bottom: 10px; font-weight: bold;" >
<label id="profile_filter_input_label" style="margin-top:10px;" >Profile Status</label>
<input type="hidden" id="keywordsToSearchProfiles" value="" >

Expand Down

0 comments on commit 343099f

Please sign in to comment.