diff --git a/src/routes/journals/+page.svelte b/src/routes/journals/+page.svelte index 206afae9..5e6ebb58 100644 --- a/src/routes/journals/+page.svelte +++ b/src/routes/journals/+page.svelte @@ -246,7 +246,7 @@ async function create_journal() { {#if $journals_sess.show__modal__journals_config} + bind:show={$journals_sess.show__modal__journals_config} /> {/if} (tab = 'form')}> + class={tab_button_class(tab === 'config')} + onclick={() => (tab = 'config')}> Config - {#if tab === 'form'} - + {#if tab === 'config'} + Date and Time Display - - + + DateTime Format ISO (YYYY-MM-DD HH:mm:ss) - + Time-Only Format User Interface Preferences - - + + - + Journal Query Filters - - + + Enabled Status All (Enabled & Disabled & NULL) - + Hidden Status All (Visible & Hidden & NULL) - + Query Limit Entry Query Filters - - + + Enabled Status All (Enabled & Disabled & NULL) - + Hidden Status All (Visible & Hidden & NULL) - + Query Limit Global security overrides for the journal module. - + + + + + + + Alerts & Messaging + + + + Alert Message + + + + + + + Enable Alert + + Mark this journal for attention in lists and + headers. + + + + + + + + + + + Admin + + + + Notes + + + + + + + + Enabled + + Allow access to this journal. + + + + + + + + Hidden + + Hide this journal from standard lists. + + + + + + + + Priority + + Pin this journal ahead of the standard + order. + + + + + + + Sort Order + + Lower numbers appear earlier in lists. + + + + + + + + + Admin changes apply to the journal module state + and are saved with the rest of this config. + + + + {:else if tab === 'local_json'}
+ Admin changes apply to the journal module state + and are saved with the rest of this config. +