|
34 | 34 | <RoundCorner profile="fs25_subCategorySelectorDot" /> |
35 | 35 | <RoundCorner profile="fs25_subCategorySelectorDot" /> |
36 | 36 | <RoundCorner profile="fs25_subCategorySelectorDot" /> |
| 37 | + <RoundCorner profile="fs25_subCategorySelectorDot" /> |
37 | 38 | </BoxLayout> |
38 | 39 | <GuiElement profile="fs25_subCategoryListContainer" id="filterListContainer"> |
39 | 40 | <SmoothList profile="fs25_mapList" id="filterList" focusInit="onOpen" |
|
138 | 139 | <Slider profile="fs25_listSlider" dataElementId="activeWorkerList" /> |
139 | 140 | </ThreePartBitmap> |
140 | 141 | </GuiElement> |
| 142 | + <GuiElement profile="fs25_subCategoryListContainer" id="customFieldListContainer"> |
| 143 | + <SmoothList profile="fs25_mapList" id="customFieldList" focusInit="onOpen" |
| 144 | + listSectionHeader="section" startClipperElementName="startClipper" |
| 145 | + endClipperElementName="endClipper" onClick="onClickList"> |
| 146 | + <ListItem profile="fs25_mapListItem"> |
| 147 | + <Bitmap profile="fs25_mapListItemIconBg" name="iconBg" /> |
| 148 | + <Bitmap profile="fs25_mapListColorTemplate" name="colorTemplate" /> |
| 149 | + <Bitmap profile="fs25_mapListItemIcon" name="icon" /> |
| 150 | + <Text profile="fs25_mapListItemName" name="name" /> |
| 151 | + </ListItem> |
| 152 | + <ListItem profile="fs25_subCategoryListSectionHeader" name="section"> |
| 153 | + <Text profile="fs25_subCategoryListSectionHeaderTitle" name="title" /> |
| 154 | + </ListItem> |
| 155 | + </SmoothList> |
| 156 | + <Bitmap profile="fs25_subCategoryStartClipper" name="startClipper" /> |
| 157 | + <Bitmap profile="fs25_subCategoryStopClipper" position="0px 60px" name="endClipper" /> |
| 158 | + <ThreePartBitmap profile="fs25_subCategoryListSliderBox" absoluteSizeOffset="0px 60px"> |
| 159 | + <Slider profile="fs25_listSlider" dataElementId="customFieldList" /> |
| 160 | + </ThreePartBitmap> |
| 161 | + <GuiElement profile="fs25_mapButtonContainer" id="buttonDrawCustomField" |
| 162 | + width="340px" position="-10px 0px"> |
| 163 | + <ThreePartBitmap profile="fs25_mapButtonBgLight" /> |
| 164 | + <Text profile="fs25_mapButtonText" name="text" |
| 165 | + text="$l10n_CP_customFieldManager_draw" textOffset="15px 0px" /> |
| 166 | + <Button profile="fs25_mapButtonAction1" name="button" |
| 167 | + onClick="onClickDrawCustomField" /> |
| 168 | + </GuiElement> |
| 169 | + </GuiElement> |
141 | 170 | </Bitmap> |
142 | 171 | </GuiElement> |
143 | 172 | <GuiElement profile="cpMenuContainer"> |
|
159 | 188 | <Text profile="fs25_shopBalance" text="$l10n_ui_balance:" /> |
160 | 189 | <Text profile="fs25_shopMoney" id="currentBalanceText" /> |
161 | 190 | </BoxLayout> --> |
| 191 | + <GuiElement id="customFieldStatusMessage"> |
| 192 | + <Text profile="cpAIStatusText" text="$l10n_CP_customFieldManager_draw_header"/> |
| 193 | + <Text profile="cpAIStatusText" text="$l10n_CP_customFieldManager_draw_sub_header" position="-300px -30px" /> |
| 194 | + </GuiElement> |
162 | 195 | <Text profile="cpAIStatusText" id="statusMessage" /> |
163 | 196 | </GuiElement> |
164 | 197 | <GuiElement profile="fs25_mapContextBoxContainer" newLayer="true"> |
|
0 commit comments