Bug #31193
Global install
| Status: | Resolved | Start date: | 2011-10-23 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Daniel Lienert | % Done: | 0% |
|
| Category: | - | |||
| Target version: | YAG 1.4.0 | |||
| Votes: | 0 |
Description
yag/Resources/Public/CSS/shadowbox.css
has links to the local installation of YAG, like:
#sb-loading-inner span{background:url(/typo3conf/ext/yag/Resources/Public/Icons/tx_yag_loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-nav-close{background:url(/typo3conf/ext/yag/Resources/Public/Icons/tx_yag_button_close.png) no-repeat 0 0; width: 30px; height: 30px; display:block; cursor: pointer;}
#sb-nav-next{background-image:url(/typo3conf/ext/yag/Resources/Public/Icons/tx_yag_button_next.png);}
... and so on ...
NOTE "/typo3conf/ext/yag" - all those images are missing in global install
History
Updated by Daniel Lienert over 1 year ago
- Status changed from New to Resolved
- Assignee set to Daniel Lienert
- Target version set to YAG 1.4.0