projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.legalNotice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c254f70
)
Added template events
author
Marcel Werk
<burntime@woltlab.com>
Tue, 2 Apr 2013 23:50:42 +0000
(
01:50
+0200)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 2 Apr 2013 23:50:42 +0000
(
01:50
+0200)
templates/legalNotice.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/legalNotice.tpl
b/templates/legalNotice.tpl
index 17e7ef1428976ef60630257c6c25a4ebdc8885fa..9bfea8f63df7b353fc3b68b92c9dbcd0a3399f9c 100644
(file)
--- a/
templates/legalNotice.tpl
+++ b/
templates/legalNotice.tpl
@@
-59,6
+59,8
@@
<dd>{LEGAL_NOTICE_VAT_ID}</dd>
{/if}
</dl>
+
+ {event name='generalFields'}
</fieldset>
{if LEGAL_NOTICE_ADDITIONAL_TEXT}
@@
-68,8
+70,12
@@
<div class="htmlContent">
{if LEGAL_NOTICE_ADDITIONAL_TEXT_ENABLE_HTML}{@LEGAL_NOTICE_ADDITIONAL_TEXT|language}{else}{@LEGAL_NOTICE_ADDITIONAL_TEXT|language|htmlspecialchars|nl2br}{/if}
</div>
+
+ {event name='additionalTextFields'}
</fieldset>
{/if}
+
+ {event name='fieldsets'}
</div>
{include file='footer'}