Hi all i need some help to mod the base_document_password_protection.html file
//Logo Box
<div align="center"><img src="http://xxx/Unbenannt-2.png" width="0" height="0"></div>
//Password Hint Text Box
<div style="margin: 200px auto;width:400px;text-align:center;">
PASSWORD HINT : Bushs full name is ?
</div>
//Normal Password Login Form
<div style="margin: 200px auto;width:400px;text-align:center;">
<h3>{text key='base+password_protection_cap_label'}</h3>
<div style="padding: 5px 0;">{text key='base+password_protection_text'}</div>
{form name='password_protection'}
<div style="padding: 5px 0;">{input name='password' style='width:200px;'} {submit name='submit'}</div>
{/form}
</div>
But if i add my code and refresh nothing happens whats wrong ?
I want simple add 2 div box 1 with my logo 1 with Password Hint.
Thanks for any help.