Multi-language support

This commit is contained in:
bergware
2020-05-21 14:12:12 +02:00
parent 102e56969f
commit cbf84d3d3a
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ Tag="user"
*/
?>
<?
$void = "<img src='/webGui/images/user.png' width='48' height='48' onclick='$(\"#\").click()' style='cursor:pointer' title='".my_lang('Click to select PNG file',4)."'>";
$void = "<img src='/webGui/images/user.png' width='48' height='48' onclick='$(\"#drop\").click()' style='cursor:pointer' title='".my_lang('Click to select PNG file',4)."'>";
$icon = "<i class='fa fa-trash top' title='".my_lang('Restore default image',4)."' onclick='restore()'></i>";
$zxcvbn = file_exists('/boot/config/plugins/dynamix/zxcvbn.js');
?>

View File

@@ -21,7 +21,7 @@ Tag="user"
<?endif;?>
<?
$user = "/boot/config/plugins/dynamix/users/$name.png";
$void = "<img src='/webGui/images/user.png' width='48' height='48' id='image' onclick='$(\"#\").click()' style='cursor:pointer' title='".my_lang('Click to select PNG file',4)."'>";
$void = "<img src='/webGui/images/user.png' width='48' height='48' id='image' onclick='$(\"#drop\").click()' style='cursor:pointer' title='".my_lang('Click to select PNG file',4)."'>";
$icon = "<i class='fa fa-trash top' title='".my_lang('Restore default image',4)."' onclick='restore()'></i>";
$zxcvbn = file_exists('/boot/config/plugins/dynamix/zxcvbn.js');