1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

Flextype Admin Panel: #165

- updates
This commit is contained in:
Awilum
2019-07-05 00:28:57 +03:00
parent 948df3506e
commit 715fdfdd6b

View File

@@ -113,7 +113,7 @@
<input type="text" id="systemSettingsSystemTheme" name="entries[media][upload_images_width]" value="{{ registry.settings.entries.media.upload_images_width }}" class="form-control" required="required">
</div>
<div class="form-group">
<label for="entries[media][upload_images_height]">{{ tr('admin_width') }}</label>
<label for="entries[media][upload_images_height]">{{ tr('admin_height') }}</label>
<input type="text" id="systemSettingsSystemEntriesMain" name="entries[media][upload_images_height]" value="{{ registry.settings.entries.media.upload_images_height }}" class="form-control" required="required"> </div>
</div>