"
html += "Export Options
"
html += "Click the button to generate the app settings into the textarea.
"
html += "Copy/paste the text and save in a text document for importing at a later time.
"
html += "Copy Options will copy the text to the browser clipboard which can then be pasted into a document."
html += "
" html += "import_export Export Options" html += "" html += "" html += "Copy to clipboard" html += "content_copy Copy Options" html += "" html += "" html += "" html += "
" html += "" html += "
"
html += "Import Options
"
html += "Paste the contents from a previous export into the textarea.
"
html += "Click Import Options to populate the settings.
"
html += "NOTE: The page will reload automatically after clicking Import Options to save the settings."
html += "
"
html += "
"
html += "import_export Import Options"
html += "
" html += "
"
html += "Global Options
"
check_counts = hide_counts == 'true' ? 'checked="checked"' : ''
html += "Hide item count on each container?
"
html += "
" html += "
" html += "" // Get default array and populate into hidden input (for resetting rules) default_rules = "[" resetRules.each{ default_rules += '"' + it.key + '"' + "," } default_rules = default_rules.substring( 0, default_rules.lastIndexOf( "," ) ); default_rules += "]" main_defaults = '{"hide_counts":"false","containers":[{"name":"Original Rules","slug":"original-rules","title_color":"","title_opacity":"","title_bold":"","container_color":"","container_opacity":"","visible":true,"rules":' + default_rules + '}]}' html += "
"
html += "Reset Options
"
html += "Use this tool to restore the app back to initial default values.
"
html += "This can be useful if something is buggy, or to start a clean slate.
"
html += "
"
html += "Note: Clicking the button will erase any customizations and reload the page.
"
html += "import_export Reset Options"
html += ""
html += "