[TYPO3-team-core-v5] Phoenix backend HTML

Rens Admiraal rens.admiraal at typo3.org
Sun Mar 11 21:46:00 CET 2012


Hi guys,

I ran into some thing... The phoenix.typo3.org has a 
TypoScriptObjects/PageHome.html template containing the following HTML:

		<f:security.ifAccess resource="TYPO3_TYPO3_Backend_BackendController">
			<f:if condition="{0: 'live'} != {0: node.context.workspace.name}">
				<!-- TODO: remove this from HTML as it should not be shown in 
preview mode for example, this causes 'flickering' -->
				<div id="t3-ui-top" class="aloha-block-do-not-deactivate t3-ui">
					<div id="t3-launcher"></div>
					<ul class="t3-topbar">
						<li class="t3-active">Content</li>
						<li>Management</li>
						<li>Reporting</li>
						<li>Site</li>
						<li>Administration</li>
					</ul>
					<a class="t3-button t3-button-logout t3-icon-logout" 
href="/typo3/logout"><span>Logout</span></a>
					<div class="t3-clear"></div>
				</div>
			</f:if>
		</f:security.ifAccess>

Basically this is part of the Phoenix 'backend' and should never be in 
the site package HTML of course... Is this something we should work on 
in current sprint?



-- 
Rens Admiraal
Core Developer V5 Team

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-team-core-v5 mailing list