Skip to content

Commit

Permalink
Merge pull request #555 from aacirino/master
Browse files Browse the repository at this point in the history
If you use UTF-8 for Localization then the changes would work with Git. In use UTF-8 for all my files.

Added Brazilian Portuguese localization files, aboveDisplayPropertyKeys and belowDisplayPropertyKeys sections to ERModernLook components that feature entity editing
  • Loading branch information
ishimoto committed Apr 20, 2014
2 parents f8809a6 + c4142a3 commit 2c50e12
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 1 deletion.
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

0 comments on commit 2c50e12

Please sign in to comment.