#91 Show respective text on custom fields page depending on MFH setting
This commit is contained in:
parent
e2c6e2c179
commit
94b5f65241
@ -1215,7 +1215,9 @@ if ( defined('HESK_DEMO') )
|
|||||||
<th><?php echo $hesklang['enable']; ?></th>
|
<th><?php echo $hesklang['enable']; ?></th>
|
||||||
<th><?php echo $hesklang['s_type']; ?></th>
|
<th><?php echo $hesklang['s_type']; ?></th>
|
||||||
<th><?php echo $hesklang['custom_r']; ?></th>
|
<th><?php echo $hesklang['custom_r']; ?></th>
|
||||||
<th><?php echo $hesklang['custom_n']; ?></th>
|
<th>
|
||||||
|
<?php if ($modsForHesk_settings['custom_field_setting']) { echo $hesklang['custom_language_key']; } else { echo $hesklang['custom_n']; } ?>
|
||||||
|
</th>
|
||||||
<th><?php echo $hesklang['custom_place']; ?></th>
|
<th><?php echo $hesklang['custom_place']; ?></th>
|
||||||
<th><?php echo $hesklang['opt']; ?></th>
|
<th><?php echo $hesklang['opt']; ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -31,6 +31,7 @@ $hesklang['custom_field_setting'] = 'Multilanguage support';
|
|||||||
$hesklang['custom_field_setting_help'] = 'Enabling this setting will use the name of the custom field as the language
|
$hesklang['custom_field_setting_help'] = 'Enabling this setting will use the name of the custom field as the language
|
||||||
file\'s key, rather than the direct name itself. This allows the custom field to be translated into different languages.';
|
file\'s key, rather than the direct name itself. This allows the custom field to be translated into different languages.';
|
||||||
$hesklang['enable_custom_field_language'] = 'Enable multilanguage support';
|
$hesklang['enable_custom_field_language'] = 'Enable multilanguage support';
|
||||||
|
$hesklang['custom_language_key'] = 'Field language file key';
|
||||||
|
|
||||||
// ADDED OR MODIFIED IN Mods For HESK 1.6.0
|
// ADDED OR MODIFIED IN Mods For HESK 1.6.0
|
||||||
$hesklang['ticket_closed'] = '[#%%TRACK_ID%%] Ticket closed/resolved';
|
$hesklang['ticket_closed'] = '[#%%TRACK_ID%%] Ticket closed/resolved';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user