Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Brazilian Portuguese localization files, aboveDisplayPropertyKeys and belowDisplayPropertyKeys sections to ERModernLook components that feature entity editing #555

Merged
merged 2 commits into from
Apr 20, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
</webobject>
</webobject>
<webobject name = "InnerWrapper">
<webobject name = "AboveDisplayPropertyKeys" />
<webobject name = "ErrorBlock"/>
<webobject name = "InspectPageRepetition" />
<webobject name = "BelowDisplayPropertyKeys" />
</webobject><div class="InnerClear"></div>
<webobject name = "ShowBottomActionBlock">
<webobject name = "BottomActionBlock">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
AboveDisplayPropertyKeys: ERD2WExtraDisplayPropertyKeysComponent {
localContext = d2wContext;
extraPropertiesKey = "aboveDisplayPropertyKeys";
}

BelowDisplayPropertyKeys: ERD2WExtraDisplayPropertyKeysComponent {
localContext = d2wContext;
extraPropertiesKey = "belowDisplayPropertyKeys";
}

CancelButton: CCSmartAjaxButton {
alt = "Reverts your changes";
value = d2wContext.cancelButtonLabel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<webobject name = "TabPanel">
<webobject name = "InnerWrapper">
<webobject name = "ErrorBlock"/>
<webobject name = "AboveDisplayPropertyKeys" />
<webobject name = "InspectPageRepetition" />
</webobject>
</webobject>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ RequiredWrapper : ERMODRequiredWrapper {
watchedContainerID = d2wContext.idForPageTabContainer;
}

AboveDisplayPropertyKeys: ERD2WExtraDisplayPropertyKeysComponent {
localContext = d2wContext;
extraPropertiesKey = "aboveDisplayPropertyKeys";
}

ShowBottomActionBlock : WOConditional {
condition = d2wContext.showBottomActionBlock;
}
Expand All @@ -132,4 +137,4 @@ SecondaryActionBlock : ERMODSecondaryActionButtons {

ShouldShowDefaultPageButtons : WOConditional {
condition = d2wContext.shouldShowDefaultPageButtons;
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<webobject name = "PageWrapper">
<webobject name = "RequiredWrapper">
<webobject name = "InnerWrapper">
<webobject name = "AboveDisplayPropertyKeys" />
<webobject name = "ShowBanner">
<webobject name = "BannerDiv"> <webobject name = "BannerComponent" /> </webobject>
</webobject>
Expand Down Expand Up @@ -41,6 +42,7 @@
<li><webobject name = "SaveButton" /></li>
</webobject>
</ul>
<webobject name = "BelowDisplayPropertyKeys" />
</webobject>
</webobject>
</webobject>
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
AboveDisplayPropertyKeys: ERD2WExtraDisplayPropertyKeysComponent {
localContext = d2wContext;
extraPropertiesKey = "aboveDisplayPropertyKeys";
}

BelowDisplayPropertyKeys: ERD2WExtraDisplayPropertyKeysComponent {
localContext = d2wContext;
extraPropertiesKey = "belowDisplayPropertyKeys";
}

CancelButton: CCSmartAjaxButton {
action = cancelAction;
alt = "Reverts your changes";
Expand Down