Skip to content

Commit 3fd536c

Browse files
authored
Update reader.view.js
1 parent 1e6f050 commit 3fd536c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

WebContent/onclick/reader.view.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@ sap.ui.jsview("onclick.reader", {
6363
title : "Info",
6464
content : [ new sap.ui.layout.VerticalLayout({
6565
content : [ new sap.m.Text({
66-
text : "Library "+nameLibrary+idLibrary
66+
text : "Library "+nameLibrary
6767
}).addStyleClass("infoName"),new sap.m.Text({
68-
text : "Schedule"
69-
}).addStyleClass("infoSchel"), new sap.m.Text({
68+
text : "ID "+idLibrary
69+
}).addStyleClass("infoName"), new sap.m.Text({
70+
text : "Schedule:"
71+
}).addStyleClass("infoGeneral"), new sap.m.Text({
7072
text : "OPEN: Monday-Friday: 8 am - 8 pm"
7173
}).addStyleClass("infoGeneral"), new sap.m.Text({
7274
text : "OPEN: Saturday: 9 am - 1 pm"
7375
}).addStyleClass("infoGeneral"), new sap.m.Text({
7476
text : "CLOSE: Sunday"
75-
}).addStyleClass("infoGeneral"), new sap.m.Text({
76-
text : "domain:http://localhost:50000/onclick"
7777
}).addStyleClass("infoGeneral"), new sap.m.Button({
7878
text : "Close",
7979
type : sap.m.ButtonType.Success,

0 commit comments

Comments
 (0)