- Timestamp:
- 01/09/08 16:49:58 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Content/BannerAdGroup/BannerAdGroup.php
r1249 r1320 135 135 /*max_width*/ 136 136 $html .= "<li class='admin_element_item_container'>\n"; 137 $html .= "<div class='admin_element_label'>" . ("Width") . ": </div>\n";137 $html .= "<div class='admin_element_label'>" . _("Width") . ": </div>\n"; 138 138 $html .= "<div class='admin_element_data'>\n"; 139 139 $name = "banner_add_group_{this->getId()}_max_width"; … … 144 144 /*max_height*/ 145 145 $html .= "<li class='admin_element_item_container'>\n"; 146 $html .= "<div class='admin_element_label'>" . ("Height") . ": </div>\n";146 $html .= "<div class='admin_element_label'>" . _("Height") . ": </div>\n"; 147 147 $html .= "<div class='admin_element_data'>\n"; 148 148 $name = "banner_add_group_{this->getId()}_max_height";
