Miscellaneous settings page changes
This commit is contained in:
parent
029e2ffa65
commit
4a410887f7
@ -100,7 +100,7 @@ if ( defined('HESK_DEMO') )
|
|||||||
<div class="row" style="margin-top: 20px">
|
<div class="row" style="margin-top: 20px">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading"><?php echo $hesklang['check_status']; ?></div>
|
<div class="panel-heading"><?php echo $hesklang['installation_information']; ?></div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<table>
|
<table>
|
||||||
<tr><td class="text-right">
|
<tr><td class="text-right">
|
||||||
@ -1857,7 +1857,7 @@ if ( defined('HESK_DEMO') )
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group"><!-- TODO -->
|
<div class="form-group">
|
||||||
<label for="email-verification" class="col-sm-4 col-xs-12 control-label"><?php echo $hesklang['customer_email_verification']; ?>
|
<label for="email-verification" class="col-sm-4 col-xs-12 control-label"><?php echo $hesklang['customer_email_verification']; ?>
|
||||||
<i class="fa fa-question-circle settingsquestionmark" data-toggle="htmlpopover"
|
<i class="fa fa-question-circle settingsquestionmark" data-toggle="htmlpopover"
|
||||||
title="<?php echo $hesklang['customer_email_verification']; ?>"
|
title="<?php echo $hesklang['customer_email_verification']; ?>"
|
||||||
|
@ -21,7 +21,7 @@ $hesklang['_COLLATE']='utf8_unicode_ci';
|
|||||||
// This is the email break line that will be used in email piping
|
// This is the email break line that will be used in email piping
|
||||||
$hesklang['EMAIL_HR']='------ Reply above this line ------';
|
$hesklang['EMAIL_HR']='------ Reply above this line ------';
|
||||||
|
|
||||||
// ADDED OR MODIFIED IN Mods For HESK 2.0.0
|
// ADDED OR MODIFIED IN Mods For HESK 1.7.0
|
||||||
$hesklang['date_custom_field'] = 'Date';
|
$hesklang['date_custom_field'] = 'Date';
|
||||||
$hesklang['date_custom_field_text'] = 'No options for this custom field type.';
|
$hesklang['date_custom_field_text'] = 'No options for this custom field type.';
|
||||||
$hesklang['multiple_select_custom_field'] = 'Multiple Select box';
|
$hesklang['multiple_select_custom_field'] = 'Multiple Select box';
|
||||||
@ -47,6 +47,7 @@ $hesklang['multi_eml_disabled'] = 'This feature has been disabled because this h
|
|||||||
customers to verify their email address';
|
customers to verify their email address';
|
||||||
$hesklang['feature_disabled'] = 'Feature Disabled';
|
$hesklang['feature_disabled'] = 'Feature Disabled';
|
||||||
$hesklang['verify_your_email'] = 'Your ticket has been created; however your email needs to be verified before your ticket can be addressed. An email has been sent to the email provided for verification.';
|
$hesklang['verify_your_email'] = 'Your ticket has been created; however your email needs to be verified before your ticket can be addressed. An email has been sent to the email provided for verification.';
|
||||||
|
$hesklang['installation_information'] = 'Installation Information';
|
||||||
|
|
||||||
// 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