aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-03-12 11:36:17 +0100
committerPacien TRAN-GIRARD2014-03-12 11:36:17 +0100
commit21eac8ba17d8e64146abeed4e260d202542f6441 (patch)
tree0641a4b6d53727d02365a72855116169133b18db /src
parent5422416c98bbeacb13bcb1ebacc2d9760e3d362d (diff)
downloadesieequest-21eac8ba17d8e64146abeed4e260d202542f6441.tar.gz
Replace icons
Diffstat (limited to 'src')
-rw-r--r--src/esieequest/view/web/WebInterface.ui.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/esieequest/view/web/WebInterface.ui.xml b/src/esieequest/view/web/WebInterface.ui.xml
index 4ef88a0..4310407 100644
--- a/src/esieequest/view/web/WebInterface.ui.xml
+++ b/src/esieequest/view/web/WebInterface.ui.xml
@@ -60,24 +60,30 @@
60 <g:Grid addStyleNames="controls"> 60 <g:Grid addStyleNames="controls">
61 <g:row> 61 <g:row>
62 <g:customCell> 62 <g:customCell>
63 <g:Button text="⇱" ui:field="inventoryButton" enabled="false" /> 63 <g:Button addStyleNames="fa fa-briefcase" ui:field="inventoryButton"
64 enabled="false" />
64 </g:customCell> 65 </g:customCell>
65 <g:customCell> 66 <g:customCell>
66 <g:Button text="↥" ui:field="forwardButton" enabled="false" /> 67 <g:Button addStyleNames="fa fa-chevron-up" ui:field="forwardButton"
68 enabled="false" />
67 </g:customCell> 69 </g:customCell>
68 <g:customCell> 70 <g:customCell>
69 <g:Button text="⇲" ui:field="actionButton" enabled="false" /> 71 <g:Button addStyleNames="fa fa-caret-square-o-up"
72 ui:field="actionButton" enabled="false" />
70 </g:customCell> 73 </g:customCell>
71 </g:row> 74 </g:row>
72 <g:row> 75 <g:row>
73 <g:customCell> 76 <g:customCell>
74 <g:Button text="↰" ui:field="leftButton" enabled="false" /> 77 <g:Button addStyleNames="fa fa-reply" ui:field="leftButton"
78 enabled="false" />
75 </g:customCell> 79 </g:customCell>
76 <g:customCell> 80 <g:customCell>
77 <g:Button text="↧" ui:field="backButton" enabled="false" /> 81 <g:Button addStyleNames="fa fa-chevron-down" ui:field="backButton"
82 enabled="false" />
78 </g:customCell> 83 </g:customCell>
79 <g:customCell> 84 <g:customCell>
80 <g:Button text="↱" ui:field="rightButton" enabled="false" /> 85 <g:Button addStyleNames="fa fa-share" ui:field="rightButton"
86 enabled="false" />
81 </g:customCell> 87 </g:customCell>
82 </g:row> 88 </g:row>
83 </g:Grid> 89 </g:Grid>