tbrehm
2010-03-21 4be98656b74907dd3294a126f041e7d1feae4a39
interface/web/sites/web_domain_edit.php
@@ -203,6 +203,9 @@
         $app->tpl->setVar("edit_disabled", 0);
      }
      
      $tmp_txt = ($this->dataRecord['traffic_quota_lock'] == 'y')?'<b>('.$app->tform->lng('traffic_quota_exceeded_txt').')</b>':'';
      $app->tpl->setVar("traffic_quota_exceeded_txt", $tmp_txt);
      parent::onShowEnd();
   }