summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-05 12:19:27 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-05 12:19:27 +0100
commite0f340cfec0d0534e1518dbe3b16e2ed22c3b205 (patch)
tree3d8b62140dc15833aafdff5daad42c40a068e1fd /templates
parent9b8641f687e050548020bfa484fa36b5955d5f21 (diff)
downloadusers-e0f340cfec0d0534e1518dbe3b16e2ed22c3b205.tar.gz
users-e0f340cfec0d0534e1518dbe3b16e2ed22c3b205.tar.bz2
users-e0f340cfec0d0534e1518dbe3b16e2ed22c3b205.zip
Display flag icons at 32x24 (4:3 ratio)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/user_information_inc.tpl2
-rw-r--r--templates/user_preferences.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/user_information_inc.tpl b/templates/user_information_inc.tpl
index 682ecc5..68b6f0b 100644
--- a/templates/user_information_inc.tpl
+++ b/templates/user_information_inc.tpl
@@ -23,7 +23,7 @@
<div class="form-group">
{formlabel label="Country"}
{forminput}
- {biticon ipackage="users" ipath="flags/" iname=$userData->getPreference('flag') iexplain=$userData->getPreference('users_country') iforce="icon"} {$userData->getPreference('users_country')}
+ {biticon ipackage="users" ipath="flags/" iname=$userData->getPreference('flag') iexplain=$userData->getPreference('users_country') iforce="icon" width=32 height=24} {$userData->getPreference('users_country')}
{/forminput}
</div>
diff --git a/templates/user_preferences.tpl b/templates/user_preferences.tpl
index b7a4205..e0e30f7 100644
--- a/templates/user_preferences.tpl
+++ b/templates/user_preferences.tpl
@@ -68,7 +68,7 @@
{/foreach}
</select>
&nbsp;
- {if $editUser->mPrefs.flag}{biticon iforce=icon ipackage=users ipath="flags/" iname=$editUser->mPrefs.flag iexplain=$editUser->mPrefs.users_country}{/if}
+ {if $editUser->mPrefs.flag}{biticon iforce=icon ipackage=users ipath="flags/" iname=$editUser->mPrefs.flag iexplain=$editUser->mPrefs.users_country width=32 height=24}{/if}
{/forminput}
</div>