* Fri Sep 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- fix smanager caching issue [SME: 13098] - fix Disabled functions displays [SME: 12347] - add ErrorReporting and DisplayErrors [SME: 11692]
This commit is contained in:
@@ -112,6 +112,21 @@
|
||||
%= select_field 'allowphtml' => $c->print_options('AllowPHTML'), class => 'input'
|
||||
<br></span></p>
|
||||
|
||||
<p><span class=label>
|
||||
%=l 'wh_DisplayErrors'
|
||||
</span><span class=data>
|
||||
% param 'DisplayErrors' => $wh_datas->{DisplayErrors} unless param 'DisplayErrors';
|
||||
%= select_field 'DisplayErrors' => $c->print_options('DisplayErrors'), class => 'input'
|
||||
<br></span></p>
|
||||
|
||||
<p><span class=label>
|
||||
%=l 'wh_ErrorReporting'
|
||||
</span><span class=data>
|
||||
% param 'ErrorReporting' => $wh_datas->{ErrorReporting} unless param 'ErrorReporting';
|
||||
%=text_field 'ErrorReporting' => size => '60', class => 'input'
|
||||
<br></span></p>
|
||||
|
||||
|
||||
<p><span class=label>
|
||||
%=l 'wh_MAILFORCESENDER'
|
||||
</span><span class=data>
|
||||
|
Reference in New Issue
Block a user