Altered GHR-Builder to show popovers, added logo favicon, and changed DONE to Return to Subscription Page.
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
||||
<xsl:value-of select="$APPLICATION_NAME"/>
|
||||
</title>
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="images/server.svg"/>
|
||||
<link rel="icon" type="image/x-icon" href="images/dec-international-logo.png"/>
|
||||
|
||||
<link href="css/themes/Spacelab/bootstrap.min.css?version={$VERSION}" rel="stylesheet" media="screen"/>
|
||||
<link href="css/bootstrap-icons.min.css?version={$VERSION}" rel="stylesheet" media="screen"/>
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
<div class="buttons mt-1 mb-2">
|
||||
<button type="button" class="btn btn-sm btn-primary me-2 btnCancel">
|
||||
<i class="bi bi-box-arrow-left me-2"/>Done</button>
|
||||
<i class="bi bi-box-arrow-left me-2"/>Return to Subscriptions Page</button>
|
||||
<button type="button" class="btn btn-sm btn-primary me-2 btnSearch">
|
||||
<i class="bi bi-search me-2"/>Search</button>
|
||||
<button type="button" class="btn btn-sm btn-primary me-2 btnReset">
|
||||
@@ -344,7 +344,7 @@
|
||||
<input type="hidden" name="action" value="print"/>
|
||||
<input type="hidden" name="report" value="Print_Selected_PermitsByBuilder"/>
|
||||
<input type="hidden" name="selected_permits" value=""/>
|
||||
<input type="hidden" name="subscription_serial" value="{{//subscriptions/record/subscription_serial}}"/>
|
||||
<input type="hidden" name="subscription_serial" value="{//subscriptions/record/subscription_serial}"/>
|
||||
|
||||
</form>
|
||||
|
||||
@@ -378,13 +378,13 @@
|
||||
<xsl:value-of select="ytd_permits"/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="permits_trend = 'up'">
|
||||
<i class="bi bi-arrow-up text-success"></i>
|
||||
<i class="bi bi-arrow-up text-success" data-bs-toggle="tooltip" data-bs-title="{//popovers/record[popover_name = 'builder_arrow_up']/popover_text}" data-bs-html="true" data-bs-custom-class="custom-tooltip"></i>
|
||||
</xsl:when>
|
||||
<xsl:when test="permits_trend = 'down'">
|
||||
<i class="bi bi-arrow-down text-danger"></i>
|
||||
<i class="bi bi-arrow-down text-danger" data-bs-toggle="tooltip" data-bs-title="{//popovers/record[popover_name = 'builder_arrow_down']/popover_text}" data-bs-html="true" data-bs-custom-class="custom-tooltip"></i>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<i class="text-warning me-2"> =</i>
|
||||
<i class="text-warning me-2" data-bs-toggle="tooltip" data-bs-title="{//popovers/record[popover_name = 'builder_equal_sign']/popover_text}" data-bs-html="true" data-bs-custom-class="custom-tooltip"> =</i>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</td>
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
|
||||
<link href="css/{$PAGE-NAME}.css" rel="stylesheet" media="screen"/>
|
||||
|
||||
|
||||
<div class="{$PAGE-NAME}">
|
||||
|
||||
<div class="card">
|
||||
@@ -131,7 +130,7 @@
|
||||
|
||||
<div class="buttons mt-1 mb-2">
|
||||
<button type="button" class="btn btn-sm btn-primary me-2 btnCancel">
|
||||
<i class="bi bi-box-arrow-left me-2"/>Done</button>
|
||||
<i class="bi bi-box-arrow-left me-2"/>Return to Subscriptions Page</button>
|
||||
<button type="button" class="btn btn-sm btn-primary me-2 btnSearch">
|
||||
<i class="bi bi-search me-2"/>Search</button>
|
||||
<button type="button" class="btn btn-sm btn-primary me-2 btnReset">
|
||||
|
||||
Reference in New Issue
Block a user