Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Do not user after/before insertion for ajxp_desktop, otherwise elemen…
Browse files Browse the repository at this point in the history
…ts are not correctly removed. Fix #726
  • Loading branch information
cdujeu committed Nov 26, 2014
1 parent a27d650 commit e74a36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/action.skeleton/manifest.xml
Expand Up @@ -15,10 +15,10 @@

<registry_contributions>
<client_configs uuidAttr="name">
<template name="bottom" element="ajxp_desktop" position="after"><![CDATA[
<template name="bottom" element="ajxp_desktop" position="bottom"><![CDATA[
<div id="optional_bottom_div" style="font-family:arial;padding:10px;">This CDATA section will be overriden by the PHP part of the plugin</div>
]]></template>
<template name="head" element="ajxp_desktop" position="before"><![CDATA[
<template name="head" element="ajxp_desktop" position="top"><![CDATA[
<div id="optional_header_div" style="background-color: #999; color: white;font-family:arial;padding:10px;">Your custom header content</div>
]]></template>
</client_configs>
Expand Down

0 comments on commit e74a36e

Please sign in to comment.