diff --git a/infolog/templates/default/app.css b/infolog/templates/default/app.css index 1aec50a703..dbcbfa6bbe 100644 --- a/infolog/templates/default/app.css +++ b/infolog/templates/default/app.css @@ -38,7 +38,7 @@ table.infolog_fullWidth { width: 100%; } } tr.infolog_rowHasParent > td:first-child { - background-image: url(../../../phpgwapi/templates/default/images/egw_action/arrow_up.png); + background-image: url(../../../api/templates/default/images/egw_action/arrow_up.png); background-repeat: no-repeat; background-position: 6px -2px; } diff --git a/infolog/templates/pixelegg/app.css b/infolog/templates/pixelegg/app.css index 62d6780818..5417049a2b 100755 --- a/infolog/templates/pixelegg/app.css +++ b/infolog/templates/pixelegg/app.css @@ -107,7 +107,7 @@ table.infolog_fullWidth { margin-left: 2px; } tr.infolog_rowHasParent > td:first-child { - background-image: url(../../../phpgwapi/templates/default/images/egw_action/arrow_up.png); + background-image: url(../../../api/templates/default/images/egw_action/arrow_up.png); background-repeat: no-repeat; background-position: 6px -2px; }