Browse Source

Rename WebUI toolbar files

adaptive-webui-19844
Thomas Piccirello 5 years ago
parent
commit
b3f9b9e9b2
  1. 0
      src/webui/www/private/preferencesToolbar.html
  2. 0
      src/webui/www/private/propertiesToolbar.html
  3. 2
      src/webui/www/private/scripts/client.js
  4. 2
      src/webui/www/private/scripts/mocha-init.js
  5. 4
      src/webui/www/webui.qrc

0
src/webui/www/private/preferences.html → src/webui/www/private/preferencesToolbar.html

0
src/webui/www/private/properties.html → src/webui/www/private/propertiesToolbar.html

2
src/webui/www/private/scripts/client.js

@ -873,7 +873,7 @@ window.addEvent('load', function() { @@ -873,7 +873,7 @@ window.addEvent('load', function() {
css: ['css/Tabs.css', 'css/dynamicTable.css'],
js: ['scripts/prop-general.js', 'scripts/prop-trackers.js', 'scripts/prop-peers.js', 'scripts/prop-webseeds.js', 'scripts/prop-files.js'],
},
tabsURL: 'properties.html',
tabsURL: 'propertiesToolbar.html',
tabsOnload: function() {
MochaUI.initializeTabs('propertiesTabs');

2
src/webui/www/private/scripts/mocha-init.js

@ -173,7 +173,7 @@ const initializeWindows = function() { @@ -173,7 +173,7 @@ const initializeWindows = function() {
require: {
css: ['css/Tabs.css']
},
toolbarURL: 'preferences.html',
toolbarURL: 'preferencesToolbar.html',
maximizable: false,
closable: true,
paddingVertical: 0,

4
src/webui/www/webui.qrc

@ -20,9 +20,9 @@ @@ -20,9 +20,9 @@
<file>private/installsearchplugin.html</file>
<file>private/newcategory.html</file>
<file>private/newtag.html</file>
<file>private/preferences.html</file>
<file>private/preferencesToolbar.html</file>
<file>private/preferences_content.html</file>
<file>private/properties.html</file>
<file>private/propertiesToolbar.html</file>
<file>private/properties_content.html</file>
<file>private/rename.html</file>
<file>private/search.html</file>

Loading…
Cancel
Save