mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
Now possible to select file-based lang()
This commit is contained in:
parent
e5289b5b03
commit
d85756a0e6
@ -37,6 +37,16 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr bgcolor="{row_off}">
|
||||||
|
<td>{lang_read_translations_from}:</td>
|
||||||
|
<td>
|
||||||
|
<select name="newsettings[translation_system]">
|
||||||
|
<option value="sql"{selected_translation_system_sql}>SQL</option>
|
||||||
|
<option value="file"{selected_translation_system_file}>{lang_file}</option>
|
||||||
|
</select>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr bgcolor="{row_on}">
|
<tr bgcolor="{row_on}">
|
||||||
<td colspan="2"> </td>
|
<td colspan="2"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user