Traffic quota field for websites is hidden now until the backend part is fully implemented.
| | |
| | | 'width' => '7', |
| | | 'maxlength' => '7' |
| | | ), |
| | | /* |
| | | 'traffic_quota' => array ( |
| | | 'datatype' => 'INTEGER', |
| | | 'formtype' => 'TEXT', |
| | |
| | | 'width' => '7', |
| | | 'maxlength' => '7' |
| | | ), |
| | | */ |
| | | 'cgi' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'CHECKBOX', |
| | |
| | | <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>
|