File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,17 @@ sap.ui.jsview("onclick.reader", {
63
63
title : "Info" ,
64
64
content : [ new sap . ui . layout . VerticalLayout ( {
65
65
content : [ new sap . m . Text ( {
66
- text : "Library " + nameLibrary + idLibrary
66
+ text : "Library " + nameLibrary
67
67
} ) . 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 ( {
70
72
text : "OPEN: Monday-Friday: 8 am - 8 pm"
71
73
} ) . addStyleClass ( "infoGeneral" ) , new sap . m . Text ( {
72
74
text : "OPEN: Saturday: 9 am - 1 pm"
73
75
} ) . addStyleClass ( "infoGeneral" ) , new sap . m . Text ( {
74
76
text : "CLOSE: Sunday"
75
- } ) . addStyleClass ( "infoGeneral" ) , new sap . m . Text ( {
76
- text : "domain:http://localhost:50000/onclick"
77
77
} ) . addStyleClass ( "infoGeneral" ) , new sap . m . Button ( {
78
78
text : "Close" ,
79
79
type : sap . m . ButtonType . Success ,
You can’t perform that action at this time.
0 commit comments