Merge branch '5.3'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / messageUserOptionOutput.tpl
CommitLineData
320f4a6d 1{hascontent}
b9c11341 2 <div id="{$option->optionName}" class="htmlContent">
320f4a6d
MW
3 {content}
4 {@$value}
5 {/content}
6 </div>
7
9543d9fe 8 <script data-relocate="true">
320f4a6d
MW
9 $(function() {
10 $('#{$option->optionName}').parents('dl:eq(0)').addClass('wide');
11 });
320f4a6d
MW
12 </script>
13{/hascontent}