@@ -121,29 +121,29 @@
{% for bd in bill_data %}
{% if loop.first %}
{% endif %}
{% if bd.bill_type_id == bt.id %}
{% if bd.estimated == 1 %}
- {% set classes="fst-italic form-control text-center bg-white" %}
+ {% set classes="fst-italic form-control text-center" %}
{% else %}
@@ -229,7 +229,6 @@
function CancelUpdateBill( id, bill_type, bill_date, amount )
{
// fix-up type, date and amount fields
- $('#bill-data-type-'+id).addClass('bg-white')
$('#bill-data-date-'+id).prop('disabled', true )
$('#bill-data-amount-'+id).prop('disabled', true )
// alter change/delete buttons to be save/cancel
@@ -301,10 +300,8 @@
function CancelUpdateBillType(id,orig_name)
{
- // "re-enable" the freq & growth
- $('.bill-type-'+id).removeClass('bg-light text-secondary').addClass('bg-white')
// "disable" name for edits
- $('#bill-type-name-'+id).prop('disabled', true)
+ $('.bill-type-'+id).prop('disabled', true)
// alter change/delete buttons to be save/cancel
$('#bill-type-chg-'+id).removeClass('d-none')
$('#bill-type-del-'+id).removeClass('d-none')
diff --git a/templates/index.html b/templates/index.html
index 33b1dd6..9f2e494 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,5 +1,5 @@
-
+
@@ -11,6 +11,7 @@
+