tbrehm
2009-03-01 2c05fad75dd70c1990fd05b121860b792efff2ac
Traffic quota field for websites is hidden now until the backend part is fully implemented.
2 files modified
4 ■■■■ changed files
interface/web/sites/form/web_domain.tform.php 2 ●●●●● patch | view | raw | blame | history
interface/web/sites/templates/web_domain_edit.htm 2 ●●●●● patch | view | raw | blame | history
interface/web/sites/form/web_domain.tform.php
@@ -139,6 +139,7 @@
            'width'        => '7',
            'maxlength'    => '7'
        ),
        /*
        'traffic_quota' => array (
            'datatype'    => 'INTEGER',
            'formtype'    => 'TEXT',
@@ -150,6 +151,7 @@
            'width'        => '7',
            'maxlength'    => '7'
        ),
        */
        'cgi' => array (
            'datatype'    => 'VARCHAR',
            'formtype'    => 'CHECKBOX',
interface/web/sites/templates/web_domain_edit.htm
@@ -46,10 +46,12 @@
        <label for="hd_quota" class="wf_preField">{tmpl_var name='hd_quota_txt'}</label>
        <input type="text" id="hd_quota" name="hd_quota" value="{tmpl_var name='hd_quota'}" size="7" maxlength="7">
      </span>
<!--
      <span class="wf_oneField">
        <label for="traffic_quota" class="wf_preField">{tmpl_var name='traffic_quota_txt'}</label>
        <input type="text" id="traffic_quota" name="traffic_quota" value="{tmpl_var name='traffic_quota'}" size="7" maxlength="7">
      </span>
-->
      <span class="wf_oneField">
        <label for="cgi" class="wf_preField">{tmpl_var name='cgi_txt'}</label>                    
        <span class="">{tmpl_var name='cgi'}</span>