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

panda.tool.codegen.view.freemarker.bulk-success-buttons.ftl Maven / Gradle / Ivy

<#if ui.params.buttons?has_content>
	<#list ui.params.buttons?split(' ') as _b>
		<#if _b?starts_with('*')>

			<#assign t = _b?substring(1)/>
			<#include "bulk-buttons-item.ftl"/>
		<#elseif !_b?starts_with('-')>

			<#assign t = _b/>
			<#include "bulk-buttons-item.ftl"/>
		
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy