Add a new template event after the option name
authorAlexander Ebert <ebert@woltlab.com>
Fri, 4 Oct 2024 10:54:59 +0000 (12:54 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 4 Oct 2024 10:54:59 +0000 (12:54 +0200)
See https://www.woltlab.com/community/thread/308241-und-noch-ein-templateevent-bitte/

wcfsetup/install/files/acp/templates/optionFieldList.tpl

index a0200c536f6382f0939e41aa876e27deacc16371..6f4340f0144223bc27fe1943c648ba2b937dade8 100644 (file)
@@ -23,6 +23,8 @@
                                        {/if}
                                        
                                        {$langPrefix|concat:$option->optionName|phrase}
+
+                                       {event name='afterOptionName'}
                                </label>
                        {/if}
                </dt>