[UPDT] REPORT: Style updation in reports selection section
This commit is contained in:
@@ -257,11 +257,13 @@
|
||||
</div>
|
||||
|
||||
<!-- Model Selection Dropdown -->
|
||||
<span class="ms-1 fw-bold" style="font-size:16px;">Choose Report : </span>
|
||||
<select id="model-select" class="oh-select oh-select--sm ml-2 mb-2" style="width: 200px;">
|
||||
<option value="leave_request">Leave Request</option>
|
||||
<option value="available_leave">Available Leave</option>
|
||||
</select>
|
||||
<span class="ms-1 fw-bold" style="font-size:16px;">{% trans "Choose Report" %} : </span>
|
||||
<div class="d-inline-block ms-2" style="width: 13%;margin-bottom: 10px;">
|
||||
<select id="model-select" class="oh-select oh-select--sm ml-2 mb-2" style="width: 200px;">
|
||||
<option value="leave_request">{% trans "Leave Request" %}</option>
|
||||
<option value="available_leave">{% trans "Available Leave" %}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<!-- Pivot Container -->
|
||||
<div id="pivot-container" class="mb-5" style="width: 100%; overflow-x: auto;">
|
||||
|
||||
@@ -238,11 +238,13 @@
|
||||
</div>
|
||||
|
||||
<!-- Model Selection Dropdown -->
|
||||
<span class="ms-1 fw-bold" style="font-size:16px;">Choose Report : </span>
|
||||
<select id="model-select" class="oh-select oh-select--sm ml-2 mb-2" style="width: 200px;">
|
||||
<option value="payslip">Payslip</option>
|
||||
<option value="allowance">Allowance & Deduction</option>
|
||||
</select>
|
||||
<span class="ms-1 fw-bold" style="font-size:16px;">{% trans "Choose Report" %} : </span>
|
||||
<div class="d-inline-block ms-2" style="width: 13%;margin-bottom: 10px;">
|
||||
<select id="model-select" class="oh-select oh-select--sm ml-2 mb-2" style="width: 200px;">
|
||||
<option value="payslip">{% trans "Payslip" %}</option>
|
||||
<option value="allowance">{% trans "Allowance & Deduction" %}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<!-- Pivot Container -->
|
||||
<div id="pivot-container" class="mb-5" style="width: 100%; overflow-x: auto;">
|
||||
|
||||
@@ -190,12 +190,14 @@
|
||||
</div>
|
||||
|
||||
<!-- Model Selection Dropdown -->
|
||||
<span class="ms-1 fw-bold" style="font-size:16px;">Choose Report : </span>
|
||||
<select id="model-select" class="oh-select oh-select--sm ml-2 mb-2" style="width: 200px;">
|
||||
<option value="objective">Objectives</option>
|
||||
<option value="employeeobjective">Employee Objective</option>
|
||||
<option value="feedback">Feedback</option>
|
||||
</select>
|
||||
<span class="ms-1 fw-bold" style="font-size:16px;">{% trans "Choose Report" %} : </span>
|
||||
<div class="d-inline-block ms-2" style="width: 13%;margin-bottom: 10px;">
|
||||
<select id="model-select" class="oh-select oh-select--sm ml-2 mb-2" style="width: 200px;">
|
||||
<option value="objective">{% trans "Objectives" %}</option>
|
||||
<option value="employeeobjective">{% trans "Employee Objective" %}</option>
|
||||
<option value="feedback">{% trans "Feedback" %}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Pivot Container -->
|
||||
|
||||
@@ -241,11 +241,13 @@
|
||||
|
||||
<!-- Model Selection Dropdown -->
|
||||
<span class="ms-1 fw-bold" style="font-size:16px;">{% trans "Choose Report" %} : </span>
|
||||
<select id="model-select" class="oh-select oh-select--sm ml-2 mb-2" style="width: 200px;">
|
||||
<option value="candidate">{% trans "Candidate" %}</option>
|
||||
<option value="recruitment">{% trans "Recruitment" %}</option>
|
||||
<option value="onboarding">{% trans "Onboarding" %}</option>
|
||||
</select>
|
||||
<div class="d-inline-block ms-2" style="width: 13%;margin-bottom: 10px;">
|
||||
<select id="model-select" class="oh-select oh-select--sm ml-2 mb-2" style="width: 200px;">
|
||||
<option value="candidate">{% trans "Candidate" %}</option>
|
||||
<option value="recruitment">{% trans "Recruitment" %}</option>
|
||||
<option value="onboarding">{% trans "Onboarding" %}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Pivot Container -->
|
||||
|
||||
Reference in New Issue
Block a user