Skip to content

Commit

Permalink
update 02 to fix issue #1137
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed May 6, 2020
1 parent a217a92 commit 5bc4bc5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ renderLinkToGemStoneAdminApplicationOn: html
html anchor
callback: [self showGemStoneAdminLogin];
with: [html figure
with: [html image url: (SEWAFIconLibrary / #documentflowchart128Png);
title: ('GemStone Admin Login' translateTo: selectedLanguage);
altText: ('GemStone Admin Login' translateTo: selectedLanguage).
html figureCaption: ('GemStone Admin Login' translateTo: selectedLanguage).
with: [html image url: (SEWAFIconLibrary / #miscwebdatabase128Png);
title: ('GemStone Administration Login' translateTo: selectedLanguage);
altText: ('GemStone Administration Login' translateTo: selectedLanguage).
html figureCaption: ('GemStone Administration Login' translateTo: selectedLanguage).
].
].
]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
#application-links {
display: flex;
margin: 40px auto 0 auto;
width: 620px;
width: 825px;
}
.application-link { }
.application-link figcaption {text-align: center}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"renderLinkToBackofficeApplicationOn:" : "brunobb 01/31/2019 04:51",
"renderLinkToBusinessIntelligenceApplicationOn:" : "brunobb 01/31/2019 04:51",
"renderLinkToFrontofficeApplicationOn:" : "brunobb 01/31/2019 04:51",
"renderLinkToGemStoneAdminApplicationOn:" : "brunobb 05/06/2020 15:23",
"renderLinkToGemStoneAdminApplicationOn:" : "brunobb 05/06/2020 15:52",
"selectedLanguage" : "brunobb 01/31/2019 03:31",
"selectedLanguage:" : "brunobb 01/31/2019 03:31",
"showBackofficeLogin" : "brunobb 01/31/2019 03:31",
"showBusinessInteligenceLogin" : "brunobb 01/31/2019 03:31",
"showFrontofficeLogin" : "brunobb 01/31/2019 03:31",
"showGemStoneAdminLogin" : "brunobb 05/06/2020 15:26",
"style" : "brunobb 01/31/2019 04:52" } }
"style" : "brunobb 05/06/2020 15:38" } }
2 changes: 1 addition & 1 deletion repository/BpmWebBasic.package/monticello.meta/version

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scripts/check.out
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ topaz> exit
topaz> exit
topaz> exit
topaz> exit
topaz> exit

0 comments on commit 5bc4bc5

Please sign in to comment.