mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 02:11:59 +01:00
Wildcard domain fixes
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
bfeef2669e
commit
8877285302
@ -491,3 +491,4 @@ $_['text_user_data_officer'] = "Data officer";
|
||||
$_['text_no_selected_message'] = "no selected message";
|
||||
$_['text_create_note'] = "Create note";
|
||||
|
||||
$_['text_wildcard_domains'] = "Wildcard domains";
|
||||
|
@ -498,3 +498,4 @@ $_['text_user_data_officer'] = "Data officer";
|
||||
$_['text_no_selected_message'] = "no selected message";
|
||||
$_['text_create_note'] = "Create note";
|
||||
|
||||
$_['text_wildcard_domains'] = "Wildcard domains";
|
||||
|
@ -412,6 +412,7 @@ $_['text_view_raw_email'] = "View raw email";
|
||||
$_['text_view_user_quarantine'] = "View user's quarantine";
|
||||
|
||||
$_['text_warning_about_default_policy'] = "The default policy can be set in clapf.conf";
|
||||
$_['text_wildcard_domains'] = "Wildcard domains";
|
||||
$_['text_whitelist'] = "Whitelist";
|
||||
$_['text_whitelist_settings'] = "Whitelist settings";
|
||||
$_['text_with_attachment'] = "with attachment(s)";
|
||||
|
@ -496,3 +496,4 @@ $_['text_user_data_officer'] = "Data officer";
|
||||
$_['text_no_selected_message'] = "no selected message";
|
||||
$_['text_create_note'] = "Create note";
|
||||
|
||||
$_['text_wildcard_domains'] = "Wildcard domains";
|
||||
|
@ -493,3 +493,4 @@ $_['text_user_data_officer'] = "Data officer";
|
||||
$_['text_no_selected_message'] = "no selected message";
|
||||
$_['text_create_note'] = "Create note";
|
||||
|
||||
$_['text_wildcard_domains'] = "Wildcard domains";
|
||||
|
@ -414,6 +414,7 @@ $_['text_view_raw_email'] = "Formázatlan levél megtekintése";
|
||||
$_['text_view_user_quarantine'] = "Felhasználó karantén megtekintése";
|
||||
|
||||
$_['text_warning_about_default_policy'] = "Az alapértelmezett házirend a clapf.conf fájlban van";
|
||||
$_['text_wildcard_domains'] = "Wildcard domének";
|
||||
$_['text_whitelist'] = "Fehérlista";
|
||||
$_['text_whitelist_settings'] = "Fehérlista beállítások";
|
||||
$_['text_with_attachment'] = "mellékletekkel";
|
||||
|
@ -492,3 +492,4 @@ $_['text_user_data_officer'] = "Data officer";
|
||||
|
||||
$_['text_no_selected_message'] = "no selected message";
|
||||
$_['text_create_note'] = "Create note";
|
||||
$_['text_wildcard_domains'] = "Wildcard domains";
|
||||
|
@ -485,3 +485,4 @@ $_['text_user_data_officer'] = "Data officer";
|
||||
|
||||
$_['text_no_selected_message'] = "no selected message";
|
||||
$_['text_create_note'] = "Create note";
|
||||
$_['text_wildcard_domains'] = "Wildcard domains";
|
||||
|
@ -493,3 +493,4 @@ $_['text_user_data_officer'] = "Data officer";
|
||||
|
||||
$_['text_no_selected_message'] = "no selected message";
|
||||
$_['text_create_note'] = "Create note";
|
||||
$_['text_wildcard_domains'] = "Wildcard domains";
|
||||
|
@ -493,3 +493,4 @@ $_['text_user_data_officer'] = "Data officer";
|
||||
|
||||
$_['text_no_selected_message'] = "no selected message";
|
||||
$_['text_create_note'] = "Create note";
|
||||
$_['text_wildcard_domains'] = "Wildcard domains";
|
||||
|
@ -22,18 +22,17 @@
|
||||
|
||||
<?php if(Registry::get('auditor_user') == 0 || RESTRICTED_AUDITOR == 0) { ?>
|
||||
|
||||
<tr>
|
||||
<td><?php print $text_groups; ?>:</td>
|
||||
<td><?php print $groups; ?></td>
|
||||
</tr>
|
||||
|
||||
<?php if($wildcard_domains) { ?>
|
||||
<tr>
|
||||
<td>Wildcard domains:</td>
|
||||
<td><?php print $text_wildcard_domains; ?>:</td>
|
||||
<td><?php print $wildcard_domains; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
||||
<tr>
|
||||
<td><?php print $text_groups; ?>:</td>
|
||||
<td><?php print $groups; ?></td>
|
||||
</tr>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user