<template>__uploadFormField</template>
<template>__wysiwygSmileyFormNode</template>
<template>__form</template>
+ <template>__formField</template>
+ <template>shared_formContainerChildren</template>
+ <template>shared_formContainerDependencies</template>
+ <template>shared_formField</template>
+ <template>shared_formFieldDependencies</template>
+ <template>shared_formFieldDescription</template>
+ <template>shared_formFieldErrors</template>
</delete>
</data>
<template>__uploadFormField</template>
<template>__wysiwygSmileyFormNode</template>
<template>__form</template>
+ <template>__formField</template>
+ <template>shared_formContainerChildren</template>
+ <template>shared_formContainerDependencies</template>
+ <template>shared_formField</template>
+ <template>shared_formFieldDependencies</template>
+ <template>shared_formFieldDescription</template>
+ <template>shared_formFieldErrors</template>
</delete>
</data>
+++ /dev/null
-{foreach from=$container item='child'}
- {if $child->isAvailable()}
- {@$child->getHtml()}
- {/if}
-{/foreach}
\ No newline at end of file
+++ /dev/null
-{if !$container->getDependencies()|empty}
- <script data-relocate="true">
- {foreach from=$container->getDependencies() item=dependency}
- {@$dependency->getHtml()}
- {/foreach}
- </script>
-{/if}
+++ /dev/null
-<dl id="{$field->getPrefixedId()}Container"{*
- *}{if !$field->getClasses()|empty} class="{implode from=$field->getClasses() item='class' glue=' '}{$class}{/implode}"{/if}{*
- *}{foreach from=$field->getAttributes() key='attributeName' item='attributeValue'} {$attributeName}="{$attributeValue}"{/foreach}{*
- *}{if !$field->checkDependencies()} style="display: none;"{/if}{*
-*}>
- <dt>{if $field->getLabel() !== null}<label for="{$field->getPrefixedId()}">{@$field->getLabel()}</label>{if $field->isRequired() && $form->marksRequiredFields()} <span class="formFieldRequired">*</span>{/if}{/if}</dt>
- <dd>
- {@$field->getFieldHtml()}
-
- {include file='__formFieldErrors'}
- {include file='__formFieldDescription'}
- {include file='__formFieldDependencies'}
- {include file='__formFieldDataHandler'}
- </dd>
-</dl>
+++ /dev/null
-{if !$field->getDependencies()|empty}
- <script data-relocate="true">
- {foreach from=$field->getDependencies() item=dependency}
- {@$dependency->getHtml()}
- {/foreach}
- </script>
-{/if}
+++ /dev/null
-{if $field->getDescription() !== null}
- <small>{@$field->getDescription()}</small>
-{/if}
+++ /dev/null
-{foreach from=$field->getValidationErrors() item='validationError'}
- {@$validationError->getHtml()}
-{/foreach}
{if $form->needsRequiredFieldsInfo()}
<div class="formFieldRequiredNotice">
<p><span class="formFieldRequired">*</span> {lang}wcf.global.form.required{/lang}</p>
-
+
{event name='requiredFieldsInfo'}
</div>
{/if}
--- /dev/null
+{foreach from=$container item='child'}
+ {if $child->isAvailable()}
+ {@$child->getHtml()}
+ {/if}
+{/foreach}
\ No newline at end of file
--- /dev/null
+{if !$container->getDependencies()|empty}
+ <script data-relocate="true">
+ {foreach from=$container->getDependencies() item=dependency}
+ {@$dependency->getHtml()}
+ {/foreach}
+ </script>
+{/if}
--- /dev/null
+<dl id="{$field->getPrefixedId()}Container"{*
+ *}{if !$field->getClasses()|empty} class="{implode from=$field->getClasses() item='class' glue=' '}{$class}{/implode}"{/if}{*
+ *}{foreach from=$field->getAttributes() key='attributeName' item='attributeValue'} {$attributeName}="{$attributeValue}"{/foreach}{*
+ *}{if !$field->checkDependencies()} style="display: none;"{/if}{*
+*}>
+ <dt>{if $field->getLabel() !== null}<label for="{$field->getPrefixedId()}">{@$field->getLabel()}</label>{if $field->isRequired() && $form->marksRequiredFields()} <span class="formFieldRequired">*</span>{/if}{/if}</dt>
+ <dd>
+ {@$field->getFieldHtml()}
+
+ {include file='__formFieldErrors'}
+ {include file='__formFieldDescription'}
+ {include file='__formFieldDependencies'}
+ {include file='__formFieldDataHandler'}
+ </dd>
+</dl>
--- /dev/null
+{if !$field->getDependencies()|empty}
+ <script data-relocate="true">
+ {foreach from=$field->getDependencies() item=dependency}
+ {@$dependency->getHtml()}
+ {/foreach}
+ </script>
+{/if}
--- /dev/null
+{if $field->getDescription() !== null}
+ <small>{@$field->getDescription()}</small>
+{/if}
--- /dev/null
+{foreach from=$field->getValidationErrors() item='validationError'}
+ {@$validationError->getHtml()}
+{/foreach}
{
"directories": ["com.woltlab.wcf/templates", "wcfsetup/install/files/acp/templates"],
"templates": [
- "__formContainerChildren",
- "__formContainerDependencies",
- "__formFieldDependencies",
- "__formFieldDescription",
- "__formFieldErrors",
"__mediaSetCategoryDialog",
"__messageQuoteManager",
"__multiPageCondition",
+++ /dev/null
-{foreach from=$container item='child'}
- {if $child->isAvailable()}
- {@$child->getHtml()}
- {/if}
-{/foreach}
\ No newline at end of file
+++ /dev/null
-{if !$container->getDependencies()|empty}
- <script data-relocate="true">
- {foreach from=$container->getDependencies() item=dependency}
- {@$dependency->getHtml()}
- {/foreach}
- </script>
-{/if}
+++ /dev/null
-<dl id="{$field->getPrefixedId()}Container"{*
- *}{if !$field->getClasses()|empty} class="{implode from=$field->getClasses() item='class' glue=' '}{$class}{/implode}"{/if}{*
- *}{foreach from=$field->getAttributes() key='attributeName' item='attributeValue'} {$attributeName}="{$attributeValue}"{/foreach}{*
- *}{if !$field->checkDependencies()} style="display: none;"{/if}{*
-*}>
- <dt>{if $field->getLabel() !== null}<label for="{$field->getPrefixedId()}">{@$field->getLabel()}</label>{if $field->isRequired() && $form->marksRequiredFields()} <span class="formFieldRequired">*</span>{/if}{/if}</dt>
- <dd>
- {@$field->getFieldHtml()}
-
- {include file='__formFieldErrors'}
- {include file='__formFieldDescription'}
- {include file='__formFieldDependencies'}
- {include file='__formFieldDataHandler'}
- </dd>
-</dl>
+++ /dev/null
-{if !$field->getDependencies()|empty}
- <script data-relocate="true">
- {foreach from=$field->getDependencies() item=dependency}
- {@$dependency->getHtml()}
- {/foreach}
- </script>
-{/if}
+++ /dev/null
-{if $field->getDescription() !== null}
- <small>{@$field->getDescription()}</small>
-{/if}
+++ /dev/null
-{foreach from=$field->getValidationErrors() item='validationError'}
- {@$validationError->getHtml()}
-{/foreach}