Since I don't think its been fixed yet...
Fixed Help - Download
Fix the help manually, Find habbo-611 and replace with this.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<layout name="issue_handler_message_list_item" width="20" height="20" version="0.0">
<window>
<text x="0" y="0" width="279" height="49" params="16" style="3" caption="%24%7B002_lorem_ipsum_content%7D" color="0xffa2d6ea" background="true">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_regular" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
</window>
</layout>
To fix the help information, Go to habbo-730 and find this.
Code:
<children>
<container x="0" y="0" width="280" height="13" params="16" style="3" name="issues_header" caption="Issue%20handling" background="true">
<children>
<text x="0" y="0" width="56" height="13" params="786449" style="3" caption="Reporter">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="80" y="0" width="57" height="13" params="786449" style="3" caption="Category">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="140" y="0" width="56" height="13" params="786449" style="3" caption="From">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="230" y="0" width="31" height="13" params="786449" style="3" caption="Open">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
</children>
<children>
Replace with this.
Code:
<children>
<container x="0" y="0" width="280" height="13" params="16" style="3" name="issues_header" caption="Issue%20handling" background="true">
<children>
<text x="0" y="0" width="80" height="13" params="786449" style="3" caption="Reporter">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="80" y="0" width="60" height="13" params="786449" style="3" caption="Category">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="140" y="0" width="70" height="13" params="786449" style="3" caption="From">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="230" y="0" width="35" height="13" params="786449" style="3" caption="Open">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
</children>
<children>