Custom fields page uses new UI
This commit is contained in:
parent
a11d2c95bb
commit
47d32be2b8
1288
admin/custom_fields.php
Executable file
1288
admin/custom_fields.php
Executable file
File diff suppressed because it is too large
Load Diff
@ -125,10 +125,6 @@ $mails = mfh_get_mail_headers_for_dropdown($_SESSION['id'], $hesk_settings, $hes
|
|||||||
<?php foreach ($mails as $mail): ?>
|
<?php foreach ($mails as $mail): ?>
|
||||||
<li><!-- start message -->
|
<li><!-- start message -->
|
||||||
<a href="mail.php?a=read&id=<?php echo $mail['id']; ?>">
|
<a href="mail.php?a=read&id=<?php echo $mail['id']; ?>">
|
||||||
<!-- TODO User avatars -->
|
|
||||||
<!--<div class="pull-left">
|
|
||||||
<img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
|
|
||||||
</div>-->
|
|
||||||
<h4>
|
<h4>
|
||||||
<?php echo $mail['from']; ?>
|
<?php echo $mail['from']; ?>
|
||||||
<small><i class="fa fa-clock-o"></i> <?php echo hesk_dateToString($mail['date'], 0, 0, 0, true); ?></small>
|
<small><i class="fa fa-clock-o"></i> <?php echo hesk_dateToString($mail['date'], 0, 0, 0, true); ?></small>
|
||||||
@ -382,6 +378,10 @@ $mails = mfh_get_mail_headers_for_dropdown($_SESSION['id'], $hesk_settings, $hes
|
|||||||
$tools_count++;
|
$tools_count++;
|
||||||
$dropdown_items['manage_statuses'] = $hesklang['manage_statuses'];
|
$dropdown_items['manage_statuses'] = $hesklang['manage_statuses'];
|
||||||
}
|
}
|
||||||
|
if (hesk_checkPermission('can_man_settings', 0)) {
|
||||||
|
$tools_count++;
|
||||||
|
$dropdown_items['custom_fields'] = $hesklang['manage_custom_fields'];
|
||||||
|
}
|
||||||
if (hesk_checkPermission('can_view_logs', 0)) {
|
if (hesk_checkPermission('can_view_logs', 0)) {
|
||||||
$tools_count++;
|
$tools_count++;
|
||||||
$dropdown_items['view_message_log'] = $hesklang['view_message_log'];
|
$dropdown_items['view_message_log'] = $hesklang['view_message_log'];
|
||||||
|
@ -66,6 +66,7 @@ $hesklang['generated_token_colon'] = 'Generated Token:';
|
|||||||
$hesklang['record_this_token_warning'] = 'Please record this token, as this is the only time you will be able to view it!';
|
$hesklang['record_this_token_warning'] = 'Please record this token, as this is the only time you will be able to view it!';
|
||||||
$hesklang['all_tokens_revoked'] = 'All tokens for this user have been revoked';
|
$hesklang['all_tokens_revoked'] = 'All tokens for this user have been revoked';
|
||||||
$hesklang['staff_login_title'] = 'Staff Login';
|
$hesklang['staff_login_title'] = 'Staff Login';
|
||||||
|
$hesklang['manage_custom_fields'] = 'Manage Custom Fields';
|
||||||
|
|
||||||
// ADDED OR MODIFIED IN Mods for HESK 2.6.0
|
// ADDED OR MODIFIED IN Mods for HESK 2.6.0
|
||||||
$hesklang['search_logs'] = 'Search Logs';
|
$hesklang['search_logs'] = 'Search Logs';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user