diff --git a/public-typescript/adminFees.js b/public-typescript/adminFees.js
index 13076c98..9c2cefd2 100644
--- a/public-typescript/adminFees.js
+++ b/public-typescript/adminFees.js
@@ -51,18 +51,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
"" +
"") +
('
' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML("button--moveFeeCategoryUp", "button--moveFeeCategoryDown") +
"
") +
"") +
"" +
@@ -148,17 +137,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
"" +
"") +
('' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML("button--moveFeeUp", "button--moveFeeDown") +
"
" +
"
") +
"";
diff --git a/public-typescript/adminFees.ts b/public-typescript/adminFees.ts
index cd8658c8..f2c3413b 100644
--- a/public-typescript/adminFees.ts
+++ b/public-typescript/adminFees.ts
@@ -71,18 +71,10 @@ declare const bulmaJS: BulmaJS;
"" +
"") +
('' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML(
+ "button--moveFeeCategoryUp",
+ "button--moveFeeCategoryDown"
+ ) +
"
") +
"") +
"" +
@@ -175,17 +167,10 @@ declare const bulmaJS: BulmaJS;
"" +
"") +
('' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML(
+ "button--moveFeeUp",
+ "button--moveFeeDown"
+ ) +
"
" +
"
") +
"";
diff --git a/public-typescript/adminLotTypes.js b/public-typescript/adminLotTypes.js
index 22cb96cc..9ec207d1 100644
--- a/public-typescript/adminLotTypes.js
+++ b/public-typescript/adminLotTypes.js
@@ -280,18 +280,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
"" +
'' +
('
' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML("button--moveLotTypeFieldUp", "button--moveLotTypeFieldDown") +
"
") +
"
" +
"";
@@ -355,18 +344,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
"" +
"") +
('' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML("button--moveLotTypeUp", "button--moveLotTypeDown") +
"
") +
"") +
"" +
diff --git a/public-typescript/adminLotTypes.ts b/public-typescript/adminLotTypes.ts
index b0693554..0eba6258 100644
--- a/public-typescript/adminLotTypes.ts
+++ b/public-typescript/adminLotTypes.ts
@@ -504,18 +504,10 @@ declare const bulmaJS: BulmaJS;
"" +
'' +
('
' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML(
+ "button--moveLotTypeFieldUp",
+ "button--moveLotTypeFieldDown"
+ ) +
"
") +
"
" +
"";
@@ -601,18 +593,10 @@ declare const bulmaJS: BulmaJS;
"" +
"") +
('' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML(
+ "button--moveLotTypeUp",
+ "button--moveLotTypeDown"
+ ) +
"
") +
"") +
"" +
diff --git a/public-typescript/adminOccupancyTypes.js b/public-typescript/adminOccupancyTypes.js
index c1b0c929..1fea9283 100644
--- a/public-typescript/adminOccupancyTypes.js
+++ b/public-typescript/adminOccupancyTypes.js
@@ -287,18 +287,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
"" +
'' +
('
' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML("button--moveOccupancyTypeFieldUp", "button--moveOccupancyTypeFieldDown") +
"
") +
"
" +
"";
@@ -417,18 +406,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
"" +
'' +
('
' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML("button--moveOccupancyTypePrintUp", "button--moveOccupancyTypePrintDown") +
"
") +
('
' +
'" +
"
") +
('
' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML("button--moveOccupancyTypeUp", "button--moveOccupancyTypeDown") +
"
") +
"
") +
"" +
diff --git a/public-typescript/adminOccupancyTypes.ts b/public-typescript/adminOccupancyTypes.ts
index 9495f32c..5c9ad049 100644
--- a/public-typescript/adminOccupancyTypes.ts
+++ b/public-typescript/adminOccupancyTypes.ts
@@ -16,6 +16,7 @@ declare const bulmaJS: BulmaJS;
const occupancyTypesContainerElement = document.querySelector(
"#container--occupancyTypes"
) as HTMLElement;
+
const occupancyTypePrintsContainerElement = document.querySelector(
"#container--occupancyTypePrints"
) as HTMLElement;
@@ -551,18 +552,10 @@ declare const bulmaJS: BulmaJS;
"" +
'' +
('
' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML(
+ "button--moveOccupancyTypeFieldUp",
+ "button--moveOccupancyTypeFieldDown"
+ ) +
"
") +
"
" +
"";
@@ -788,18 +781,10 @@ declare const bulmaJS: BulmaJS;
"" +
'' +
('
' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML(
+ "button--moveOccupancyTypePrintUp",
+ "button--moveOccupancyTypePrintDown"
+ ) +
"
") +
('
' +
'" +
"
") +
('
' +
- '
' +
- '
' +
- '" +
- "
" +
- '
' +
- '" +
- "
" +
- "
" +
+ los.getMoveUpDownButtonFieldHTML(
+ "button--moveOccupancyTypeUp",
+ "button--moveOccupancyTypeDown"
+ ) +
"
") +
"
") +
"" +
diff --git a/public-typescript/adminTables.js b/public-typescript/adminTables.js
index c6e4452c..2ccf6525 100644
--- a/public-typescript/adminTables.js
+++ b/public-typescript/adminTables.js
@@ -154,14 +154,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
'' +
'' +
' ' +
- (' ' +
- ' ' +
- '' +
- " " +
- ' ' +
- '' +
- " " +
- " ") +
+ los.getMoveUpDownButtonFieldHTML("button--moveWorkOrderTypeUp", "button--moveWorkOrderTypeDown", false) +
" " +
' ' +
' |