diff --git a/LEAF_Nexus/admin/templates/admin_update_database.tpl b/LEAF_Nexus/admin/templates/admin_update_database.tpl
index 6eb6ff6cd..376c04a4c 100644
--- a/LEAF_Nexus/admin/templates/admin_update_database.tpl
+++ b/LEAF_Nexus/admin/templates/admin_update_database.tpl
@@ -12,7 +12,7 @@
diff --git a/LEAF_Nexus/admin/templates/site_elements/generic_confirm_xhrDialog.tpl b/LEAF_Nexus/admin/templates/site_elements/generic_confirm_xhrDialog.tpl
index a5b6245b2..999b685b1 100644
--- a/LEAF_Nexus/admin/templates/site_elements/generic_confirm_xhrDialog.tpl
+++ b/LEAF_Nexus/admin/templates/site_elements/generic_confirm_xhrDialog.tpl
@@ -1,10 +1,10 @@
\ No newline at end of file
diff --git a/LEAF_Nexus/admin/templates/site_elements/generic_plainDialogLarge.tpl b/LEAF_Nexus/admin/templates/site_elements/generic_plainDialogLarge.tpl
index 0075b31f0..fdedeb43c 100644
--- a/LEAF_Nexus/admin/templates/site_elements/generic_plainDialogLarge.tpl
+++ b/LEAF_Nexus/admin/templates/site_elements/generic_plainDialogLarge.tpl
@@ -3,7 +3,7 @@
-
Loading...
+
Loading...
diff --git a/LEAF_Nexus/admin/templates/site_elements/generic_xhrDialog.tpl b/LEAF_Nexus/admin/templates/site_elements/generic_xhrDialog.tpl
index 41eeb5503..0f5215561 100644
--- a/LEAF_Nexus/admin/templates/site_elements/generic_xhrDialog.tpl
+++ b/LEAF_Nexus/admin/templates/site_elements/generic_xhrDialog.tpl
@@ -4,7 +4,7 @@
Cancel
Save Change
- Loading...
+ Loading...
diff --git a/LEAF_Nexus/js/employeeSelector.js b/LEAF_Nexus/js/employeeSelector.js
index 936c7fc57..dd667853e 100644
--- a/LEAF_Nexus/js/employeeSelector.js
+++ b/LEAF_Nexus/js/employeeSelector.js
@@ -40,12 +40,12 @@ employeeSelector.prototype.initialize = function () {
this.prefixID +
'icon" src="' +
t.rootPath +
- 'dynicons/?img=search.svg&w=16" class="employeeSelectorIcon" alt="search" />\
+ 'dynicons/?img=search.svg&w=16" class="employeeSelectorIcon" alt="" />\
\
+ 'images/indicator.gif" style="display: none" class="employeeSelectorIcon" alt="" />\
\
@@ -54,7 +54,7 @@ employeeSelector.prototype.initialize = function () {
'input" type="search" class="employeeSelectorInput" aria-label="search input"/>\
'
+ 'result" role="status" aria-label="search results">'
);
$("#" + this.prefixID + "input").on("keydown", function (e) {
@@ -323,7 +323,7 @@ employeeSelector.prototype.search = function () {
if (t.outputStyle == "micro") {
$("#" + t.prefixID + "result_table").append(
'\
- 0) {
$("#" + t.prefixID + "result_table").append(
'\
- \
+ 'dynicons/?img=search.svg&w=16" class="groupSelectorIcon" alt="" />\
\
@@ -54,7 +54,7 @@ groupSelector.prototype.initialize = function () {
this.prefixID +
'iconBusy" src="' +
this.basePath +
- 'images/indicator.gif" style="display: none" class="groupSelectorIcon" alt="search" />\
+ 'images/indicator.gif" style="display: none" class="groupSelectorIcon" alt="" />\
\
'
+ 'result" role="status" aria-label="search results">'
);
$("#" + this.prefixID + "input").on("keydown", function (e) {
diff --git a/LEAF_Nexus/js/orgchartForm.js b/LEAF_Nexus/js/orgchartForm.js
index a74357d3c..934742da1 100644
--- a/LEAF_Nexus/js/orgchartForm.js
+++ b/LEAF_Nexus/js/orgchartForm.js
@@ -30,7 +30,7 @@ orgchartForm.prototype.initialize = function () {
\
Loading...
\
+ 'loadIndicator" style="visibility: hidden; position: absolute; text-align: center; font-size: 24px; font-weight: bold; background: white; padding: 16px; height: 300px; width: 460px">Loading... \
\
diff --git a/LEAF_Nexus/js/positionSelector.js b/LEAF_Nexus/js/positionSelector.js
index 332aa3282..ce80eddbb 100644
--- a/LEAF_Nexus/js/positionSelector.js
+++ b/LEAF_Nexus/js/positionSelector.js
@@ -42,7 +42,7 @@ positionSelector.prototype.initialize = function () {
this.prefixID +
'icon" src="' +
t.rootPath +
- 'dynicons/?img=search.svg&w=16" class="positionSelectorIcon" alt="search" />\
+ 'dynicons/?img=search.svg&w=16" class="positionSelectorIcon" alt="" />\
\
@@ -50,7 +50,7 @@ positionSelector.prototype.initialize = function () {
this.prefixID +
'iconBusy" src="' +
t.rootPath +
- 'images/indicator.gif" style="display: none" class="positionSelectorIcon" alt="search" />\
+ 'images/indicator.gif" style="display: none" class="positionSelectorIcon" alt="" />\
-
+
@@ -65,9 +65,9 @@ function getBaseDir()
This information system is provided for U.S. Government-authorized use only. Unauthorized or improper use of this system may result in disciplinary action, as well as civil and criminal penalties.
diff --git a/LEAF_Nexus/templates/editor.tpl b/LEAF_Nexus/templates/editor.tpl
index c6e6579d7..9ad8f19cb 100644
--- a/LEAF_Nexus/templates/editor.tpl
+++ b/LEAF_Nexus/templates/editor.tpl
@@ -27,7 +27,7 @@ placeholder
Loading...
-
+
diff --git a/LEAF_Nexus/templates/file_form_delete.tpl b/LEAF_Nexus/templates/file_form_delete.tpl
index 9f1d78148..d5209a2ec 100644
--- a/LEAF_Nexus/templates/file_form_delete.tpl
+++ b/LEAF_Nexus/templates/file_form_delete.tpl
@@ -1,7 +1,7 @@
Are you sure you want to delete this attachment?
-
-
+
+
diff --git a/LEAF_Request_Portal/admin/templates/main.tpl b/LEAF_Request_Portal/admin/templates/main.tpl
index 755027128..13e997a54 100644
--- a/LEAF_Request_Portal/admin/templates/main.tpl
+++ b/LEAF_Request_Portal/admin/templates/main.tpl
@@ -8,9 +8,9 @@
{if $tabText != ''}
- {$tabText} - {$title} | {$city}
+ {$tabText} - {$title}, {$city}
{else}
- {$title} | {$city}
+ {$title}, {$city}
{/if}
@@ -29,7 +29,7 @@ li {
var sites;
$(function() {
-
+ document.querySelector('title').innerText = 'National Distribution - ';
$('#prepare').on('click', function() {
$.ajax({
url: './utils/LEAF_exportStandardConfig.php',
diff --git a/LEAF_Request_Portal/templates/reports/LEAF_Sitemap_Search.tpl b/LEAF_Request_Portal/templates/reports/LEAF_Sitemap_Search.tpl
index 1ad25eb7e..f48ed746f 100644
--- a/LEAF_Request_Portal/templates/reports/LEAF_Sitemap_Search.tpl
+++ b/LEAF_Request_Portal/templates/reports/LEAF_Sitemap_Search.tpl
@@ -1032,8 +1032,9 @@ var clicked = false;
var newRecordID = 0;
var subordinateSites = [];
$(async function() {
- dialog = new dialogController('xhrDialog', 'xhr', 'loadIndicator', 'button_save', 'button_cancelchange');
- dialog_confirm = new dialogController('confirm_xhrDialog', 'confirm_xhr', 'confirm_loadIndicator', 'confirm_button_save', 'confirm_button_cancelchange');
+ document.querySelector('title').innerText = 'Sitemap Search - ';
+ dialog = new dialogController('xhrDialog', 'xhr', 'loadIndicator', 'button_save', 'button_cancelchange');
+ dialog_confirm = new dialogController('confirm_xhrDialog', 'confirm_xhr', 'confirm_loadIndicator', 'confirm_button_save', 'confirm_button_cancelchange');
dialog_message = new dialogController('genericDialog', 'genericDialogxhr', 'genericDialogloadIndicator', 'genericDialogbutton_save', 'genericDialogbutton_cancelchange');
leafSearch = new LeafFormSearchMultisite('searchContainer');
leafSearch.setJsPath('');
diff --git a/LEAF_Request_Portal/templates/reports/LEAF_Timeline_Explorer.tpl b/LEAF_Request_Portal/templates/reports/LEAF_Timeline_Explorer.tpl
index 01ea1821f..90e99261e 100644
--- a/LEAF_Request_Portal/templates/reports/LEAF_Timeline_Explorer.tpl
+++ b/LEAF_Request_Portal/templates/reports/LEAF_Timeline_Explorer.tpl
@@ -1202,6 +1202,7 @@ function start() {
let numTotalCategories = Infinity;
$(function() {
+ document.querySelector('title').innerText = 'Timeline Explorer - ';
queryFirstDateSubmitted = $('#showDateSubmitted').val();
$.ajax({
@@ -1317,13 +1318,13 @@ $(function() {
Timeline Data Explorer BETA 2
Requests submitted
-
+
daily
weekly
monthly
yearly
from
-
+
1 month ago
3 months ago
6 months ago
@@ -1374,7 +1375,7 @@ $(function() {
diff --git a/LEAF_Request_Portal/templates/reports/LEAF_import_data.tpl b/LEAF_Request_Portal/templates/reports/LEAF_import_data.tpl
index fbc382d21..9cbf83009 100644
--- a/LEAF_Request_Portal/templates/reports/LEAF_import_data.tpl
+++ b/LEAF_Request_Portal/templates/reports/LEAF_import_data.tpl
@@ -425,7 +425,7 @@
}
$(function () {
-
+ document.querySelector('title').innerText = 'Import Spreadsheet - ';
$("body").prepend($("#modal-background"));
var progressTimer;
var progressbar = $( "#progressbar" );
diff --git a/LEAF_Request_Portal/templates/reports/LEAF_mass_action.tpl b/LEAF_Request_Portal/templates/reports/LEAF_mass_action.tpl
index 474606dc9..56a210479 100644
--- a/LEAF_Request_Portal/templates/reports/LEAF_mass_action.tpl
+++ b/LEAF_Request_Portal/templates/reports/LEAF_mass_action.tpl
@@ -78,4 +78,9 @@
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/LEAF_Request_Portal/templates/reports/LEAF_sitemaps_template.tpl b/LEAF_Request_Portal/templates/reports/LEAF_sitemaps_template.tpl
index b5b1a8a64..f0ee4c9a7 100644
--- a/LEAF_Request_Portal/templates/reports/LEAF_sitemaps_template.tpl
+++ b/LEAF_Request_Portal/templates/reports/LEAF_sitemaps_template.tpl
@@ -29,6 +29,7 @@
var sitemapOBJ;
var dialog = new dialogController('xhrDialog', 'xhr', 'loadIndicator', 'button_save', 'button_cancelchange');
$(function() {
+ document.querySelector('title').innerText = 'Sitemap Editor - ';
//load existing sitemap on page load
parseSitemapJSON();
// hide alert
diff --git a/LEAF_Request_Portal/templates/reports/LEAF_table_input_report.tpl b/LEAF_Request_Portal/templates/reports/LEAF_table_input_report.tpl
index ff4be7068..fc22fa5e2 100644
--- a/LEAF_Request_Portal/templates/reports/LEAF_table_input_report.tpl
+++ b/LEAF_Request_Portal/templates/reports/LEAF_table_input_report.tpl
@@ -194,6 +194,7 @@ async function queryIndicator(catID='', indicatorID=0) {
}
function main() {
+ document.querySelector('title').innerText = 'Grid Splitter - ';
//populate dropdown for forms
$.ajax({
type: 'GET',
diff --git a/LEAF_Request_Portal/templates/site_elements/generic_OkDialog.tpl b/LEAF_Request_Portal/templates/site_elements/generic_OkDialog.tpl
index 92d8296fb..cdf90810d 100644
--- a/LEAF_Request_Portal/templates/site_elements/generic_OkDialog.tpl
+++ b/LEAF_Request_Portal/templates/site_elements/generic_OkDialog.tpl
@@ -1,6 +1,6 @@
-
Ok
+
Ok
diff --git a/LEAF_Request_Portal/templates/site_elements/generic_confirm_xhrDialog.tpl b/LEAF_Request_Portal/templates/site_elements/generic_confirm_xhrDialog.tpl
index 0a58dc37c..f0e36d826 100644
--- a/LEAF_Request_Portal/templates/site_elements/generic_confirm_xhrDialog.tpl
+++ b/LEAF_Request_Portal/templates/site_elements/generic_confirm_xhrDialog.tpl
@@ -1,10 +1,10 @@
diff --git a/LEAF_Request_Portal/templates/site_elements/generic_dialog.tpl b/LEAF_Request_Portal/templates/site_elements/generic_dialog.tpl
index 4be359cec..3d4ccb738 100644
--- a/LEAF_Request_Portal/templates/site_elements/generic_dialog.tpl
+++ b/LEAF_Request_Portal/templates/site_elements/generic_dialog.tpl
@@ -2,7 +2,7 @@
diff --git a/LEAF_Request_Portal/templates/site_elements/generic_xhrDialog.tpl b/LEAF_Request_Portal/templates/site_elements/generic_xhrDialog.tpl
index 42a0af9c4..b633dd34e 100644
--- a/LEAF_Request_Portal/templates/site_elements/generic_xhrDialog.tpl
+++ b/LEAF_Request_Portal/templates/site_elements/generic_xhrDialog.tpl
@@ -1,10 +1,10 @@
diff --git a/LEAF_Request_Portal/templates/subindicators.tpl b/LEAF_Request_Portal/templates/subindicators.tpl
index d370fb2dd..ce6552246 100644
--- a/LEAF_Request_Portal/templates/subindicators.tpl
+++ b/LEAF_Request_Portal/templates/subindicators.tpl
@@ -197,7 +197,7 @@
-
+
@@ -231,6 +231,28 @@