All Downloads are FREE. Search and download functionalities are using the official Maven repository.

panda.tool.codegen.view.freemarker.edit-success-toolbar.ftl Maven / Gradle / Ivy

<#if ui.params.toolbar?has_content>
	<#assign _tb = false/>
	<#list ui.params.toolbar?split(' ') as _t><#if !(_t?starts_with('-'))>
		<#if _t?starts_with('*')>
			<#assign t = _t?substring(1)/>
		<#else>
			<#assign t = _t/>
		
	<#if !_tb>

	
    <#assign _tb = true/> <#include "edit-toolbar-item.ftl"/> <#if _tb>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy