mirror of
https://github.com/unraid/webgui.git
synced 2026-01-25 02:58:58 -06:00
Multi-language support
This commit is contained in:
@@ -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');
|
||||
?>
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user