Skip to content

Commit

Permalink
HTML5 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Jan 13, 2025
1 parent 0ee1367 commit 726ad77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adm/style/acp_pwakit.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ <h3>{{ lang('WARNING') }}</h3>
<fieldset>
<legend>{{ lang('ACP_PWA_KIT_LEGEND_ICONS') }}</legend>
<dl>
<dt><label for="pwa_upload">{{ lang('ACP_PWA_IMG_UPLOAD') ~ lang('COLON') }}</label><br /><span>{{ lang('ACP_PWA_IMG_UPLOAD_EXPLAIN', PWA_IMAGES_DIR) }}</span></dt>
<dt><label for="pwa_upload">{{ lang('ACP_PWA_IMG_UPLOAD') ~ lang('COLON') }}</label><br><span>{{ lang('ACP_PWA_IMG_UPLOAD_EXPLAIN', PWA_IMAGES_DIR) }}</span></dt>
<dd>
<input type="file" accept="image/*" class="inputbox autowidth" id="pwa_upload" name="pwa_upload" />
<input type="file" accept="image/*" class="inputbox autowidth" id="pwa_upload" name="pwa_upload">
<button class="button2 pwakit-button" id="upload" name="upload" value="{{ lang('ACP_PWA_IMG_UPLOAD_BTN') }}">{{ Icon('font', 'upload', lang('ACP_PWA_IMG_UPLOAD_BTN')) }}</button>
<button class="button2 pwakit-button" id="resync" name="resync" value="{{ lang('ACP_PWA_IMG_RESYNC_BTN') }}">{{ Icon('font', 'sync', lang('ACP_PWA_IMG_RESYNC_BTN')) }}</button>
</dd>
Expand Down

0 comments on commit 726ad77

Please sign in to comment.