hopefully my id names are more clear now

This commit is contained in:
sean1138 2025-09-14 05:34:18 -04:00
commit 2a0f66c858
5 changed files with 9 additions and 8 deletions

View file

@ -300,7 +300,7 @@ $( function() {
<div class="form-group">
<label for="insertImageDialogFile"><?php echo i18n('Upload');?></label>
<input type="file" class="form-control-file" name="file" id="insertImageDialogFile" accept="image/png,image/jpeg,image/gif, image/webp" style="display:none;" />
<button id="vs_dropZoneC" class="vs-dropzone" type="button">Drag &amp; Drop image here, or click to browse</button>
<button id="dropZoneIIDF" class="vs-dropzone" type="button">Drag &amp; Drop image here, or click to browse</button>
</div>
<hr>
<div class="form-group">
@ -341,7 +341,7 @@ $( function() {
<div class="form-group">
<label for="insertMediaDialogFile"><?php echo i18n('Upload');?></label>
<input type="file" class="form-control-file" name="file" id="insertMediaDialogFile" accept="image/png,image/jpeg,image/gif, image/webp" style="display:none;" />
<button id="vs_dropZoneF" class="vs-dropzone" type="button">Drag &amp; Drop image here, or click to browse</button>
<button id="dropZoneIMDF" class="vs-dropzone" type="button">Drag &amp; Drop image here, or click to browse</button>
</div>
<hr>
<div class="form-group">

View file

@ -166,7 +166,7 @@ if ($type == 'is_page') {
<div class="form-group">
<label for="insertImageDialogFile"><?php echo i18n('Upload');?></label>
<input type="file" class="form-control-file" name="file" id="insertImageDialogFile" accept="image/png,image/jpeg,image/gif, image/webp" style="display:none;" />
<button id="vs_dropZoneC" class="vs-dropzone" type="button">Drag &amp; Drop image here, or click to browse</button>
<button id="dropZoneIIDF" class="vs-dropzone" type="button">Drag &amp; Drop image here, or click to browse</button>
</div>
<hr>
<div class="form-group">

View file

@ -394,7 +394,7 @@ $( function() {
<div class="form-group">
<label for="insertImageDialogFile"><?php echo i18n('Upload');?></label>
<input type="file" class="form-control-file" name="file" id="insertImageDialogFile" accept="image/png,image/jpeg,image/gif, image/webp" style="display:none;" style="display:none;" />
<button id="vs_dropZoneC" class="vs-dropzone" type="button">Drag &amp; Drop image here, or click to browse</button>
<button id="dropZoneIIDF" class="vs-dropzone" type="button">Drag &amp; Drop image here, or click to browse</button>
</div>
<hr>
<div class="form-group">

View file

@ -325,8 +325,9 @@ if ($type == 'is_page' || $type == 'is_frontpage') {
</div>
<hr>
<div class="form-group">
<label for="insertMediaDialogFile"><?php echo i18n('Upload');?></label>
<input type="file" class="form-control-file" name="file" id="insertMediaDialogFile" accept="image/png,image/jpeg,image/gif" />
<label for="insertImageDialogFile"><?php echo i18n('Upload');?></label>
<input type="file" class="form-control-file" name="file" id="insertImageDialogFile" accept="image/png,image/jpeg,image/gif, image/webp" style="display:none;" />
<button id="dropZoneIIDF" class="vs-dropzone" type="button">Drag &amp; Drop image here, or click to browse</button>
</div>
<hr>
<div class="form-group">