mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
Added List and Menu clean up.
This commit is contained in:
parent
2f3f82477a
commit
e60c32894c
7 changed files with 211 additions and 9 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<div class="card">
|
||||
<div class="card-content">
|
||||
<span class="card-title">Clean Up List Items</span>
|
||||
<a class="btn waves-effect waves-light blue white-text" id="cleanLists">Clean Lists</a>
|
||||
<a class="btn waves-effect waves-light blue white-text modal-trigger" href="#cleanUpConfirm" id="cleanLists">Clean Lists</a>
|
||||
<i class="material-icons tooltipped right" data-html="true" data-position="top" data-tooltip-id="tooltip-content">info</i>
|
||||
<div id="tooltip-content" style="display: none;">To clean up old lists along with related list items, ensure any lists you no longer need or use are marked as 'Complete' by tapping or clicking the checkmark icon on the list entry.</div>
|
||||
</div>
|
||||
|
|
@ -16,9 +16,9 @@
|
|||
<div class="card">
|
||||
<div class="card-content">
|
||||
<span class="card-title">Clean Up Menus</span>
|
||||
<a class="btn waves-effect waves-light blue white-text" id="cleanLists">Clean Menus</a>
|
||||
<a class="btn waves-effect waves-light blue white-text modal-trigger" href="#cleanUpConfirm" id="cleanMenus">Clean Menus</a>
|
||||
<i class="material-icons tooltipped right" data-html="true" data-position="top" data-tooltip-id="tooltip-menus">info</i>
|
||||
<div id="tooltip-menus" style="display: none;">This will clean up old Menus and items where all items are past the date, including items that have no date set.</div>
|
||||
<div id="tooltip-menus" style="display: none;">This will clean up old Menus and items where all Menus where menu items are past the date, including items that have no date set.</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<div class="card">
|
||||
<div class="card-content">
|
||||
<span class="card-title">Clean Up Products</span>
|
||||
<a class="btn waves-effect waves-light blue white-text" id="cleanLists">Clean Products</a>
|
||||
<a class="btn waves-effect waves-light blue white-text" id="cleanProducts">Clean Products</a>
|
||||
<i class="material-icons tooltipped right" data-html="true" data-position="top" data-tooltip-id="tooltip-products">info</i>
|
||||
<div id="tooltip-products" style="display: none;">This will help you clean up all products. This task takes a little more user interaction in order to identify duplicate and unique items.</div>
|
||||
</div>
|
||||
|
|
@ -36,13 +36,24 @@
|
|||
<div class="card">
|
||||
<div class="card-content">
|
||||
<span class="card-title">Clean Up Tasks</span>
|
||||
<a class="btn waves-effect waves-light blue white-text" id="cleanLists">Clean Tasks</a>
|
||||
<a class="btn waves-effect waves-light blue white-text" id="cleanTasks">Clean Tasks</a>
|
||||
<i class="material-icons tooltipped right" data-html="true" data-position="top" data-tooltip-id="tooltip-tasks">info</i>
|
||||
<div id="tooltip-tasks" style="display: none;">This will clean up all tasks where the date has past, or the task is marked completed. For completed tasks to be cleared, today must also be past the due date on the task.</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col s12 m6 l4">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<span class="card-title">Clean Up Stores</span>
|
||||
<a class="btn waves-effect waves-light blue white-text" id="cleanStores">Clean Stores</a>
|
||||
<i class="material-icons tooltipped right" data-html="true" data-position="top" data-tooltip-id="tooltip-stores">info</i>
|
||||
<div id="tooltip-stores" style="display: none;">This will allow you to clean up Store entries if needed.</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{> cleanUpModalConfirm}}
|
||||
{{else}}
|
||||
<p class="flow-text">You appear to have reached this page without having appropriate permissions to view the contents. If you believe this is a mistake, please contact your system admin for assistance.</p>
|
||||
{{/if}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue