File modules/cms/ui/themes/default/html/views/link/value.tpl.src.xml

Last commit: Sat Feb 13 22:23:06 2021 +0100	Jan Dankert	Refactoring: Moving editing of links into the subaction 'value'.
1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 3 <form> 4 <group> 5 <fieldset class="line" label="${message:link_target}"> 6 <selector id="${targetobjectid}" name="${targetobjectname}" types="page,file" param="targetobjectid" 7 folderid="parentid"/> 8 </fieldset> 9 </group> 10 </form> 11 </output>
Download modules/cms/ui/themes/default/html/views/link/value.tpl.src.xml
History Sat, 13 Feb 2021 22:23:06 +0100 Jan Dankert Refactoring: Moving editing of links into the subaction 'value'.