mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Admin interface translated to Russian, bugfixes.
Note, TESTING PURPOSES ONLY, ERROR_REPORTING = E_ALL. Pending: User interface to Russian, English Re-Translation, E_NOTICE fixes
This commit is contained in:
parent
57015cf756
commit
8fb1fa5482
21 changed files with 1031 additions and 926 deletions
|
@ -79,7 +79,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" size="20" class="vst-checkbox" name="v_dkim" <?php if ($v_dkim == 'yes') echo "checked=yes"; ?>>
|
||||
<input type="checkbox" size="20" class="vst-checkbox" name="v_dkim" <?php if (isset($v_dkim)&&$v_dkim == 'yes') echo "checked=yes"; ?>>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue