mirror of
https://github.com/Mibew/tray.git
synced 2025-01-23 02:20:35 +03:00
better look in ie
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@626 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
da0f99f530
commit
31d23ce95d
@ -92,7 +92,7 @@ ${if:formgroupid}<input type="hidden" name="group" value="${form:groupid}"/>${en
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" align="center" style="padding:0px 24px;">
|
<td valign="top" style="padding:0px 24px;">
|
||||||
${if:errors}
|
${if:errors}
|
||||||
<table cellspacing="0" cellpadding="0" border="0">
|
<table cellspacing="0" cellpadding="0" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -116,7 +116,7 @@ ${endif:errors}
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="text">${msg:form.field.message}:</td>
|
<td class="text">${msg:form.field.message}:</td>
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
<textarea name="message" tabindex="0" cols="40" rows="6" style="border:1px solid #878787; overflow:auto">${form:message}</textarea>
|
<textarea name="message" tabindex="0" cols="40" rows="5" style="border:1px solid #878787; overflow:auto">${form:message}</textarea>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
${if:showcaptcha}
|
${if:showcaptcha}
|
||||||
@ -136,7 +136,7 @@ ${endif:showcaptcha}
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table cellpadding="7" cellspacing="5" border="0" width="100%">
|
<table cellpadding="7" cellspacing="5" border="0" width="450">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="poweredByTD" align="center" class="copyr">
|
<td id="poweredByTD" align="center" class="copyr">
|
||||||
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
|
@ -96,7 +96,7 @@ ${ifnot:showmessage}<input type="hidden" name="message" value="${form:message}"/
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" align="center" style="padding:0px 24px;">
|
<td valign="top" style="padding:0px 24px;">
|
||||||
${if:errors}
|
${if:errors}
|
||||||
<table cellspacing="0" cellpadding="0" border="0">
|
<table cellspacing="0" cellpadding="0" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -150,7 +150,7 @@ ${endif:showmessage}
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table cellpadding="7" cellspacing="5" border="0" width="100%">
|
<table cellpadding="7" cellspacing="5" border="0" width="450">
|
||||||
<tr>
|
<tr>
|
||||||
<td id="poweredByTD" align="center" class="copyr">
|
<td id="poweredByTD" align="center" class="copyr">
|
||||||
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user