Skip to content

Commit

Permalink
Update project_manager.server.overview.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rkemmere committed May 24, 2022
1 parent 96fd463 commit bdf8fd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/server/pages/project_manager.server.overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
$yform->setValidateField('preg_match', array('domain', $regex, $this->i18n('domain_no_protocol')));

$yform->setValueField('choice', array("is_ssl", $this->i18n('project_manager_server_ssl'),"Ja=1,Nein=0","","0","0"));


$yform->setValueField('hidden', array("createdate", date ('Y-m-d H:i:s', time())));

Expand Down Expand Up @@ -94,6 +95,8 @@
$yform->setValidateField('empty', ['api_key', $this->i18n('no_api_key_defined')]);
//$yform->setValidateField('unique', ['api_key', $this->i18n('api_key_already_defined')]);

$yform->setValueField('text', ['param', $this->i18n('project_manager_server_param'), 'notice' => '<small>'.$this->i18n('param_notice').'</small>']);

$yform->setValueField('choice', array("cms", $this->i18n('project_manager_server_cms'),"REDAXO 5=5,REDAXO 4=4","","0","0"));

$yform->setValueField('choice', array("maintenance", $this->i18n('project_manager_server_maintenance'),"Nein=0,Ja=1","","0","0"));
Expand Down

0 comments on commit bdf8fd3

Please sign in to comment.