#91 Show respective text on custom fields page depending on MFH setting

This commit is contained in:
Mike Koch 2014-12-28 23:56:19 -05:00
parent e2c6e2c179
commit 94b5f65241
2 changed files with 4 additions and 1 deletions

View File

@ -1215,7 +1215,9 @@ if ( defined('HESK_DEMO') )
<th><?php echo $hesklang['enable']; ?></th>
<th><?php echo $hesklang['s_type']; ?></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['opt']; ?></th>
</tr>

View File

@ -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
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['custom_language_key'] = 'Field language file key';
// ADDED OR MODIFIED IN Mods For HESK 1.6.0
$hesklang['ticket_closed'] = '[#%%TRACK_ID%%] Ticket closed/resolved';