Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F15844
tls_policy_map.twig
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
2 KB
Referenced Files
None
订阅者
None
tls_policy_map.twig
View Options
{%
extends
'edit.twig'
%}
{%
block
inner_content
%}
{%
if
result
%}
<h4>
{{
lang.mailbox.tls_policy_maps
}}
:
{{
result.dest
}}
</h4>
<br>
<form class="form-horizontal" data-id="edit_tls_policy_maps" role="form" method="post">
<input type="hidden" value="0" name="active">
<div class="row mb-2">
<label class="control-label col-sm-2" for="dest">
{{
lang.mailbox.tls_map_dest
}}
</label>
<div class="col-sm-10">
<input value="
{{
result.dest
}}
" type="text" class="form-control" name="dest" id="dest">
<small>
{{
lang.mailbox.tls_map_dest_info
}}
</small>
</div>
</div>
<div class="row mb-2">
<label class="control-label col-sm-2" for="policy">
{{
lang.mailbox.tls_map_policy
}}
</label>
<div class="col-sm-10">
<select class="full-width-select" name="policy" required>
{%
for
policy
in
policy_options
%}
<option value="
{{
policy
}}
"
{%
if
result.policy
==
policy
%}
selected
{%
endif
%}
>
{{
policy
}}
</option>
{%
endfor
%}
</select>
</div>
</div>
<div class="row mb-4">
<label class="control-label col-sm-2" for="parameters">
{{
lang.mailbox.tls_map_parameters
}}
</label>
<div class="col-sm-10">
<input value="
{{
result.parameters
}}
" type="text" class="form-control" name="parameters" id="parameters">
<small>
{{
lang.mailbox.tls_map_parameters_info
}}
</small>
</div>
</div>
<div class="row mb-2">
<div class="offset-sm-2 col-sm-10">
<div class="form-check">
<label><input type="checkbox" class="form-check-input" value="1" name="active"
{%
if
result.active
==
'1'
%}
checked
{%
endif
%}
>
{{
lang.edit.active
}}
</label>
</div>
</div>
</div>
<div class="row mb-2">
<div class="offset-sm-2 col-sm-10">
<button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="edit_tls_policy_maps" data-item="
{{
map
}}
" data-api-url='edit/tls-policy-map' data-api-attr='{}' href="#">
{{
lang.edit.save
}}
</button>
</div>
</div>
</form>
{%
else
%}
{{
parent
()
}}
{%
endif
%}
{%
endblock
%}
File Metadata
详情
附加的
Mime Type
text/plain
Expires
9月 9 Tue, 5:43 AM (3 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5334
默认替代文本
tls_policy_map.twig (2 KB)
Attached To
Mode
rMAILCOW mailcow-tracking
附加的
Detach File
Event Timeline
Log In to Comment