Translation updated
This commit is contained in:
+370
-357
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+2
-2
@@ -97,7 +97,7 @@ $maximgy = $pdo->query("SELECT valint FROM settings WHERE userid=0 AND sno=21")-
|
||||
|
||||
?>
|
||||
<form method="post" action="<?=$g_scriptname?>">
|
||||
<h2>for current user</h2>
|
||||
<h2><?=_('for current user')?></h2>
|
||||
<?php
|
||||
form_create_select('datefmt', _('Date format'), $opt_datefmt, $datefmt);
|
||||
?>
|
||||
@@ -109,7 +109,7 @@ form_create_select('datefmt', _('Date format'), $opt_datefmt, $datefmt);
|
||||
// limit global settings for captain only
|
||||
if ($user->role == 'captain'):
|
||||
?>
|
||||
<h2>global for all users</h2>
|
||||
<h2><?=_('global for all users')?></h2>
|
||||
<div class="mb-3">
|
||||
<label for="maximgx" class="form-label"><?=_('Maximal image width')?></label>
|
||||
<input type="text" class="form-control" id="maximgx" name="maximgx" maxlength="4" value=<?=$maximgx?>>
|
||||
|
||||
Reference in New Issue
Block a user