tbrehm
2011-04-06 e23d30bb0594a900caa1f20a82644143b820ec81
Added monitor key setting in interface config on misc tab.
4 files modified
12 ■■■■■ changed files
install/tpl/system.ini.master 1 ●●●● patch | view | raw | blame | history
interface/web/admin/form/system_config.tform.php 6 ●●●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/en_system_config.lng 1 ●●●● patch | view | raw | blame | history
interface/web/admin/templates/system_config_misc_edit.htm 4 ●●●● patch | view | raw | blame | history
install/tpl/system.ini.master
@@ -30,3 +30,4 @@
[misc]
dashboard_atom_url=http://www.ispconfig.org/atom
monitor_key=
interface/web/admin/form/system_config.tform.php
@@ -226,6 +226,12 @@
            'default'    => 'http://www.ispconfig.org/atom',
            'value'        => ''
        ),
        'monitor_key' => array (
            'datatype'    => 'VARCHAR',
            'formtype'    => 'TEXT',
            'default'    => '',
            'value'        => ''
        ),
    ##################################
    # ENDE Datatable fields
    ##################################
interface/web/admin/lib/lang/en_system_config.lng
@@ -19,4 +19,5 @@
$wb["use_domain_module_hint"] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They cannot free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
$wb["new_domain_txt"] = 'HTML to create a new domain';
$wb["webftp_url_txt"] = 'WebFTP URL';
$wb["monitor_key_txt"] = 'Monitor keyword';
?>
interface/web/admin/templates/system_config_misc_edit.htm
@@ -9,6 +9,10 @@
          <label for="dashboard_atom_url">{tmpl_var name='dashboard_atom_url_txt'}</label>
        <input name="dashboard_atom_url" id="dashboard_atom_url" value="{tmpl_var name='dashboard_atom_url'}" size="" maxlength="" type="text" class="textInput" />
            </div>
      <div class="ctrlHolder">
          <label for="monitor_key">{tmpl_var name='monitor_key_txt'}</label>
        <input name="monitor_key" id="monitor_key" value="{tmpl_var name='monitor_key'}" size="" maxlength="" type="text" class="textInput" />
            </div>
    </fieldset>
    <input type="hidden" name="id" value="{tmpl_var name='id'}">