mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
moving login page social icons from phpgwapi to api
This commit is contained in:
parent
683f09bf6c
commit
2da61eb731
@ -17,7 +17,7 @@ egw_LAB.wait(function()
|
|||||||
{
|
{
|
||||||
// lock the device orientation in portrait view
|
// lock the device orientation in portrait view
|
||||||
if (screen.orientation) screen.orientation.lock('portrait');
|
if (screen.orientation) screen.orientation.lock('portrait');
|
||||||
|
|
||||||
function do_social(_data)
|
function do_social(_data)
|
||||||
{
|
{
|
||||||
var isPixelegg = $j('link[href*="pixelegg.css"]')[0];
|
var isPixelegg = $j('link[href*="pixelegg.css"]')[0];
|
||||||
@ -43,9 +43,9 @@ egw_LAB.wait(function()
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_social([
|
do_social([
|
||||||
{ "svg": egw_webserverUrl+"/phpgwapi/templates/default/images/login_contact.svg", "url": "https://www.egroupware.org/en/contact.html", "lang": { "de": "https://www.egroupware.org/de/kontakt.html" }},
|
{ "svg": egw_webserverUrl+"/api/templates/default/images/login_contact.svg", "url": "https://www.egroupware.org/en/contact.html", "lang": { "de": "https://www.egroupware.org/de/kontakt.html" }},
|
||||||
{ "svg": egw_webserverUrl+"/phpgwapi/templates/default/images/login_facebook.svg", "url": "https://www.facebook.com/egroupware" },
|
{ "svg": egw_webserverUrl+"/api/templates/default/images/login_facebook.svg", "url": "https://www.facebook.com/egroupware" },
|
||||||
{ "svg": egw_webserverUrl+"/phpgwapi/templates/default/images/login_twitter.svg", "url": "https://twitter.com/egroupware" }
|
{ "svg": egw_webserverUrl+"/api/templates/default/images/login_twitter.svg", "url": "https://twitter.com/egroupware" }
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user