- fixed a layout-bug in MessageSend_p.html (for details see http://forum.yacy-websuche.de/viewtopic.php?f=6&t=255)

- fixed two bugs with hasLayout/procentual widths in InternetExplorer in MessageSend_p.html and Messages_p.html


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4049 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
michitux 18 years ago
parent 16c203f759
commit 3ea42f34bd

@ -73,7 +73,9 @@
</p>
<p>The message has not been sent yet!</p>
<!--[if IE]>
<div class="gainlayout">
<![endif]-->
<dl class="pairs">
<dt>Subject:</dt><dd>#[subject]#</dd>
<dt>Message:</dt>
@ -81,6 +83,11 @@
#[previewmessage]#
</dd>
</dl>
<!--[if IE]>
</div>
<![endif]-->
<br style="clear:left;" />
<form action="MessageSend_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset>

@ -51,6 +51,9 @@
#(error)#::<p class="error">I/O error reading message table: #[message]#</p>#(/error)#
::
<!-- View -->
<!--[if IE]>
<div class="gainlayout">
<![endif]-->
<dl class="pairs">
<dt>From:</dt><dd><a href="ViewProfile.html?hash=#[hash]#&amp;display=1" title="View profile of peer #[from]#">#[from]#</a></dd>
<dt>To:</dt><dd>#[to]#</dd>
@ -69,6 +72,9 @@
<a href="Messages_p.html?action=delete&amp;object=#[key]#">delete</a>
</dd>
</dl>
<!--[if IE]>
</div>
<![endif]-->
#(/mode)#
#%env/templates/footer.template%#

Loading…
Cancel
Save