Skip to content
Snippets Groups Projects
Commit ebb3abe5 authored by Julien Veyssier's avatar Julien Veyssier
Browse files

fix qrcode-questionmark alignment, add session token before logging links

parent bbebe7a6
No related branches found
No related tags found
No related merge requests found
Pipeline #44525323 passed
...@@ -926,6 +926,9 @@ label[for=autoexportpath], #autoexportpath { ...@@ -926,6 +926,9 @@ label[for=autoexportpath], #autoexportpath {
border: 0px; border: 0px;
background: none; background: none;
} }
.urlhelpbutton i {
float: left;
}
#trackurlinput { #trackurlinput {
width: 100%; width: 100%;
} }
......
...@@ -1687,6 +1687,11 @@ ...@@ -1687,6 +1687,11 @@
} }
if (!pageIsPublicSessionWatch() && !isFromShare) { if (!pageIsPublicSessionWatch() && !isFromShare) {
divtxt = divtxt + '<div class="moreUrls">'; divtxt = divtxt + '<div class="moreUrls">';
divtxt = divtxt + '<p><label>' + t('phonetrack', 'Session token') + ' : </label>' +
'<button class="urlhelpbutton" ></button>' +
'</p>';
divtxt = divtxt + '<input class="ro" type="text" value="' + token + '"></input>';
divtxt = divtxt + '<p class="urlhint information">' + divtxt = divtxt + '<p class="urlhint information">' +
t('phonetrack', 'List of links to configure logging apps server settings.') + '<br/>' + t('phonetrack', 'List of links to configure logging apps server settings.') + '<br/>' +
t('phonetrack', 'Replace \'yourname\' with the desired device name or with the name reservation token') + t('phonetrack', 'Replace \'yourname\' with the desired device name or with the name reservation token') +
......
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