Minor changes

This commit is contained in:
Scott Idem
2024-11-06 15:41:21 -05:00
parent 6a609646cc
commit 594074a1dd
2 changed files with 3 additions and 3 deletions

View File

@@ -549,7 +549,7 @@ async function handle_submit_form(event) {
<label>Sort <input type="number" name="sort" value={$idaa_slct.archive_content_obj.sort} class="input w-24" /></label>
<label>Group <input type="text" name="group" value={$idaa_slct.archive_content_obj.group} max="100" class="input" /></label>
<label>Group <input type="text" name="group" value={$idaa_slct.archive_content_obj.group} max="100" class="input w-48" /></label>
{#if $ae_loc.administrator_access}
<label>Enable

View File

@@ -418,9 +418,9 @@ async function handle_submit_form(event) {
<!-- <input type="checkbox" name="priority" value={$idaa_slct.archive_obj.priority} /> -->
</label>
<label>Sort <input type="number" name="sort" value={$idaa_slct.archive_obj.sort} /></label>
<label>Sort <input type="number" name="sort" value={$idaa_slct.archive_obj.sort} class="input w-24" /></label>
<label>Group <input type="text" name="group" value={$idaa_slct.archive_obj.group} max="100" /></label>
<label>Group <input type="text" name="group" value={$idaa_slct.archive_obj.group} max="100" class="input w-48" /></label>
{#if $ae_loc.administrator_access}
<label>Enable