diff --git a/admin-root/Makefile.am b/admin-root/Makefile.am index d1972e51..56b2ea09 100644 --- a/admin-root/Makefile.am +++ b/admin-root/Makefile.am @@ -5,19 +5,19 @@ SUBDIRS=lib-js adminrootdir = ${pkgdatadir}/admin-root adminroot_DATA = ftr.html linkOpaque.gif about.html aspl-license.txt \ gpl-license.txt linkTransparent.gif config-update.html hdr.html \ - mt-daapd.css ff_logo_sm.gif config.html index.html required.gif \ + firefly.css ff_logo_sm.gif config.html index.html required.gif \ gpl-license.html aspl-license.html thanks.html feedback.html \ playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \ - smartpopup.html applet.html mt-daapd.js CREDITS status.js \ + smartpopup.html applet.html firefly.js CREDITS status.js \ config.js config.xml spinner.gif spinner_stopped.gif util.js \ pngfix.js no_access.html EXTRA_DIST = ftr.html linkOpaque.gif about.html aspl-license.txt \ gpl-license.txt linkTransparent.gif config-update.html hdr.html \ - mt-daapd.css ff_logo_sm.gif config.html index.html required.gif \ + firefly.css ff_logo_sm.gif config.html index.html required.gif \ gpl-license.html aspl-license.html thanks.html feedback.html \ playlist.html playlist.js smart.html smart.js DAAPApplet-0.1.jar \ - smartpopup.html applet.html mt-daapd.js CREDITS status.js \ + smartpopup.html applet.html firefly.js CREDITS status.js \ config.js config.xml spinner.gif spinner_stopped.gif util.js \ pngfix.js no_access.html diff --git a/admin-root/mt-daapd.css b/admin-root/firefly.css similarity index 100% rename from admin-root/mt-daapd.css rename to admin-root/firefly.css diff --git a/admin-root/mt-daapd.js b/admin-root/firefly.js similarity index 100% rename from admin-root/mt-daapd.js rename to admin-root/firefly.js diff --git a/admin-root/hdr.html b/admin-root/hdr.html index e1e5e1b8..f51ee39d 100644 --- a/admin-root/hdr.html +++ b/admin-root/hdr.html @@ -3,7 +3,7 @@ Firefly Media Server - + @ispage index.html::@ @ispage index.html::@ @ispage index.html::@ @@ -18,7 +18,7 @@ @ispage playlist.html::@ @ispage playlist.html::@ @ispage playlist.html::@ - + diff --git a/win32/nsi/mt-daapd.nsi.templ b/win32/nsi/mt-daapd.nsi.templ index 57f5e782..13ae3d32 100644 --- a/win32/nsi/mt-daapd.nsi.templ +++ b/win32/nsi/mt-daapd.nsi.templ @@ -159,8 +159,8 @@ Section "MainSection" SEC01 File "${ADMIN_ROOT}\playlist.js" File "${ADMIN_ROOT}\playlist.html" File "${ADMIN_ROOT}\ff_logo_sm.gif" - File "${ADMIN_ROOT}\mt-daapd.js" - File "${ADMIN_ROOT}\mt-daapd.css" + File "${ADMIN_ROOT}\firefly.js" + File "${ADMIN_ROOT}\firefly.css" File "${ADMIN_ROOT}\linkTransparent.gif" File "${ADMIN_ROOT}\linkOpaque.gif" File "${ADMIN_ROOT}\index.html" @@ -493,8 +493,8 @@ Section Uninstall Delete "$INSTDIR\admin-root\index.html" Delete "$INSTDIR\admin-root\linkOpaque.gif" Delete "$INSTDIR\admin-root\linkTransparent.gif" - Delete "$INSTDIR\admin-root\mt-daapd.css" - Delete "$INSTDIR\admin-root\mt-daapd.js" + Delete "$INSTDIR\admin-root\firefly.css" + Delete "$INSTDIR\admin-root\firefly.js" Delete "$INSTDIR\admin-root\ff_logo_sm.gif" Delete "$INSTDIR\admin-root\playlist.html" Delete "$INSTDIR\admin-root\playlist.js"