album.xml 2.95 KB
<?xml version="1.0"?>
<layout version="0.1.0">
	<anc_album_adminhtml_album_edit>
		<reference name="head">
			<!--JQUERY MACHT KONFLIKTE-->
<!--			<action method="addItem">
                <type>js</type>
                <name>Anc/Lib/jquery-2.1.1.min.js</name>
				
            </action>-->
			
			<action method="addJs" >
<!--				<script>
					Anc/Lib/jquery-1.11.1.min.js
				</script>-->
				<script>
					Anc/Lib/jquery-2.1.1.min.js
				</script>
				<!--<script>jQuery.noConflict();</script>-->
				
			</action>
			<action method="addJs" >
<!--				<script>
					Anc/Lib/jquery-1.11.1.min.js
				</script>-->
				<script>
					Anc/Lib/noconflict.js
				</script>
				<!--<script>jQuery.noConflict();</script>-->
				
			</action>
<!--			<action method="addItem" >
				<script>
					jQuery.noConflict();
				</script>
			</action>
			<action method="addJs" >
				<script>
					jQuery.noConflict();
				</script>
			</action>-->
			<action method="addJs"><script>Anc/Image/Typeadmin.js</script></action>		
			<action method="addCss"><stylesheet>css/anc/lib/ancextension_type.css</stylesheet></action>
			<action method="addItem">
                <type>js</type>
                <name>Anc/Image/extlib/dropzone.js</name>
            </action>
			
            <action method="addItem">
                <type>js</type>
                <name>Anc/Image/extlib/jquery.prettyPhoto.js</name>
            </action>	
			<action method="addItem">
                <type>skin_css</type>
                <name>css/anc/image/dropzone.css</name>
            </action>
            <action method="addItem">
                <type>skin_css</type>
                <name>css/anc/image/prettyPhoto.css</name>
            </action>	
			<!--ich schätze mal das das hier nicht hin gehört, falls ja weiß ich nicht welches template hier gemeint ist ... falls das fürs frontend gemeint war heißt das jetzt anders und zwar customer_gallerysimple.phtml (typ muß wahrscheinlich dann auch geändert werden-->
			<!--<block type="anc_image/owngallery" name="anc_image_simpleowngallery" template="anc/image/customer_simpleowngallery.phtml" />-->
														
		</reference>
<!--		<reference name="content">
			<block type="anc_image/adminhtml_admingallery" name="simpleadmingallery" template="anc/image/simpleadmingallery.phtml" />
		</reference>-->
		<reference name="content">
			<block type="anc_image/adminhtml_admingallery" after="content" name="simpleadmingallery" template="anc/album/simpleadmingalleryimage.phtml" />
<!--			Zur anzeige der Album Texte im Album -->
			<block type="anc_text/adminhtml_admingallery" after="content" name="simpleadmingallerytext" template="anc/album/simpleadmingallerytext.phtml" />
		</reference>
	</anc_album_adminhtml_album_edit>
	

	<anc_image_administrator_simpleowngallery>
		<reference name="content">
			<block type="anc_image/adminhtml_admingallery" name="simpleadmingallery" template="anc/image/simpleadmingallery.phtml" />
		</reference>		
	</anc_image_administrator_simpleowngallery>
	

</layout>