Skip to content
Snippets Groups Projects
Commit 2c9f8d65 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

- Settings : Add a divider for technical settings

parent 5c95d7a7
No related branches found
No related tags found
No related merge requests found
......@@ -264,5 +264,8 @@
top:16px !important;
}
#settings .item-divider {
background-color: #f5f5f5;
}
......@@ -54,6 +54,7 @@
},
"SETTINGS": {
"TITLE": "Setting",
"TECHNICAL_SETTINGS": "Technical settings",
"NODE": "Duniter Node",
"NODE_HELP": "server.domain.com:port",
"POPUP_NODE": {
......
......@@ -54,6 +54,7 @@
},
"SETTINGS": {
"TITLE": "Paramètres",
"TECHNICAL_SETTINGS": "Paramètres techniques",
"NODE": "Noeud",
"NODE_HELP": "server.domain.com:port",
"POPUP_NODE": {
......
......@@ -15,7 +15,7 @@ angular.module("cesium.config", [])
"DEBUG": false,
"NATIVE_TRANSITION": false,
"VERSION": "0.0.3",
"BUILD_DATE": "2016-05-26T13:50:17.773Z"
"BUILD_DATE": "2016-05-26T17:36:25.682Z"
})
;
\ No newline at end of file
<ion-view left-buttons="leftButtons"
view-title="{{'SETTINGS.TITLE' | translate}}">
view-title="{{'SETTINGS.TITLE' | translate}}"
id="settings">
<ion-content >
<div class="item item-toggle dark">
......@@ -22,6 +23,10 @@
</select>
</label>
<span class="item item-divider">
{{'SETTINGS.TECHNICAL_SETTINGS' | translate}}
</span>
<div class="item" ng-click="changeNode()">
{{'SETTINGS.NODE' | translate}}
<span class="item-note">{{formData.node}}</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment