diff options
-rw-r--r-- | ctrack/caf/templates/caf/applicablesystem_list.html | 2 | ||||
-rw-r--r-- | ctrack/templates/pages/home.html | 10 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ctrack/caf/templates/caf/applicablesystem_list.html b/ctrack/caf/templates/caf/applicablesystem_list.html index 651d389..490f374 100644 --- a/ctrack/caf/templates/caf/applicablesystem_list.html +++ b/ctrack/caf/templates/caf/applicablesystem_list.html @@ -20,6 +20,8 @@ <div class="col-12 m-2"> <h3>Critical Systems</h3> <span><a href="#">[Create new...]</a></span> + <p>Use the search box to filter the table. The table can be exported in various formats using the buttons below. These + downloads will respect the filtering used.</p> <div class="row justify-content-center"> <div class="col-md-12 my-2"> <table id="datatable" class="table table-bordered" style="width:100%"> diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html index a8fa58e..22fdac6 100644 --- a/ctrack/templates/pages/home.html +++ b/ctrack/templates/pages/home.html @@ -18,7 +18,7 @@ application.</p> <div class="col-12 p-2"> <div class="row row-cols-2"> - <div class="col-md-6 m-1 border rounded p-2"> + <div class="col-sm-6 m-1 border rounded p-2"> <h3 class="mb-3"> <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-people-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> @@ -38,6 +38,8 @@ phone calls, <span class="lead font-weight-bold">X</span> video conferences, and <span class="lead font-weight-bold">X</span> meetings.</p> + <p class="small">Use these high level lists to view things by <strong>lead inspector</strong>, <strong>sub-mode</strong> + and other attributes:</p> <ul class="list-group"> <li class="list-group-item list-group-item-dark"><a href="{% url "organisations:list" %}">All @@ -47,10 +49,8 @@ <li class="list-group-item list-group-item-dark"><a href="#">All essential services</a></li> </ul> - <p>You can filter these lists to view things by <strong>lead inspector</strong>, <strong>sub-mode</strong> - and other things.</p> </div> - <div class="col-md-5 m-1 border rounded p-2"> + <div class="col-sm-5 m-1 border rounded p-2"> <h3 class="mb-3"> <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-card-checklist" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> @@ -68,6 +68,8 @@ class="lead font-weight-bold">X</span> are currently undergoing validation and <span class="lead font-weight-bold">X</span> are currently being updated by OES.</p> + <p class="small">Use these high level lists to view things by <strong>lead inspector</strong>, <strong>sub-mode</strong> + and other attributes:</p> <ul class="list-group"> <li class="list-group-item list-group-item-dark"><a href="{% url "caf:caf_list" %}">All CAFs</a></li> |